What problem does it solve?
This Skill eliminates the risk of context loss and rework when breaking large, multi-session engineering tasks (such as multi-PR feature builds, cross-session refactors, or database migrations) into executable steps, ensuring fresh agents can pick up work without prior context.
Core Features & Use Cases
- Step-by-step construction plans: Breaks complex objectives into 3–12 one-PR-sized steps with clear dependency ordering, parallel step detection, and self-contained context briefs for cold-start execution.
- Adversarial review gate: Every plan is reviewed by a high-capability sub-agent against an anti-pattern checklist to catch completeness, dependency, and design errors before execution.
- Use case: Coordinate parallel workstreams across multiple sub-agents for tasks like extracting LLM providers into a plugin system or migrating a database to a new backend.
Quick Start
Use the blueprint skill to turn your objective of refactoring the TradingBot's signal detection pipeline into a step-by-step plan with parallel workstreams and review gates.