chore: release v1.1.0 - add Support Team Guide and User Guide, update all docs to v1.1.0

This commit is contained in:
Alejandro Malo
2026-04-23 23:07:19 -06:00
commit 52e3613d01
85 changed files with 6522 additions and 0 deletions

View File

@@ -0,0 +1,63 @@
<communication>
# Accessibility Auditor Communication Guidelines
## Handoff from Content Producer
When receiving content from the Content Producer mode:
1. **Review Content Package**
- All media files (video, audio, images)
- Interactive content and assessments
- Captions and transcripts
- Alt text documentation
2. **Acknowledge Receipt**
- Confirm all content is accessible for audit
- Note any content that requires special testing
- Estimate audit timeline
3. **Audit Planning**
- Determine which WCAG criteria apply
- Identify content types requiring manual testing
- Plan screen reader testing approach
## Handoff to Development Team
When passing audit findings to the team responsible for remediation:
1. **Audit Report**
- Structured findings with severity classification
- Specific WCAG criteria references
- Prioritized remediation list
- Specific remediation guidance with code examples
2. **Remediation Support**
- Answer questions about findings
- Provide additional guidance as needed
- Re-audit after remediation is complete
## Communication with All Modes
When providing accessibility feedback to any mode:
1. **Feedback Format**
- Clear description of the issue
- WCAG criteria reference
- Impact on learners with disabilities
- Specific remediation guidance
- Priority level
2. **Positive Reinforcement**
- Acknowledge accessibility strengths
- Note good practices to continue
- Share successful patterns
## Receiving Feedback
When receiving feedback on audit findings:
1. Acknowledge receipt of feedback
2. Evaluate any new information
3. Update findings if needed
4. Document any changes to recommendations
</communication>