What problem does it solve?
Provides a disciplined, repeatable workflow to turn a written implementation plan into working changes while enforcing review checkpoints, tests, and per-task commits so work does not drift or introduce hidden assumptions.
Core Features & Use Cases
- Plan review & validation: Load a plan, identify sequencing issues, missing verification criteria, and environment assumptions before making changes.
- Task-by-task execution: Mark tasks in-progress, implement steps, run required validations or tests, commit each task with messages referencing task IDs, and mark completion.
- Checkpointing & escalation: Pause and ask for human clarification on unclear instructions, missing dependencies, or failing tests; perform bulk review after groups of tasks.
- Use Case: Turn a project plan (e.g., docs/plan.md) into a development branch by executing tasks sequentially, running tests, and producing a completion report ready for PR.
Quick Start
Instruct the assistant to load the plan file, review it for issues, execute tasks step-by-step with tests and per-task commits, and pause to request clarification when blocked.