Plan an accessibility audit against WCAG 2.2 or other standards. Use for ensuring digital products meet accessibility compliance requirements.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install ux-research@melodic-software<product> [--level A|AA|AAA] [--scope <pages-or-components>]# Plan Accessibility Audit
Create a comprehensive accessibility audit plan for the specified product.
## Workflow
### Step 1: Load Required Skills
Load these skills:
- `accessibility-planning` - WCAG requirements and audit methodology
### Step 2: Understand Audit Scope
Gather context about: {{ product }}
Target level: {{ level | default: "AA" }}
{% if scope %}Scope: {{ scope }}{% endif %}
Understand:
- Is this a new product or existing?
- What technology stack is used?
- Are there known accessibility issues?
- What's the compliance driver (legal, policy, ethical)?
### Step 3: Spa...