Help us improve
Share bugs, ideas, or general feedback.
From pm-skills
Documents the reasoning behind design decisions including alternatives considered, trade-offs evaluated, and principles applied. Useful for UX decisions, stakeholder alignment, and preserving design context.
npx claudepluginhub product-on-purpose/pm-skills --plugin pm-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/pm-skills:develop-design-rationaleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 -->
Structures design rationale for decisions, linking to context, evidence, user needs, business goals, trade-offs, and validation plans. Useful for major UI/UX choices.
Creates structured narrative decision records for design system choices like components, tokens, tooling, and governance, capturing context, options, trade-offs, and rationale.
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.
Share bugs, ideas, or general feedback.
A design rationale document captures the "why" behind design decisions.the context, constraints, alternatives considered, and reasoning that led to a particular solution. While designs themselves show what was built, rationale documents preserve institutional knowledge about why it was built that way.
develop-adr (Nygard format)develop-solution-briefdevelop-spike-summaryWhen asked to document design rationale, follow these steps:
State the Decision Begin with a clear, one-sentence summary of what design decision was made. This becomes the title and reference point for the document.
Describe the Context Explain the situation that prompted this decision. What problem were you solving? What constraints existed? What user needs informed the direction? Include relevant research findings.
List Options Considered Document at least 2-3 alternatives that were evaluated. For each option, describe what it would look like and its key characteristics. Be fair to all options.avoid strawmen.
Define Evaluation Criteria Specify how options were assessed: usability heuristics, technical feasibility, brand alignment, user research findings, business requirements, or design principles.
Explain the Reasoning Walk through why the chosen option best meets the criteria. Be explicit about trade-offs.what you gained and what you sacrificed. Acknowledge where the decision is reversible vs. irreversible.
Document Trade-offs Accepted Every design decision involves trade-offs. Name what you gave up and why it was acceptable. This honesty helps future teams understand constraints.
Note Follow-up Considerations Capture anything that needs attention later: metrics to watch, conditions that might warrant revisiting the decision, or related decisions to make.
Use the template in references/TEMPLATE.md to structure the output. A complete rationale fills every template section: Decision Summary; Context; Options Considered; Evaluation; Decision Rationale; Trade-offs Accepted; Reversibility; Follow-up Considerations; Supporting Materials; and Decision History.
Before finalizing, verify:
See references/EXAMPLE.md for a completed example.