| name | execution-planning |
| description | Use when requirements must become a finite executable plan with acceptance criteria, validation, rollback notes, and stop conditions |
Execution Planning
Purpose
Produce an executable, finite vertical-slice plan.
Procedure
Translate requirements into acceptance criteria. Break work into ordered steps. Attach validation and rollback to each step. Identify which steps mutate state and which require approval. Estimate budget class (small/medium/large).
Required outputs
Plan steps, acceptance criteria, risk matrix, validation matrix, stop condition.
Safety / quality gates
- Operate within declared scope.
- Produce evidence for material claims.
- Never bypass stop conditions or permission boundaries.
- Update persistent loop memory after meaningful progress.