Runs a structured cognitive accessibility review across six dimensions: cognitive load, plain language, wayfinding, error recovery, focus/attention, and memory load. Outputs a severity-graded report.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cognitive-accessibility:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a comprehensive cognitive accessibility review. This command chains
Run a comprehensive cognitive accessibility review. This command chains six skills into a structured assessment.
Identify the interface, flow, or content to review. Establish:
Using the cognitive-load-assessment skill, evaluate each screen or step across all six dimensions: decisions, memory, new concepts, steps, reading complexity, and visual complexity.
Using the plain-language-design skill, review all user-facing text for readability, jargon, ambiguity, and action clarity.
Using the wayfinding-navigation skill, verify that users always know where they are, where they can go, and how to get back.
Using error-prevention-recovery and focus-attention-design skills, review error handling patterns and identify distractions or attention hazards.
Using the memory-load-reduction skill, identify any place where users must remember information across screens, steps, or sessions.
Present findings as a structured report:
Severity definitions:
npx claudepluginhub owl-listener/inclusive-design-skills --plugin cognitive-accessibilityEvaluates cognitive load types, wayfinding, focus management, and decision complexity in interfaces for users with cognitive differences, stress, or divided attention.
Assesses cognitive load across three dimensions (intrinsic, extraneous, germane) with a structured framework and reduction strategies. Use when reviewing dashboards, forms, multi-step flows, or information-dense screens.
Reviews UX/UI with Nielsen's heuristics, WCAG 2.1 accessibility, keyboard and screen reader audits, user flow analysis, and form usability evaluation. Use before release or to assess accessibility compliance.