What problem does it solve?
It turns a written, checkbox-based implementation plan into a controlled execution workflow with review checkpoints, verification gates, and safe branch handling.
Core Features & Use Cases
- Branch safety and isolation: Enforces a gate before running on
main/master, recommending feature branches or isolated worktrees.
- Live plan tracking: Requires per-step checkbox updates immediately after verification, preventing “done” status drift.
- Structured review loop: Runs spec-compliance and code-quality reviewers in the correct order, retrying up to a defined budget before escalating.
- Commit policy enforcement: Reads the plan’s commit policy and follows it (including “no commits”) without guessing.
- Use case: Implement a multi-step feature from a plan file where you need verification and two independent review perspectives for each task.
Quick Start
Use the executing-plans skill to execute the tasks described in your plan file by providing the absolute plan path as plan_path in your next request.