Skip to content

[Resource]: Blueprint #1828

@NayanaBannur

Description

@NayanaBannur

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):

  1. Open Claude Code in an empty directory.
  2. Run: /blueprint build a CLI tool that tracks daily habits
  3. Select the Concise template for a quick test.
  4. Answer the questions — skip any you don't care about.
  5. Once you've covered enough detail (usually 2-3 rounds), run: /blueprint-generate
  6. 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:

/blueprint-generate

Additional Comments

Also available as a VS Code extension: https://marketplace.visualstudio.com/items?itemName=Imbue.imbue-blueprint

Recommendation Checklist

  • I have checked that this resource hasn't already been submitted
  • It has been over one week since the first public commit to the repo I am recommending
  • All provided links are working and publicly accessible
  • I do NOT have any other open issues in this repository
  • I am primarily composed of human-y stuff and not electrical circuits

Metadata

Metadata

Assignees

No one assigned

    Labels

    resource-submissionThis Issue submits a new resource to the listvalidation-passedResource has passed initial validation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions