What problem does it solve?
This Skill turns a written implementation plan into a safe, repeatable execution process by loading the plan, validating it, executing tasks in small batches, and pausing for human review at checkpoints to avoid costly mistakes.
Core Features & Use Cases
- Plan Review and Validation: Read a plan file, surface questions or concerns, and require clarification before starting.
- Batched Execution with Verification: Execute a default first batch of three tasks, mark tasks as in_progress/completed, run specified verifications, and only then proceed.
- Reporting and Feedback Loop: Summarize implemented work and verification output after each batch and wait for feedback before continuing.
- Integration Use Case: Use in software development workflows to implement feature branches from a detailed plan while enforcing workspace isolation and finalization steps via related superpowers.
Quick Start
Use the executing-plans skill to run the plan file 'plan.md' in batches of three tasks, perform each step and its verifications exactly, and report results for review.