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.
How 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.
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.
npx claudepluginhub abdullahsrepo/blueprint-codex3plugins reuse this skill
First indexed Jun 7, 2026
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.
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.
Drafts, revises, or reviews software design documents following Google's design doc methodology. Use for RFCs, architecture proposals, and design reviews.