Terms  /  Execution Quality  /  Plan Resilience
04 · Execution Quality

Plan Resilience

A plan's ability to remain accurate and actionable over time despite changing conditions. The opposite of Plan Rot.

Plan Resilience is a design property, not an outcome. A resilient plan anticipates change: it includes checkpoints where progress is verified, conditions under which tasks should be re-evaluated, and clear ownership of each step. Resilient plans don't rot because they're designed to be updated — they have built-in mechanisms for detecting when reality has diverged from the plan. This might mean automated verification of completed tasks, periodic re-assessment triggers, or explicit "staleness" markers on tasks that haven't been touched in a defined period.

Example
A team builds their project plan with three resilience features: (1) each task has acceptance criteria that can be programmatically verified, (2) tasks marked "done" are automatically re-verified every 48 hours, (3) tasks not started within their planned window are flagged for re-assessment. When the API spec changes mid-project, the system automatically flags three "completed" tasks whose acceptance criteria no longer pass. The plan self-heals instead of rotting.

More in Execution Quality