Skip to content

Add Blueprint skill#841

Open
NayanaBannur wants to merge 1 commit into
ComposioHQ:masterfrom
NayanaBannur:add-blueprint
Open

Add Blueprint skill#841
NayanaBannur wants to merge 1 commit into
ComposioHQ:masterfrom
NayanaBannur:add-blueprint

Conversation

@NayanaBannur
Copy link
Copy Markdown

Adds Blueprint to Development & Code Tools.

What it does
Planning copilot for coding agents. Explores your codebase, asks clarifying questions with multiple-choice answers, then generates a structured markdown plan any agent can execute in one shot.

What problem it solves
Most coding agents rush to code or guess at the plan. Blueprint slows down just enough to ask the right questions. It catches things you didn't think to think about before any code is written.

Who uses this
Developers using coding agents for greenfield projects, large features, or any task big enough to warrant a plan before coding.

Example

  1. Run /blueprint build a CLI tool that tracks daily habits in an empty directory.
  2. Select the Concise template.
  3. Blueprint asks 3-5 clarifying questions per round. Answer in shorthand (1a, 2b, 3c) or skip what you don't care about.
  4. Once you've covered enough detail, run /blueprint-generate.
  5. The plan lands at blueprint/<slug>/plan-<slug>.md.

Install: npx skills add imbue-ai/blueprint

Key details:

  • Two skills: blueprint <description> (start Q&A) and blueprint-generate (write the plan)
  • Agent-agnostic: Claude Code, Codex CLI, Gemini CLI, and others via skills.sh
  • License: MIT
  • Repo: https://github.com/imbue-ai/blueprint
  • By Imbue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant