What problem does it solve?
This Skill turns a written implementation plan into a safe, repeatable execution workflow that runs tasks in batches and pauses for human review, preventing unchecked changes and reducing integration risk.
Core Features & Use Cases
- Batched Execution with Checkpoints: Run a small default batch (first three tasks) then report results for feedback before continuing.
- Strict Verification and Safety Rules: Mark tasks as in_progress/completed, run specified verifications, and stop for human input on blockers or repeated failures.
- Integration with Workflow Skills: Works alongside git worktrees and branch-finishing workflows to ensure isolated development and safe completion.
- Use Case: Implement a feature branch by following a step-by-step plan, executing steps exactly, verifying tests, and requesting architect review between batches.
Quick Start
Use the executing-plans skill to load the plan file, run the first three tasks as a batch following each step and verifications exactly, then report results and await feedback.