Discovers and documents undocumented accessibility decisions in an existing feature or product, including tradeoffs, compliance gaps, and debt.
How this skill is triggered — by the user, by Claude, or both
Slash command
/accessibility-decisions:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Surface the accessibility decisions that were made — deliberately or
Surface the accessibility decisions that were made — deliberately or by default — in an existing feature, and document them before they get lost.
Walk through the feature and list every design choice that affects accessibility, even if nobody explicitly decided it:
Many of these were never consciously decided — they were inherited from a framework, copied from another feature, or left at defaults. Those are still decisions. Document them.
For each identified decision, determine:
Using tradeoff-analysis, identify decisions where accessibility was traded for something else:
Document each with its current impact on users.
Using compliance-mapping, assess the feature's current state against WCAG 2.2 Level AA. Identify conformance gaps.
Using accessibility-debt-tracking, create a debt record for every known issue discovered in this review.
Deliver a decision review report:
npx claudepluginhub owl-listener/inclusive-design-skills --plugin accessibility-decisionsCaptures accessibility decisions, tradeoffs, and WCAG compliance for a feature during design or shipping.
Reviews accessibility of web pages, code implementations, and design mockups. Reports severity-ranked issues with fixes.
Audits web/mobile experiences for WCAG compliance, identifies barriers, and provides remediation guidance. Use for accessibility testing, inclusive design, and assistive technology compatibility.