What problem does it solve?
Large, multi-session engineering projects such as multi-PR feature builds, cross-session refactors, or cross-agent workstreams often suffer from context loss between sessions, leading to rework and inconsistent execution when fresh agents or team members pick up work without prior context.
Core Features & Use Cases
- Step-by-step construction plans: Breaks one-line project objectives into 3-12 one-PR-sized steps with clear dependency ordering, parallel step detection, and per-step rollback strategies.
- Cold-start execution: Every step includes a self-contained context brief, task list, verification commands, and exit criteria so any agent can execute it without reading prior steps.
- Adversarial review gate: All plans are reviewed by a strongest-model sub-agent against a checklist and anti-pattern catalog to catch completeness, dependency, and design issues before finalization.
Use case: Plan a multi-session PostgreSQL database migration or a cross-agent LLM provider plugin system implementation with clear parallel workstreams.
Quick Start
Use the blueprint skill to generate a complete, executable construction plan for your multi-session engineering project objective.