What problem does it solve?
Orchestrates end-to-end plan execution by reading a root plan and completing sequential sub-plans and tasks, ensuring outputs and handoffs are produced for each step.
Core Features & Use Cases
- Sequential plan execution: Processes sub-plans in alphabetical order and tasks within each sub-plan in roman order.
- Output-driven progress: Each completed task records concrete Output and a Handoff to the next task.
- Root plan wrap-up: Updates the root plan status upon completion and provides a concise Plan Summary.
- Guardrails: Enforces that only the active task files are modified and validates required sections before execution.
Quick Start
Load the root planning plan (docs/planning/phase-<N>/plan.md) and execute the first pending task by following the sub-plan order and roman numerals, recording Output and Handoff after each step.