Skip to content

Commit 226ebe8

Browse files
committed
refactor: remove six-agents framing, present full 55-agent ecosystem
- Ch16: rewrite intro, prereqs, sections 1/3/4/7, TOC to present all agents as landscape - Section 7: add orchestration/teams content with cross-refs to Appendix V and Episode 39 - Appendix V: update section 2 title and intro - Podcast bundles: update ep00, ep17, ep39 with ecosystem framing - build-bundles.js: update ep0/ep17/ep39 definitions - Regenerate all 44 episode scripts via Gemini 3.1 Pro Preview - Update FAQ, DAY1_AGENDA, PROGRESS_TRACKER, FACILITATOR, GITHUB_PROPOSAL, DEPLOYMENT_SUMMARY - Rebuild HTML (115/115), PODCASTS.md, feed.xml
1 parent 0f39bed commit 226ebe8

File tree

71 files changed

+12206
-497
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+12206
-497
lines changed

.github/internal/DEPLOYMENT_SUMMARY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ Root/
157157
- [ ] Code templates ready to copy-paste
158158

159159
### AI Agent Integration
160-
- [ ] 6 agents fully integrated and documented
161-
- [ ] New Template Builder agent (Agent 6) for interactive template creation
162-
- [ ] 28 slash commands organized by use case
160+
- [ ] 55 agents across 3 teams fully integrated and documented
161+
- [ ] Template Builder agent for interactive template creation
162+
- [ ] 54+ slash commands organized by use case
163163
- [ ] Skill-first philosophy: manual before automated
164164

165165
### Accessibility-First Design

DAY1_AGENDA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ These completions are yours permanently. They travel to every GitHub profile pag
713713
Tomorrow we move from the browser to **Visual Studio Code**. Here is what is coming:
714714
715715
- **VS Code Screen Reader Mode** - Accessible Help (`Alt+H`), Accessible View (`Alt+F2`), Accessible Diff Viewer (`F7`)
716-
- **Accessibility Agents** - your earned reward for completing Day 1. An ecosystem of **55 AI agents across 3 teams and 5 platforms** that amplify the exact skills you built today. During the workshop, you will use six of these hands-on - but the full ecosystem is yours to explore, use, and contribute to.
716+
- **Accessibility Agents** - your earned reward for completing Day 1. An ecosystem of **55 AI agents across 3 teams and 5 platforms** that amplify the exact skills you built today. Explore the agents that match your interests and workflows - there is no fixed subset you are required to use.
717717
- **Ship a real PR upstream** - `community-access/accessibility-agents` is a live repository. Your name in its commit history is the Day 2 capstone.
718718
719719
> **Start thinking now:** Accessibility Agents has 26 agents for accessibility auditing (web, documents, mobile, ePub), 12 for GitHub workflows, and 6 for developer tools. As you reflect on today's experience - navigating repositories, filing issues, reviewing PRs by hand - ask yourself:

FACILITATOR.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ learning-room/ ← workshop repository root
2222
│ │ ├── accessibility-bug.yml ← accessibility bug report YAML form
2323
│ │ └── feature-request.yml ← feature/improvement request YAML form
2424
│ ├── PULL_REQUEST_TEMPLATE.md ← PR template with accessibility checklist
25-
│ ├── agents/ ← Accessibility Agents - six Copilot agents
25+
│ ├── agents/ ← Accessibility Agents - 55 Copilot agents across 3 teams
2626
│ │ ├── daily-briefing.agent.md
2727
│ │ ├── issue-tracker.agent.md
2828
│ │ ├── pr-review.agent.md
2929
│ │ ├── analytics.agent.md
3030
│ │ ├── insiders-a11y-tracker.agent.md
3131
│ │ ├── template-builder.agent.md
3232
│ │ └── preferences.example.md
33-
│ └── prompts/ ← 28 slash commands for Copilot Chat
33+
│ └── prompts/ ← 54+ slash commands for Copilot Chat
3434
│ ├── a11y-update.prompt.md
3535
│ ├── create-issue.prompt.md
3636
│ ├── daily-briefing.prompt.md
3737
│ ├── explain-code.prompt.md
3838
│ ├── review-pr.prompt.md
3939
│ ├── triage.prompt.md
40-
│ └── ... (22 more - see docs/appendix-w-accessibility-agents-reference.md)
40+
│ └── ... (48 more - see docs/appendix-v-accessibility-agents-reference.md)
4141
├── docs/ ← full workshop curriculum (16 chapters + appendices A-X)
4242
│ ├── 00-pre-workshop-setup.md
4343
│ ├── 01-understanding-github-web-structure.md

FAQ.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -658,18 +658,18 @@ Full reference: [Appendix W (GitHub Copilot Reference)](docs/appendix-w-github-c
658658
## Accessibility Agents
659659

660660
### Q: What is Accessibility Agents?
661-
**A:** A set of six GitHub Copilot agents and 28 slash commands for accessible, agentic repository management. It is an MIT-licensed open-source project at `community-access/accessibility-agents` that you will fork, use, and contribute to during the workshop. See [Chapter 16 (Accessibility Agents)](docs/16-accessibility-agents.md).
661+
**A:** An ecosystem of **55 AI-powered agents** organized into three teams (Accessibility, GitHub Workflow, Developer Tools), running on five platforms. It includes 54+ slash commands and is an MIT-licensed open-source project at `community-access/accessibility-agents` that you will fork, use, and contribute to during the workshop. See [Chapter 16 (Accessibility Agents)](docs/16-accessibility-agents.md).
662662

663-
### Q: What are the six agents?
664-
**A:**
665-
| Agent | What It Does |
666-
|-------|-------------|
667-
| `@daily-briefing` | Summarizes your daily GitHub activity across all repos |
668-
| `@issue-tracker` | Helps triage, prioritize, and manage issues |
669-
| `@pr-review` | Generates structured PR reviews with accessibility checks |
670-
| `@analytics` | Reports on repository metrics and contribution patterns |
671-
| `@insiders-a11y-tracker` | Monitors accessibility-relevant changes with WCAG cross-referencing |
672-
| `@template-builder` | Interactive wizard for creating GitHub issue templates |
663+
### Q: What agents are available?
664+
**A:** The ecosystem spans three teams:
665+
666+
| Team | Agents | Focus |
667+
|------|--------|-------|
668+
| Accessibility | 26 | Web, document, mobile, ePub auditing and remediation |
669+
| GitHub Workflow | 12 | Issue triage, PR review, analytics, templates, repo management |
670+
| Developer Tools | 6 | Python, desktop, wxPython accessibility patterns |
671+
672+
See [Appendix V](docs/appendix-v-accessibility-agents-reference.md) for the complete list of all 55 agents.
673673

674674
### Q: Do I need to install anything to use agents?
675675
**A:** No separate installation. Agents are defined as `.agent.md` files in your repository's `.github/agents/` folder. When you fork `accessibility-agents`, the agents come with it. You need GitHub Copilot (paid subscription) for agents to function.

GITHUB_PROPOSAL.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ Chapters 14-16 teach accessible code review, issue templates, and AI agent autom
8282
|---------|----------|-------|-------------|
8383
| 14 | 1 hr + 3 exercises | Accessible code review | Keyboard-only, screen readers, diff navigation (NVDA/JAWS/VoiceOver) |
8484
| 15 | 1.5 hrs + 4 exercises | Issue templates | YAML, form fields, WCAG compliance, template design |
85-
| 16 | 1.5 hrs + 3 exercises | Accessibility Agents | 6 AI agents, 28 slash commands, Template Builder wizard |
85+
| 16 | 1.5 hrs + 3 exercises | Accessibility Agents | 55 AI agents across 3 teams, 54+ slash commands, Template Builder wizard |
8686

8787
**AI Agent Integration:**
88-
- **6 Agents:** Automate issue triage, PR review, analytics, accessibility tracking, daily briefings, template building
89-
- **28 Slash Commands:** Targeted invocations for specific workflows
90-
- **Template Builder (Agent 6 - NEW!):** Interactive wizard for guided template creation
88+
- **55 Agents across 3 Teams:** Accessibility (26), GitHub Workflow (12), Developer Tools (6) - automate auditing, issue triage, PR review, analytics, and more
89+
- **54+ Slash Commands:** Targeted invocations for specific workflows
90+
- **Template Builder:** Interactive wizard for guided template creation
9191

9292
**Outcome:** Teams can design accessible workflows and automate GitHub processes with confidence.
9393

@@ -437,10 +437,10 @@ Open curriculum invites contributions:
437437
- J: Advanced Search, K: Releases & Tags, L: Repository Insights
438438
- N: GitHub Flavored Markdown [NEW], O: GitHub Security [NEW]
439439
- P: Branch Protection [NEW], Q: Resources
440-
- Accessibility Agents (Chapter 16 + 28 slash commands)
441-
- **6 AI agents** (fully documented, ready to use)
440+
- Accessibility Agents (Chapter 16 + 54+ slash commands)
441+
- **55 AI agents** across 3 teams (fully documented, ready to use)
442442
- Integrated throughout curriculum
443-
- 28 slash commands total
443+
- 54+ slash commands total
444444
- **10+ detailed exercises** (300-900 lines each, hand-holding walkthroughs)
445445
- 2 exercises in Chapter 4 (Issues)
446446
- 2 exercises in Chapter 5 (Pull Requests)
@@ -483,7 +483,7 @@ Open curriculum invites contributions:
483483
| GitHub Goal | Curriculum Supports | How |
484484
|-------------|-------------------|-----|
485485
| Grow developer community | Onboarding for millions of new users | Clear, repeatable learning path |
486-
| Increase Copilot adoption | Show real-world agent use cases | 6 agents + 28 commands integrated throughout |
486+
| Increase Copilot adoption | Show real-world agent use cases | 55 agents + 54+ commands integrated throughout |
487487
| Lead in accessibility | Model best practices | WCAG 2.1 AA+, screen reader tested, keyboard-absolute |
488488
| Reduce support burden | Empower self-service learning | FAQ, Troubleshooting, Quick Reference guides |
489489
| Build partnerships | Ecosystem integration | Works with VS Code, GitHub CLI, Copilot, Actions |

PODCASTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Based on: [Chapter 15: Issue Templates](docs/15-issue-templates.md)
277277

278278
### Episode 17: Accessibility Agents
279279

280-
Six agents, 28 slash commands, custom agents, and agentic accessibility workflows.
280+
55 agents across 3 teams and 5 platforms, 54+ slash commands, custom agents, and agentic accessibility workflows.
281281

282282
Based on: [Chapter 16: Accessibility Agents](docs/16-accessibility-agents.md)
283283

@@ -609,7 +609,7 @@ Based on: [Appendix U: Resources and Links](docs/appendix-u-resources.md)
609609

610610
### Episode 39: Accessibility Agents - Complete Reference
611611

612-
All six agents, all 28 slash commands, customization, and troubleshooting.
612+
All 55 agents, all 54+ slash commands, customization, and troubleshooting.
613613

614614
Based on: [Appendix V: Accessibility Agents - Complete Reference](docs/appendix-v-accessibility-agents-reference.md)
615615

PROGRESS_TRACKER.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -252,14 +252,11 @@
252252
## Chapter 16: Accessibility Agents
253253
**Time:** 1.5 hours + Exercises | **What You'll Do:** Automate with Copilot agents
254254

255-
### The Six Agents
256-
Know what each does (read Chapter 16 for details):
257-
- [ ] `@daily-briefing` - Daily activity summary
258-
- [ ] `@issue-tracker` - Issue management
259-
- [ ] `@pr-review` - PR assistant
260-
- [ ] `@analytics` - Repository metrics
261-
- [ ] `@insiders-a11y-tracker` - Accessibility focus
262-
- [ ] `@template-builder` - Template wizard (NEW!)
255+
### Agents to Explore
256+
Browse the ecosystem and try agents that match your skills (read Chapter 16 for the full landscape):
257+
- [ ] **GitHub Workflow agents** - `@daily-briefing`, `@issue-tracker`, `@pr-review`, `@analytics`, `@insiders-a11y-tracker`, `@template-builder`
258+
- [ ] **Accessibility agents** - `@web-accessibility-wizard`, `@contrast-master`, `@keyboard-navigator`, `@markdown-a11y-assistant`
259+
- [ ] **Developer Tools agents** - `@python-specialist`, `@desktop-a11y-specialist`, `@a11y-tool-builder`
263260

264261
### Exercises
265262
- [ ] **Exercise 1:** Generate a template with @template-builder

0 commit comments

Comments
 (0)