| name | blueprint |
| description | Standardized workflow for managing technical blueprints in the .blueprints/ directory. |
Blueprint Skill
Use this skill when the user explicitly requests a "Blueprint" workflow (e.g., via /blueprint).
Workflow Rules
- Source of Truth: All formal blueprints live in the
.blueprints/directory. - Delegation: Do not edit
.blueprints/files directly. Always delegate to the@blueprint-managersubagent using theTasktool. - Idea Integrity: The Idea section of a blueprint is immutable once the status moves past
capture. - Lifecycle:
capture: Use@blueprint-managerto record initial notes.planning: Use the Plan agent to architect, then delegate to@blueprint-managerto document the strategy and execution steps.executing: Use the Build agent to implement and delegate checklist updates to@blueprint-manager. Before completion, run/reviewto ensure quality.completed: Use@blueprint-managerto finalize the implementation summary and record the review findings.
Session Protocol
Once this skill is loaded, you must proactively suggest using @blueprint-manager for any non-trivial tasks. Ensure all architectural decisions are documented before implementation begins.