What problem does it solve?
This Skill eliminates the risk of context loss, rework, and misalignment when breaking large, complex engineering tasks (such as multi-PR feature development, cross-session refactors, or multi-agent coordinated work) into discrete, executable steps for fresh agents or team members.
Core Features & Use Cases
- Adversarial Plan Review: Every generated plan is reviewed by a high-capability sub-agent against an anti-pattern catalog to catch gaps, dependency errors, and edge cases before execution.
- Cold-Start Step Context: Each step includes a self-contained context brief, so any agent can execute it without reading prior steps or retaining prior session context.
- Parallel Work Detection: Automatically identifies independent steps that can be run in parallel to speed up multi-session projects, with clear dependency graphs to avoid conflicts.
- Use Case Example: Plan a 6-PR migration of a monolithic application to a microservices architecture, with parallel workstreams for different service domains and formal rollback strategies for each step.
Quick Start
Use the blueprint skill to create a step-by-step construction plan for adding OAuth 2.0 authentication to the existing web application.