What problem does it solve? Frontend codebases often ship with accessibility violations — missing alt text, broken keyboard navigation, insufficient color contrast — that block WCAG compliance and create legal risk. This Skill runs a structured multi-agent audit that finds and fixes these violations against your BRD/PRD requirements. ## Core Features & Use Cases - Multi-Agent WCAG Audit: Spawns three parallel auditors covering semantic HTML/landmarks, keyboard navigation and focus management, and text alternatives, contrast, and motion sensitivity. - Automated Verification: Runs axe-core E2E tests after manual fixes and produces a compliance report with a PASS / CONDITIONAL PASS / FAIL gate decision. - Use Case: During Stage 6B of the Transmute pipeline, audit a Next.js frontend against WCAG 2.2 AA, fix violations like missing lang attributes and redundant ARIA on component-library elements, and generate ./plancasting/_audits/accessibility/report.md. ## Quick Start Ask the agent to run an accessibility audit of the frontend codebase against the WCAG requirements in the BRD and fix any violations found.