What problem does it solve?
It helps users convert a single, complex request into a structured, multi-step engineering plan that can be executed across multiple PRs and sessions without losing context.
Core Features & Use Cases
- Cold-start multi-step planning: Generates a step-by-step plan where each step includes its own context summary so new agents can execute independently.
- Dependency-aware parallelization: Builds a dependency graph to detect parallel-ready steps and outlines the order where shared inputs matter.
- Guardrailed quality review: Uses an adversarial review gate to catch dependency mistakes, missing invariants, and common anti-patterns before finalizing the plan.
- Workflow-aware execution: Produces a branch/PR/CI-oriented workflow when git + GitHub CLI are available, otherwise falls back to a direct editing mode.
Quick Start
Use the blueprint skill to create a multi-PR construction plan for your repository by writing: /blueprint <repo-or-app-name> "<your detailed multi-pr goal>".