Phase 1: Scope
Define the scope and plan for an accessibility audit.
Purpose
The Scope phase defines what to audit, which WCAG level to target, and which pages or features to include. A well-defined scope ensures the audit is focused and actionable.
Usage
/accessibility:scope <target>Example:
/accessibility:scope checkout-flowWhat It Does
- Clarifies the audit target (website, app, component, or feature)
- Determines the WCAG conformance level (A, AA, or AAA)
- Identifies specific pages and features to test
- Defines the testing approach (automated + manual)
- Documents known accessibility concerns
- Writes the scope to
.metapowers/accessibility/<target>/01-scope.md
Output
Creates .metapowers/accessibility/<target>/01-scope.md containing:
- Audit target description
- WCAG level and compliance requirements
- Pages and features in scope
- Testing methods
- Known concerns to prioritize
Next Phase
After scoping, proceed to Evaluate to run accessibility checks.