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.mdArchive Plan Folder
docs/plans/archived/ after the execution report is created.mkdir -p docs/plans/archived && mv docs/plans/YYMMDD-HHmm-<plan-slug> docs/plans/archived/Announce Completion
Execution complete. Report archived at docs/plans/archived/YYMMDD-HHmm-<plan-slug>/EXECUTION-REPORT.md.After completion artifacts are done, ask the user for a final confirmation using the Question Tool with exactly these options:
Confirm: End sessionConfirm and Auto commit gitNeed verifyHandle the selected option as follows:
Confirm: End session
Confirm and Auto commit git
git-commit skill and complete an automatic commit flow.Need verify
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.