What problem does it solve?
Provides a structured method to take a written implementation plan and reliably execute it in verified batches while ensuring architect review and safe pauses when blockers appear. It prevents ad-hoc execution, missed verifications, and unchecked progress by enforcing checkpoints and explicit reporting after each batch.
Core Features & Use Cases
- Batch Execution with Checkpoints: Execute the plan in small, verifiable batches (default first three tasks) to reduce risk and improve reviewability.
- Critical Plan Review: Pre-execution critical review step to surface questions or gaps before implementation begins.
- Verification and Reporting: Run specified verifications for each task, mark states (in_progress/completed), and produce concise reports for human feedback.
- Use Case: Ideal for engineering or product teams turning a detailed implementation plan into incremental, reviewable work that halts on blockers and requests clarification.
Quick Start
Use the executing-plans skill to load your plan file, run the first three tasks as a batch, perform the required verifications, and report the results for feedback.