Reflecting on creative workflow

March 17, 2015March 18, 2015

Some of my friends have asked for advice on how to make progress with their projects. Specifically, they have trouble moving from a conceptualization phase to a programming phase. High-level conceptualization and programming are not difficult for them when taken in isolation. But the gap between these activities seems wide as the high-level concepts are interpreted as large, daunting tasks, causing them to feel overwhelmed. Even if they had the energy, it's not even clear to them what they should be programming. If only they had somebody to tell them exactly what to program. Fortunately, there is a way for them to tell themselves.

What seems to be missing is an organizational phase for breaking concepts down into clear, implementable pieces. Most importantly, thoughts/findings should be written down in some way while operating in this phase in order to reduce the cognitive load of later phases. Such a process lowers the activation energy required for getting started with the actual programming. This planning process can be performed gradually, and so has low activation energy requirements itself, completing a cycle requiring only low energy transitions. I suspect this phase is harder to find and develop because it feels more like work.

Some companies incorporate a similar organizational phase into a formal process involving planning documents, formal specifications and project/task management tools. While you can do these things, for my personal work I use simple text to quickly dump thoughts, take notes and sketch TODO lists without imposing unwanted structure.

One problem with typical formal processes is that the structure they impose increases activation energy requirements. Fitting the structure becomes an additional problem to solve, adding friction. Friction kills unborn ideas, so I write freely before structuring. When forced to operate within a formal process, I still work within my own informal process for efficiency. I then translate to the formal process in batches to communicate with everyone else.

Below is one view of a creative workflow. I am not entirely sure what the mental degree labels I have chosen should really mean. They probably have something to do with the type of focus being applied. Consider this to be a rough sketch.

I should use something better than a table to visualize this. This is actually quite terrible.

Mental Degree:HighMedium[F]Low
Work

Organize

  • analyze
  • investigate
  • plan
  • break goals down into actionable, low activation energy steps

produces: procedures, facts

Fun Work

Explore

  • generate and elaborate ideas
  • perform thought experiments
  • find direction

produces: goals, context

Proceed clockwise.

Act

  • follow procedures
  • implement, refine, test, and debug artifacts

produces: artifacts

Fun

React

  • play with artifacts
  • reflect on experiences

produces: experiences, feedback