What problem does it solve?
Breaks large, multi-session objectives into ordered, executable steps that any fresh agent can run cold, preventing context loss, rework, and coordination errors across parallel workstreams.
Core Features & Use Cases
- Research phase: Pre-flight checks (git, gh auth, remote, default branch) and repository context gathering.
- Design & dependency graph: Split objectives into one-PR-sized steps, assign dependency edges, detect parallelizable work, and set rollback strategies.
- Draft & register: Emit self-contained Markdown plan files with per-step context briefs, verification commands, and exit criteria; save plans and update memory indexes.
- Adversarial review & safety: Run a strongest-model review pass against an anti-pattern catalog and fix critical findings before finalizing.
- Use cases: Planning large feature rollouts, multi-PR refactors or migrations, and coordinating parallel agent implementations (e.g., plugin providers or multi-service migrations).
Quick Start
Run the blueprint command with a concise objective and project name, for example: /blueprint myapp "migrate database to PostgreSQL".