What problem does it solve?
It solves the problem of unclear, hard-to-execute plans for complex engineering efforts that span multiple sessions and require coordination across steps and agents, reducing rework and context loss.
Core Features & Use Cases
- Multi-phase plan generation: Produces a structured pipeline (Research, Design, Draft, Review, Register) that turns a one-line goal into an executable construction plan.
- Cold-start step context: Ensures each step includes a self-contained context brief, verification commands, and exit criteria so a fresh agent can begin immediately.
- Adversarial review gate: Adds a dedicated adversarial review pass against anti-patterns and correctness checklists before finalizing the plan.
- Dependency graph and parallelism detection: Identifies step dependencies and flags steps that can run in parallel to improve throughput.
- Plan mutation protocol: Supports splitting, inserting, skipping, reordering, and abandoning steps with an audit trail for changes.
Quick Start
Use /blueprint to generate an end-to-end construction plan for your objective, for example: "migrate database to PostgreSQL" while targeting multi-PR execution with clear verification and rollback guidance.