What problem does it solve?
Blueprint helps you convert a vague, one-line engineering objective into a structured, multi-session execution plan that multiple coding agents can follow without losing context between steps.
Core Features & Use Cases
- Cold-start, self-contained steps: Each step includes a brief context summary so a fresh agent can execute it independently.
- Adversarial review gate: Plans are checked against an anti-pattern catalog to reduce dependency mistakes and critical omissions.
- Dependency graph with parallelism: Detects which steps can run in parallel and orders work safely based on dependencies.
- Plan mutation protocol: Supports splitting, inserting, skipping, reordering, or abandoning steps with an audit trail.
- Branch/PR/CI workflow or direct mode: Uses git + GitHub CLI when available, otherwise switches to edit-in-place planning.
Quick Start
Ask Blueprint to generate a multi-PR, multi-session construction plan for your objective, using the command /blueprint <your-app-or-project> "<your objective>".