Captures accessibility decisions, tradeoffs, and WCAG compliance for a feature during design or shipping.
How this skill is triggered — by the user, by Claude, or both
Slash command
/accessibility-decisions:documentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Capture all accessibility decisions for a feature in a single,
Capture all accessibility decisions for a feature in a single, structured record that will survive team changes and redesigns.
List every design or implementation choice that affects accessibility:
Using decision-documentation, for each decision record:
Using tradeoff-analysis, for any decision where accessibility was compromised or where user needs conflicted:
Using compliance-mapping, map each decision to the relevant WCAG criteria:
Deliver a feature accessibility decision record:
npx claudepluginhub owl-listener/inclusive-design-skills --plugin accessibility-decisionsDiscovers and documents undocumented accessibility decisions in an existing feature or product, including tradeoffs, compliance gaps, and debt.
Establish accessibility standards that make products usable for people with disabilities without being an afterthought. Use when building user-facing systems or scaling the product.
Audits designs for WCAG 2.2 AA violations (contrast, focus, target size, keyboard semantics, motion, cognition). Auto-activates on designer tasks.