What problem does it solve?
Turning a verified implementation plan into executed work is error-prone when done manually, especially for long plans that may be interrupted or require user decisions mid-run. This Skill automates mechanical task execution in deterministic batches, tracks per-task progress, and surfaces blocked or failed tasks for human resolution.
Core Features & Use Cases
- Batch Execution: Runs plan tasks in fixed 5-task batches to provide predictable progress checkpoints.
- Verification Pre-checks: Ensures the plan contains a Verification section with a verdict before execution and can invoke verify-plan if needed.
- Decision Point Handling: Detects unresolved decisions in the plan, prompts the user, and records chosen outcomes back into the plan file.
- Stateful Resume & Truncation Recovery: Maintains a state file at .claude/execute-plan-state.json to resume after truncation or interruption.
- Orchestrator Integration: Respects run-phase orchestration state and avoids stepping on orchestrator-owned transitions.
Quick Start
Execute the verified plan file to run implementation tasks in 5-task batches with automatic resume and an execution report.