com um clique
blueprint-generate
// End the Q&A phase and generate the plan. Use after the blueprint skill has gathered enough context.
// End the Q&A phase and generate the plan. Use after the blueprint skill has gathered enough context.
| name | blueprint-generate |
| description | End the Q&A phase and generate the plan. Use after the blueprint skill has gathered enough context. |
Generate an implementation plan from the Q&A session.
Recall the template name from the blueprint Q&A conversation. Read references/templates.json and find the matching template.
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.
mkdir -p blueprint/<slug>
Use the most recent refined prompt from the Q&A conversation. If for any reason it wasn't shown during Q&A, generate it now — see references/refine-prompt.md.
Append this progress line at the end of every message during the Write phase:
✓ Explore ✓ Plan ● Write ○ Refine
Place the line after all other content, separated by a blank line.