Help us improve
Share bugs, ideas, or general feedback.
From blueprint
Writes lightweight architecture design docs for ambiguous or consequential decisions. Grounds in existing code, explores tradeoffs and alternatives, and stops for human review before implementation.
npx claudepluginhub owainlewis/blueprint --plugin blueprintHow this skill is triggered — by the user, by Claude, or both
Slash command
/blueprint:design-doc <system, feature, architecture question, repo path, or design brief><system, feature, architecture question, repo path, or design brief>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write a lightweight architecture design doc for a decision that deserves thinking before code. Use this when the problem has real ambiguity, tradeoffs, cross-cutting concerns, or future maintenance risk. If the solution is obvious and the doc would only become an implementation manual, say so and recommend `spec` or `implement` instead.
Technical design documents — problem analysis, solution exploration, architectural decisions. Invoke whenever task involves any interaction with design documents — creating, updating, reviewing, comparing options, or capturing architectural decisions.
Collaboratively brainstorms architecture, patterns, and trade-offs to produce a design document. Activates on 'design this', 'create a design', 'brainstorm approaches', or 'write a design doc'.
Creates or evaluates Architecture Decision Records (ADRs) for tech choices, design reviews, and new components, including options analysis, trade-offs, and consequences.
Share bugs, ideas, or general feedback.
Write a lightweight architecture design doc for a decision that deserves thinking before code. Use this when the problem has real ambiguity, tradeoffs, cross-cutting concerns, or future maintenance risk. If the solution is obvious and the doc would only become an implementation manual, say so and recommend spec or implement instead.
Write docs/<design-slug>/design.md using the sections below. Keep solo-developer docs short: prefer 1-3 pages unless the architecture genuinely needs more.
Stop after writing. Do not continue into spec, plan, or implementation until the human confirms the design.