What problem does it solve?
Breaks down ambiguous, high-level objectives into explicit, self-contained steps that can be executed by autonomous agents across multiple sessions, reducing rework and context loss.
Core Features & Use Cases
- Five-phase planning pipeline (Research, Design, Draft, Review, Register) that converts objectives into executable steps with dependency and timing considerations.
- Adversarial review gate and anti-pattern checks to ensure plan completeness and robustness.
- Dependency graph and parallel step detection to maximize parallel work and minimize bottlenecks.
- Plan mutation protocol to split, insert, reorder, or remove steps with audit trails.
- Cold-start execution support so each step contains a self-contained context for fresh agents.
- Output ready-to-run plans that can generate PRs, branches, or direct edits depending on environment.
Quick Start
Provide a single objective to the blueprint command and it will output a detailed, multi-session construction plan with dependency order.