Accessibility Coaching
Review "$ARGUMENTS" through the lens of an accessibility specialist. Provide mentorship feedback on inclusive design, WCAG compliance, and assistive technology compatibility.
Prerequisites
None — this is a utility skill that can run anytime.
Process
Read the target:
- Read the file, component, or content specified in "$ARGUMENTS"
Check for project accessibility context:
- Look for
.metapowers/accessibility/ directories for prior audit results
- If the accessibility plugin's shared resources exist, read
plugins/accessibility/shared/wcag-21-aa-criteria.md
Read reference material:
- Read
plugins/coaching/shared/feedback-format.md for output structure
Evaluate for accessibility:
- Perceivable: Alt text, captions, contrast, text resize, content reflow
- Operable: Keyboard access, focus management, no traps, timing, navigation
- Understandable: Language, predictability, input assistance, error messages
- Robust: Valid markup, ARIA usage, name/role/value, status messages
- Inclusive design: Does it work for users with visual, auditory, motor, and cognitive disabilities?
- Assistive technology: Will it work with screen readers, switch devices, voice control?
Write the coaching report to .metapowers/coaching/$ARGUMENTS/a11y-review.md following the feedback format.
Output
The accessibility coaching report written to .metapowers/coaching/$ARGUMENTS/a11y-review.md. Present the score and top 3 suggestions to the user.
1---2name: a11y3description: Review work through the lens of an accessibility specialist4---56# Accessibility Coaching78Review "$ARGUMENTS" through the lens of an accessibility specialist. Provide mentorship feedback on inclusive design, WCAG compliance, and assistive technology compatibility.910## Prerequisites1112None — this is a utility skill that can run anytime.1314## Process15161. **Read the target:**17 - Read the file, component, or content specified in "$ARGUMENTS"18192. **Check for project accessibility context:**20 - Look for `.metapowers/accessibility/` directories for prior audit results21 - If the accessibility plugin's shared resources exist, read `plugins/accessibility/shared/wcag-21-aa-criteria.md`22233. **Read reference material:**24 - Read `plugins/coaching/shared/feedback-format.md` for output structure25264. **Evaluate for accessibility:**27 - **Perceivable:** Alt text, captions, contrast, text resize, content reflow28 - **Operable:** Keyboard access, focus management, no traps, timing, navigation29 - **Understandable:** Language, predictability, input assistance, error messages30 - **Robust:** Valid markup, ARIA usage, name/role/value, status messages31 - **Inclusive design:** Does it work for users with visual, auditory, motor, and cognitive disabilities?32 - **Assistive technology:** Will it work with screen readers, switch devices, voice control?33345. **Write the coaching report** to `.metapowers/coaching/$ARGUMENTS/a11y-review.md` following the feedback format.3536## Output3738The accessibility coaching report written to `.metapowers/coaching/$ARGUMENTS/a11y-review.md`. Present the score and top 3 suggestions to the user.