blueprint-generate
Installation
SKILL.md
Blueprint — Generate plan
Generate an implementation plan from the Q&A session.
Step 1: Resolve template
Recall the template name from the blueprint Q&A conversation. Read references/templates.json and find the matching template.
Step 2: Generate slug
Create a concise 2-5 word kebab-case slug (max 50 chars) for the feature. Sanitize: lowercase, alphanumeric + hyphens only, no leading/trailing hyphens. If blueprint/<slug> already exists, append -2, -3, etc.
Step 3: Create plan directory
mkdir -p blueprint/<slug>
Step 4: Refine the prompt
Related skills