Question
How do I practice minimum viable workflow?
Quick Answer
Select a workflow you have been meaning to create or one that currently feels overly complicated. Write down the absolute minimum version — the fewest possible steps that still produce a usable output. Your constraint is this: the workflow must have no more than five steps, and each step must be.
The most direct way to practice minimum viable workflow is through a focused exercise: Select a workflow you have been meaning to create or one that currently feels overly complicated. Write down the absolute minimum version — the fewest possible steps that still produce a usable output. Your constraint is this: the workflow must have no more than five steps, and each step must be completable in under ten minutes. If you find yourself writing a sixth step, ask which of the existing five can absorb it. If a step requires more than ten minutes, ask whether it is actually two steps disguised as one, and then ask whether both halves are truly essential. Run this minimum viable workflow once, today. Not next week. Not after you have refined it. Today. After execution, write one sentence about what the output lacked and one sentence about what surprised you. Those two sentences are the only planning input you need for version two.
Common pitfall: The most dangerous failure mode is not building too little — it is building too much. The person who designs a fourteen-step morning routine before executing it once, who creates elaborate templates before knowing which fields they actually use, who automates a process they have never run manually, who builds for hypothetical requirements instead of demonstrated needs. This is premature optimization applied to personal process design, and it kills more workflows than laziness ever will. The symptoms are recognizable: spending more time designing the workflow than executing it, feeling resistance at the prospect of actually running the process, adding "just one more" feature to the template before starting, and a growing sense that the system needs to be perfect before it deserves to be tried. The cure is equally recognizable: ship the ugly version. Run it. Let reality — not imagination — tell you what is missing.
This practice connects to Phase 41 (Workflow Design) — building it as a repeatable habit compounds over time.
Learn more in these lessons