What problem does it solve?
Converts high-level design and research artifacts into a concrete, implementation-ready blueprint and a companion implementation prompt, reducing ambiguous handoffs between design and engineering.
Core Features & Use Cases
- Prerequisite validation: Verifies presence of docs/design/*.md and reads findings trackers, with an option to force-run.
- Structured outputs: Produces a templated blueprint and an implementation prompt saved to docs/blueprints/ and docs/prompts/ using strict filename and section conventions.
- Governance and pipeline guidance: Enforces required sections, stop conditions, and next-step pipeline rules so teams enter /plan with a consistent, high-quality artifact.
- Use Case: Turn a completed design doc for "real-time WebSocket notifications" into a step-by-step implementation blueprint and a /plan prompt that engineering can execute.
Quick Start
Run the command /blueprint add real-time WebSocket notifications to the monitoring dashboard to generate a blueprint and an implementation prompt from existing design and research documents.