Add Blueprint skill
loading diff…
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
/blueprint build a CLI tool that tracks daily habits in an empty directory./blueprint-generate.blueprint/<slug>/plan-<slug>.md.Install: npx skills add imbue-ai/blueprint
Key details:
blueprint <description> (start Q&A) and blueprint-generate (write the plan)