What problem does it solve?
It turns a written implementation plan into reliable, checkpointed execution, reducing risk by batching work, verifying results, and pausing for review when needed.
Core Features & Use Cases
- Plan Loading & Critical Review: Reads a plan, flags gaps or uncertainties, and seeks clarification before any changes.
- Batch Execution with Verification: Processes tasks in small batches (default three), marks progress states, and runs required checks.
- Review Checkpoints & Continuation: Reports outcomes and waits for feedback before proceeding; stops on blockers or repeated failures.
- Integration: Uses isolated git worktrees, ties into plan-writing and finishing-branch workflows for end-to-end delivery.
- Use Case: Implement a multi-step feature across a codebase where each step includes tests and verification, pausing after each batch for architect review.
Quick Start
Use the executing-plans skill to load my plan file, execute the first three tasks with their verifications, and report back for feedback.