Metapowers

Accessibility Coaching

Accessibility specialist mentorship — feedback on inclusive design and WCAG compliance.

Purpose

Get feedback from an accessibility specialist's perspective. The A11y coaching skill evaluates your work for inclusive design, WCAG compliance, and assistive technology compatibility.

Usage

/coaching:a11y <target>

Example:

/coaching:a11y src/components/Modal.tsx

What It Evaluates

WCAG PrincipleWhat It Checks
PerceivableAlt text, captions, contrast, text resize, reflow
OperableKeyboard access, focus management, timing, navigation
UnderstandableLanguage, predictability, input assistance, errors
RobustValid markup, ARIA usage, name/role/value, status messages

Plus:

  • Inclusive design — works for visual, auditory, motor, and cognitive disabilities
  • Assistive tech — compatible with screen readers, switch devices, voice control

Cross-Domain

If the Accessibility plugin's WCAG criteria exist at plugins/accessibility/shared/, the skill references them for comprehensive evaluation.

Output

Creates .metapowers/coaching/<target>/a11y-review.md with score, strengths, issues, suggestions, and WCAG references.

On this page