Play 76 β Accessibility Learning Agent βΏ
AI accessibility compliance β WCAG 2.2 checking, alt-text generation, cognitive load assessment, screen reader optimization.
Build an intelligent accessibility auditor. Combines axe-core automated checks with AI-enhanced analysis (cognitive load, reading order, plain language), generates context-aware alt text via GPT-4o Vision, and provides actionable remediation recommendations with effort estimates.
Quick Start
cd solution-plays/76-accessibility-learning-agent
az deployment group create -g $RG -f infra/main.bicep -p infra/parameters.json
code .
# Use @builder to implement, @reviewer to audit, @tuner to optimizeArchitecture
π Full architecture details
Pre-Tuned Defaults
- WCAG: 2.2 AA target Β· 4 principles (POUR) Β· crawl depth 3
- Alt-text: β€ 125 chars Β· context-aware Β· decorative detection Β· no βImage ofβ prefix
- Cognitive: Grade 8 reading level Β· 2000 max words Β· 10 max form fields
- Severity: Block deploy on critical + serious violations
DevKit (AI-Assisted Development)
| Primitive | What It Does |
|---|---|
agent.md | Root orchestrator with builderβreviewerβtuner handoffs |
copilot-instructions.md | WCAG domain (automated vs AI checks, alt-text best practices, cognitive load) |
| 3 agents | Builder (gpt-4o), Reviewer (gpt-4o-mini), Tuner (gpt-4o-mini) |
| 3 skills | Deploy (185+ lines), Evaluate (120+ lines), Tune (220+ lines) |
| 4 prompts | /deploy, /test, /review, /evaluate with agent routing |
Cost Estimate
| Service | Dev | Prod | Enterprise |
|---|---|---|---|
| Azure AI Speech | $0 | $200 | $700 |
| Azure OpenAI | $30 | $300 | $1,200 |
| Azure AI Vision | $0 | $80 | $250 |
| Container Apps | $10 | $150 | $400 |
| Cosmos DB | $3 | $75 | $300 |
| Azure AI Content Safety | $0 | $30 | $100 |
| Key Vault | $1 | $5 | $15 |
| Application Insights | $0 | $30 | $100 |
| Total | $44 | $870 | $3,065 |
π° Full cost breakdown
vs. Play 74 (AI Tutoring Agent)
| Aspect | Play 74 | Play 76 |
|---|---|---|
| Focus | Socratic tutoring for students | WCAG compliance for web content |
| AI Role | Guide student reasoning | Detect violations + generate alt text |
| Users | Students (possibly minors) | Developers + content authors |
| Output | Adaptive conversation | Compliance report + remediation list |
π Full documentation Β· π frootai.dev/solution-plays/76-accessibility-learning-agentΒ Β· π¦ FAI Protocol
FAI Manifest
| Field | Value |
|---|---|
| Play | 76-accessibility-learning-agent |
| Version | 1.0.0 |
| Knowledge | F1-GenAI-Foundations, O2-AI-Agents, T2-Responsible-AI |
| WAF Pillars | responsible-ai, reliability, performance-efficiency, security |
Last updated on