Display Name
Blueprint
Category
Agent Skills
Sub-Category
General
Primary Link
https://github.com/imbue-ai/blueprint
Author Name
Imbue
Author Link
https://imbue.com
License
MIT
Other License
No response
Description
Planning copilot for coding agents. Explores the codebase, asks clarifying questions with multiple-choice answers, and generates a structured markdown plan any agent can execute in one shot. Agent-agnostic via skills.sh.
Validate Claims
Install:
npx skills add imbue-ai/blueprint
Open Claude Code in any project (or an empty directory for greenfield). Run /blueprint with a task description. It asks 3-5 clarifying questions per round — answer in shorthand (1a, 2b, 3c) or prose, skip any you don't care about. Run /blueprint-generate once you've covered enough detail (usually 2-3 rounds). The plan lands at blueprint//plan-.md with steps that reference actual files and patterns from the project.
Specific Task(s)
Easiest way to test (no existing project needed):
- Open Claude Code in an empty directory.
- Run: /blueprint build a CLI tool that tracks daily habits
- Select the Concise template for a quick test.
- Answer the questions — skip any you don't care about.
- Once you've covered enough detail (usually 2-3 rounds), run: /blueprint-generate
- Hand the plan to Claude Code and let it build the whole thing.
Also works on existing projects — Blueprint will explore the codebase and ground its questions in what it finds.
Specific Prompt(s)
/blueprint build a CLI tool that tracks daily habits
Select the Concise template, answer the follow-up questions (skip any you don't care about), then once you've covered enough detail:
Additional Comments
Also available as a VS Code extension: https://marketplace.visualstudio.com/items?itemName=Imbue.imbue-blueprint
Recommendation Checklist
Display Name
Blueprint
Category
Agent Skills
Sub-Category
General
Primary Link
https://github.com/imbue-ai/blueprint
Author Name
Imbue
Author Link
https://imbue.com
License
MIT
Other License
No response
Description
Planning copilot for coding agents. Explores the codebase, asks clarifying questions with multiple-choice answers, and generates a structured markdown plan any agent can execute in one shot. Agent-agnostic via skills.sh.
Validate Claims
Install:
npx skills add imbue-ai/blueprint
Open Claude Code in any project (or an empty directory for greenfield). Run /blueprint with a task description. It asks 3-5 clarifying questions per round — answer in shorthand (1a, 2b, 3c) or prose, skip any you don't care about. Run /blueprint-generate once you've covered enough detail (usually 2-3 rounds). The plan lands at blueprint//plan-.md with steps that reference actual files and patterns from the project.
Specific Task(s)
Easiest way to test (no existing project needed):
Also works on existing projects — Blueprint will explore the codebase and ground its questions in what it finds.
Specific Prompt(s)
Select the Concise template, answer the follow-up questions (skip any you don't care about), then once you've covered enough detail:
Additional Comments
Also available as a VS Code extension: https://marketplace.visualstudio.com/items?itemName=Imbue.imbue-blueprint
Recommendation Checklist