Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
imbue-ai avatar

Blueprint Generate

  • 1 installs
  • 78 repo stars
  • Updated May 19, 2026
  • imbue-ai/blueprint

Ends the blueprint Q&A phase and generates a written implementation plan into a slugged directory from the gathered context.

About

Blueprint-generate closes a blueprint Q&A session and writes the implementation plan using the selected template and refined prompt. A developer uses it after blueprint has gathered enough context to produce the final plan.

  • Resolves template and creates a kebab-case plan directory
  • Writes and refines the plan from the Q&A's refined prompt

Blueprint Generate by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #2,479 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/imbue-ai/blueprint --skill blueprint-generate

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars78
Last updatedMay 19, 2026
Repositoryimbue-ai/blueprint

What it does

Ends the blueprint Q&A phase and generates a written implementation plan into a slugged directory from the gathered context.

Files

SKILL.mdMarkdownGitHub ↗

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

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.

Step 5: Write the plan

See references/write-plan.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.

Step 6: Refinement

See references/refinement.md.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.