What problem does it solve?
Plan or re-plan a milestone efficiently by reading BLUEPRINT.md and ROADMAP.md, preserving completed tasks when replanning, and generating a clear task DAG and task detail files for execution.
Core Features & Use Cases
- Read BLUEPRINT.md and ROADMAP.md to understand scope and goals.
- If replanning, read current PLAN.md and preserve completed tasks to avoid regressing progress.
- Invoke the forge-planner agent to create or update: .planning/PLAN.md (task DAG) and .planning/tasks/*.xml (task details).
- Run verification with the verify.sh script and display a plan summary for confirmation.
- If ARGUMENTS is "next", plan the next milestone from ROADMAP.md; if "revise", re-plan remaining tasks in the current milestone.
Quick Start
Plan the current milestone or a new one by providing ARGUMENTS such as "next" or "revise" to guide replanning.