Question
How do I practice sequential vs parallel tasks?
Quick Answer
Choose a workflow you repeat at least weekly — a morning routine, a meal prep sequence, a work session setup, a weekly review. Write down every step in the order you currently perform them. Now, for each pair of adjacent steps, ask: Does step B require the completed output of step A? If the answer.
The most direct way to practice sequential vs parallel tasks is through a focused exercise: Choose a workflow you repeat at least weekly — a morning routine, a meal prep sequence, a work session setup, a weekly review. Write down every step in the order you currently perform them. Now, for each pair of adjacent steps, ask: Does step B require the completed output of step A? If the answer is no, draw a parallel bracket around those steps — they can happen simultaneously. Redraw the workflow as two tracks: one for steps that must be sequential (each depends on the previous), and one for steps that can run in parallel with other steps. Estimate the time savings. Try the parallel version once and note what actually happens.
Common pitfall: Two opposite errors are common. The first is treating everything as sequential when most steps have no real dependency — you wait for the oven to preheat before you start chopping, even though chopping requires nothing from the oven. The workflow takes twice as long as it needs to. The second error is treating everything as parallel when genuine dependencies exist — you start assembling the report before the data analysis is finished, producing a document full of placeholders that needs to be rewritten once the numbers arrive. Both errors come from the same root: never asking the dependency question. Sequential by default wastes time. Parallel by default wastes work.
This practice connects to Phase 41 (Workflow Design) — building it as a repeatable habit compounds over time.
Learn more in these lessons