Execute an approved implementation plan exactly and safely. Use when a plan already exists (for example in docs/plans/...) and work must be carried out phase-by-phase with verification checkpoints, status tracking, and final execution reporting.
Execute a pre-approved plan with strict adherence to scope, sequence, and verification.
The input is typically:
execute-plan docs/plans/YYMMDD-HHmm-<plan-slug>/SUMMARY.mdexecute-plan docs/plans/YYMMDD-HHmm-<plan-slug>Do not redesign the plan during execution. If ambiguity or blockers appear, stop and ask.
Locate Plan
SUMMARY.md inside it.Load Execution Context
Select Execution Mode (Explicit Rule)
Find Next Pending Phase
[ ] phase[-] phaseCritical Plan Sanity Check
For each phase in order:
Skip Completed
[x], continue to next phase.Mark In Progress
[-] before making changes.Execute Exactly
Verify Phase
Handle Failures
Mark Complete
[x] only after verification passes.Progress Report
After all phases are complete:
Project-Wide Validation
Stabilize
Manual Validation Checkpoint
Verified to acceptDocumentation Sync
docs artifacts.Create Execution Report
docs/plans/YYMMDD-HHmm-<plan-slug>/EXECUTION-REPORT.mdAnnounce Completion
Execution complete. Report created at <relative-path>.EXECUTION-REPORT.md must use this structure:
Date: YYYY-MM-DD HH:mm:ss
Mode: Batch | Interactive
None.docs/code-standard.md and related project docs.