The GoalWhat must be true to achieve it?Factor 1Factor 2Factor 3Factor 4...
Define the success factors: the conditions that, if ALL are met, guarantee the desired state is achieved. These are AND-linked — every one must hold.
Necessary Conditions (to achieve this factor)Condition ACondition BCondition CCondition D
For each success factor, identify the necessary conditions that must exist for it to be achieved. Recurse until you reach concrete, actionable items.
Task ATask BTask CparallelTask DTask ETask FparallelTask GFinal Task
Arrange conditions into a dependency graph. Independent tasks run in parallel. Dependent tasks wait.
ImplementResultEvaluateIs the gap closed?Doneyesno → iterate
Execute tasks according to the dependency graph. After each cycle, evaluate: did we close the gap? If not, iterate — refine conditions, adjust approach, repeat.
1
2
3
4
1 / 4