Project Organization
Less. Better.

In terms of organization, a project can be defined as “a set of tasks that share a common end goal.” Thus, in any creative discipline, you need to carry out a series of tasks in order to complete a project.

The Action Method, described by Scott Belsky on Making Ideas Happen, empowers to break down any project of your life into three categories: Actionable Steps, Back-burners, and References.

Peace of mind and productivity starts when you know where everything is. — Scott Belsky

Having each of our projects organized this way we gain and achieve two important things:

  • “A place to capture” all of our intentions where we can keep them organized;

  • “The ability to disconnect” from a project and get back to it at any given time in the future, as we have a file with everything we wanted to do for the project the last time we worked on it.

Before explaining in detail how each project-file should be organized, I want to emphasize that I use this method in the way it better works for me, and you should feel free to adapt it to your needs, as it better works for you.

For each project I start working on, I place a text file inside the project's root folder—usually using the Markdown syntax1. This file contains everything relevant for moving the project forward, and is organized in Action Steps, Back-burner Items and References, as follows:

Action Steps (Tasks)

An Action Step is anything that is actionable and needs to get done in order to complete your project. It is what we usually call a task. The principle of this is writing every single task in “actionable form,” so when read an action can be taken.

Action Steps are the most important part of projects, because with no actions projects do not move forward. Tasks that are too big that can be considered as a small project should be broken down into smaller bits. Also, you should start each task with a verb to make it easier to take an action to complete it.

For instance, you could have a todo list called “Write Essay,” which is a whole project, then broken it down into smaller actionable steps: Search for books on the library; Write a draft; Write the final essay; Ask for feedback to X and Y; Review it; Upload it.

Writing things down makes them accountable and functions as a personal commitment to do them. This way, it is more likely that things will get done when you review your list, as a concrete action can be taken.

Lastly, the two-minute rule encourages to directly perform any tasks of the project that will take you less than two minutes instead of writing it on the list.

Every task that is not actionable should be moved out from this list into any of the following categories: Back-burner Items or References.

Back-burner Items (Ideas)

This place is for potential ideas that could be part of your project in the future but there is no time or concrete action to take right now. This back-burner contains things that are not actionable but can be important at a latter point of your project. Things you plan to do but it is still not clear how they will be achieved.

It is important to define back-burner items throughout your projects, as they will guide you to reach the projects' end goals.

References (Data)

References are pieces of information relevant to the project that we want to keep but can not help to push the project forward directly. Instead, information has to be extracted from them, and maybe, some of it can be turned into Action Steps or Back-burners of your project.

For instance, if one of your references has a room with warm materials, this could be translated into actions as: Research for materials that give a warm feeling; Draft possible designs with those materials. These actions would then be implemented in the Next Actions list.

References act as a source of inspiration. For this reason, sometimes it is good to have a folder to store documents and images. Some online services, such as Pinterest, allow to classify images and discover related content with ease.


  1. Markdown is a plain text formatting syntax by John Gruber. A convention normally used by web people to avoid writing HTML for copy text. For instance, writing a word in between asterisks will make it italic. Actually, this whole article is written in Markdown. 

February 27, 2014