From consulting-skills
Produce structured Architecture Decision Records (ADRs) with options analysis, tradeoffs, and a clear recommendation. Use this skill when making technology choices, evaluating build-vs-buy, selecting platforms or frameworks, choosing between architectural patterns, or documenting any significant technical decision. Also triggers for: "decision doc", "options analysis", "tech evaluation", "design decision", "technology comparison", "should we use X or Y", "what database should we pick", or "evaluate these options". Covers context, decision drivers, options with pros/cons/risks, decision outcome, and consequences. Do NOT use for project plans, delivery status reports, proposals, or general technical documentation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/consulting-skills:architecture-decisionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce rigorous Architecture Decision Records (ADRs) that capture the context, options, tradeoffs, and rationale behind significant technical decisions. ADRs are durable artifacts — they explain *why* a decision was made so that future teams don't relitigate settled questions.
Produce rigorous Architecture Decision Records (ADRs) that capture the context, options, tradeoffs, and rationale behind significant technical decisions. ADRs are durable artifacts — they explain why a decision was made so that future teams don't relitigate settled questions.
Ask the user for (skip what's already provided):
Follow the template in references/adr-template.md. Every section is required.
Apply these principles:
The ADR must include a clear recommendation with rationale. Structure as:
List both positive and negative consequences of the decision:
Output as a structured Markdown document following the ADR template. Use precise, technical language. The ADR should be understandable by a senior engineer joining the project 6 months from now.
A single Markdown document following the ADR template. Typical length: 2–5 pages. Each option gets a structured analysis. The recommendation is unambiguous. The document is self-contained — a reader needs no additional context.
npx claudepluginhub baufest/skills --plugin consulting-skillsGenerates Architecture Decision Records (ADRs) using MADR templates: assessment criteria, options analysis with risk matrices, frameworks like Salesforce Well-Architected or Technical Trade-offs.
Creates Architecture Decision Records in Nygard format to document technical decisions, context, and consequences. Use when making choices about architecture, technology selection, or development patterns.
Creates a structured Architecture Decision Record (ADR) documenting context, options, decision, consequences, and tradeoffs for any technical choice.