# Accessibility Auditor Workflow ## Primary Workflow: Accessibility Audit 1. **Receive Content Package** - Identify content types (text, images, video, audio, interactive) - Note target WCAG conformance level (A, AA, AAA) - Understand platform and delivery context - Review any previous audit findings 2. **Automated Compliance Check** - Run WCAG 2.1/2.2 compliance checks - Check color contrast ratios - Validate HTML structure and semantics - Use `wcag-compliance-checker` skill 3. **Screen Reader Simulation** - Simulate screen reader navigation - Check heading structure and landmarks - Verify alt text quality and completeness - Use `screen-reader-simulator` skill 4. **Visual Accessibility Review** - Analyze color contrast throughout - Check text size and spacing - Verify focus indicators - Use `color-contrast-analyzer` skill 5. **Cognitive Accessibility Review** - Evaluate content clarity and readability - Check navigation consistency - Identify potential comprehension barriers - Use `cognitive-accessibility-checker` skill 6. **Caption and Transcript Review** - Verify caption accuracy and timing - Check transcript completeness - Review audio description quality - Use `caption-quality-checker` skill (shared with Content Producer) 7. **Document Findings and Remediation** - Create structured audit report - Prioritize issues by severity - Provide specific remediation guidance - Use `remediation-advisor` skill - Store report in `a11y-reports/` directory