What problem does it solve?
This Skill eliminates the risk of context loss and rework when breaking large, multi-session engineering projects (such as multi-PR feature builds, cross-session refactors, or coordinated multi-agent workstreams) into executable steps, ensuring fresh agents can pick up work without prior context.
Core Features & Use Cases
- Step-by-step construction plans: Breaks one-line objectives into 3-12 one-PR-sized steps with dependency graphs, parallel step detection, and per-step rollback strategies.
- Cold-start execution support: Every step includes a self-contained context brief so new agents can execute it without reading prior steps or project history.
- Adversarial review gate: Automatically reviews generated plans against anti-pattern checklists to catch completeness, dependency, and edge case errors before execution.
- Use case: Use it to plan a multi-session database migration or plugin system refactor that requires coordinated work across multiple PRs and sub-agents.
Quick Start
Use the blueprint skill to generate a step-by-step construction plan for your multi-session engineering project objective.