What problem does it solve? Large engineering tasks like migrations and refactors lose context between sessions and agents, causing rework and coordination failures. Blueprint turns a one-line objective into a structured plan where every step is self-contained enough for a fresh agent to execute cold. ## Core Features & Use Cases - Five-phase pipeline: Research, Design, Draft, adversarial Review, and Register phases produce a validated Markdown plan in plans/. - Cold-start step briefs: Each step includes a context brief, task list, verification commands, and exit criteria so no prior session context is needed. - Dependency graph and parallelism: Detects which steps can run in parallel across sub-agents and assigns model tiers per step. - Graceful degradation: Detects git and GitHub CLI availability, generating full branch/PR/CI workflows or falling back to direct edit-in-place mode. - Use Case: Run /blueprint myapp "migrate database to PostgreSQL" to produce a multi-step plan covering driver setup, migration scripts, repository layer updates, integration tests, and cleanup. ## Quick Start Ask the agent to create a blueprint plan for migrating your application's database to PostgreSQL.