Goal: turn an approved plan into completed, verified work.
Use for:
- plan files with ordered implementation steps
- coding sessions where scope is already agreed
- carrying work through tests, fixes, and final report
Workflow:
- Load the plan and read it critically before editing.
- Raise gaps, contradictions, or unsafe steps before starting.
- Convert plan steps into a live task list.
- Execute one task at a time and mark status as it changes.
- Run the verification specified by the plan; add targeted checks if missing.
- Stop on blockers instead of guessing through unclear instructions.
- Finish with tests, diff summary, and remaining risk.
Stop when:
- a dependency is missing
- verification fails repeatedly
- instructions conflict with repo reality
- scope expands beyond the approved plan
Rules:
- do not skip plan review
- do not claim completion without fresh evidence
- keep edits scoped to the plan
- ask only when a blocker cannot be resolved locally