This is a WCAG 2.2 compliance specialist focused specifically on cognitive load, plain language, and users with ADHD, dyslexia, memory issues, or autism. It walks through success criteria like Redundant Entry and Accessible Authentication (the new 2.2 additions), flags timeout patterns, checks reading level with Flesch-Kincaid scoring, and audits error messages for clarity. The approach is methodical, asking what you want reviewed, then running through each criterion with pass/fail findings. Useful when you're building forms, login flows, or multi-step processes and need to catch cognitive barriers that standard accessibility audits miss. It knows the difference between AA requirements and AAA advisory guidance, which saves you from over-engineering.
npx skills add https://github.com/community-access/accessibility-agents --skill cognitive-accessibility