You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add high-impact agents/commands and orchestration to Ch16 Section 7
- Add 'High-Impact Agents to Try First' table mapping Day 1 skills to agents
- Add 'Slash Commands That Save the Most Time' with 7 curated commands
- Cross-reference Appendix V and Episode 39 from the commands section
- Update ep17 podcast bundle and build-bundles.js with new concepts
- Regenerate ep17 script via Gemini 3.1 Pro Preview
- Rebuild HTML (115/115), PODCASTS.md, feed.xml
Copy file name to clipboardExpand all lines: docs/16-accessibility-agents.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1765,6 +1765,35 @@ Four agents are specifically designed to coordinate others:
1765
1765
1766
1766
You do not need to use orchestrators to get value from individual agents. But when a task is complex enough to span multiple agents, orchestrators save you the work of manually chaining requests.
1767
1767
1768
+
### High-Impact Agents to Try First
1769
+
1770
+
Rather than exploring all 55 agents at once, start with the ones that deliver immediate value based on Day 1 skills you already have:
1771
+
1772
+
| If You Can Already | Try This Agent | And This Command |
| Track what changed overnight |`@daily-briefing`|`/daily-briefing`|
1779
+
| Scan a page for accessibility issues |`@web-accessibility-wizard`|`/onboard-repo`|
1780
+
| Check color contrast manually |`@contrast-master`| (invoke directly) |
1781
+
| Test keyboard navigation |`@keyboard-navigator`| (invoke directly) |
1782
+
1783
+
### Slash Commands That Save the Most Time
1784
+
1785
+
These commands work without invoking a full agent - type them directly in Copilot Chat:
1786
+
1787
+
-**`/my-issues`** and **`/my-prs`** - Instant dashboard of your open work across all repos
1788
+
-**`/review-pr #14`** - Full AI-generated review with inline suggestions, replacing manual line-by-line reading
1789
+
-**`/triage #22`** - Label, priority, and assignment suggestions for any new issue
1790
+
-**`/daily-briefing`** - Morning snapshot of repository activity, PRs needing review, and stale issues
1791
+
-**`/a11y-update`** - Latest accessibility improvements with WCAG cross-references
1792
+
-**`/draft-release v2.0`** - Generate release notes from merged PRs
1793
+
-**`/onboard-repo`** - First-time scan of a repo with health assessment and recommended actions
1794
+
1795
+
The full list of 54+ commands is in [Appendix V](appendix-v-accessibility-agents-reference.md), and [Episode 39](../PODCASTS.md) walks through all of them with examples.
1796
+
1768
1797
### Running Agents Beyond VS Code
1769
1798
1770
1799
Accessibility Agents' agents run on your machine, in your editor, when you ask for them. That is one scope.
<p>You do not need to use orchestrators to get value from individual agents. But when a task is complex enough to span multiple agents, orchestrators save you the work of manually chaining requests.</p>
1792
+
<h3>High-Impact Agents to Try First</h3>
1793
+
<p>Rather than exploring all 55 agents at once, start with the ones that deliver immediate value based on Day 1 skills you already have:</p>
<p>These commands work without invoking a full agent - type them directly in Copilot Chat:</p>
1845
+
<ul>
1846
+
<li><strong><code>/my-issues</code></strong> and <strong><code>/my-prs</code></strong> - Instant dashboard of your open work across all repos</li>
1847
+
<li><strong><code>/review-pr #14</code></strong> - Full AI-generated review with inline suggestions, replacing manual line-by-line reading</li>
1848
+
<li><strong><code>/triage #22</code></strong> - Label, priority, and assignment suggestions for any new issue</li>
1849
+
<li><strong><code>/daily-briefing</code></strong> - Morning snapshot of repository activity, PRs needing review, and stale issues</li>
1850
+
<li><strong><code>/a11y-update</code></strong> - Latest accessibility improvements with WCAG cross-references</li>
1851
+
<li><strong><code>/draft-release v2.0</code></strong> - Generate release notes from merged PRs</li>
1852
+
<li><strong><code>/onboard-repo</code></strong> - First-time scan of a repo with health assessment and recommended actions</li>
1853
+
</ul>
1854
+
<p>The full list of 54+ commands is in <ahref="appendix-v-accessibility-agents-reference.html">Appendix V</a>, and <ahref="../PODCASTS.html">Episode 39</a> walks through all of them with examples.</p>
1792
1855
<h3>Running Agents Beyond VS Code</h3>
1793
1856
<p>Accessibility Agents' agents run on your machine, in your editor, when you ask for them. That is one scope.</p>
1794
1857
<p>The same Markdown-authored pattern extends further:</p>
<li><inputaria-label="" disabled="" type="checkbox"><strong>How agents amplify skills: the manual skill first, then the agent</strong></li>
83
90
<li><inputaria-label="" disabled="" type="checkbox"><strong>Real-world examples of agent-assisted contributions</strong></li>
84
91
<li><inputaria-label="" disabled="" type="checkbox"><strong>Limitations: agents suggest, humans decide and verify</strong></li>
92
+
<li><inputaria-label="" disabled="" type="checkbox"><strong>Go deeper: Appendix V has all 54+ commands, Episode 39 walks through every agent</strong></li>
85
93
</ul>
86
94
<h3>Prerequisites (briefly recap these)</h3>
87
95
<p>Listeners may have heard these earlier episodes. Briefly remind them of:</p>
<p>You do not need to use orchestrators to get value from individual agents. But when a task is complex enough to span multiple agents, orchestrators save you the work of manually chaining requests.</p>
1868
+
<h3>High-Impact Agents to Try First</h3>
1869
+
<p>Rather than exploring all 55 agents at once, start with the ones that deliver immediate value based on Day 1 skills you already have:</p>
<p>These commands work without invoking a full agent - type them directly in Copilot Chat:</p>
1921
+
<ul>
1922
+
<li><strong><code>/my-issues</code></strong> and <strong><code>/my-prs</code></strong> - Instant dashboard of your open work across all repos</li>
1923
+
<li><strong><code>/review-pr #14</code></strong> - Full AI-generated review with inline suggestions, replacing manual line-by-line reading</li>
1924
+
<li><strong><code>/triage #22</code></strong> - Label, priority, and assignment suggestions for any new issue</li>
1925
+
<li><strong><code>/daily-briefing</code></strong> - Morning snapshot of repository activity, PRs needing review, and stale issues</li>
1926
+
<li><strong><code>/a11y-update</code></strong> - Latest accessibility improvements with WCAG cross-references</li>
1927
+
<li><strong><code>/draft-release v2.0</code></strong> - Generate release notes from merged PRs</li>
1928
+
<li><strong><code>/onboard-repo</code></strong> - First-time scan of a repo with health assessment and recommended actions</li>
1929
+
</ul>
1930
+
<p>The full list of 54+ commands is in <ahref="appendix-v-accessibility-agents-reference.html">Appendix V</a>, and <ahref="../PODCASTS.html">Episode 39</a> walks through all of them with examples.</p>
1860
1931
<h3>Running Agents Beyond VS Code</h3>
1861
1932
<p>Accessibility Agents' agents run on your machine, in your editor, when you ask for them. That is one scope.</p>
1862
1933
<p>The same Markdown-authored pattern extends further:</p>
-[ ]**How the three teams connect in multi-agent workflows**
54
61
-[ ]**How to invoke an agent in Copilot Chat**
55
62
-[ ]**Installing and configuring agents from .github config files**
56
63
-[ ]**Agent instruction files and how they customize behavior**
@@ -59,6 +66,7 @@ When a concept is complex, use an analogy or real-world comparison to make it co
59
66
-[ ]**How agents amplify skills: the manual skill first, then the agent**
60
67
-[ ]**Real-world examples of agent-assisted contributions**
61
68
-[ ]**Limitations: agents suggest, humans decide and verify**
69
+
-[ ]**Go deeper: Appendix V has all 54+ commands, Episode 39 walks through every agent**
62
70
63
71
### Prerequisites (briefly recap these)
64
72
@@ -1844,6 +1852,35 @@ Four agents are specifically designed to coordinate others:
1844
1852
1845
1853
You do not need to use orchestrators to get value from individual agents. But when a task is complex enough to span multiple agents, orchestrators save you the work of manually chaining requests.
1846
1854
1855
+
### High-Impact Agents to Try First
1856
+
1857
+
Rather than exploring all 55 agents at once, start with the ones that deliver immediate value based on Day 1 skills you already have:
1858
+
1859
+
| If You Can Already | Try This Agent | And This Command |
| Track what changed overnight |`@daily-briefing`|`/daily-briefing`|
1866
+
| Scan a page for accessibility issues |`@web-accessibility-wizard`|`/onboard-repo`|
1867
+
| Check color contrast manually |`@contrast-master`| (invoke directly) |
1868
+
| Test keyboard navigation |`@keyboard-navigator`| (invoke directly) |
1869
+
1870
+
### Slash Commands That Save the Most Time
1871
+
1872
+
These commands work without invoking a full agent - type them directly in Copilot Chat:
1873
+
1874
+
-**`/my-issues`** and **`/my-prs`** - Instant dashboard of your open work across all repos
1875
+
-**`/review-pr #14`** - Full AI-generated review with inline suggestions, replacing manual line-by-line reading
1876
+
-**`/triage #22`** - Label, priority, and assignment suggestions for any new issue
1877
+
-**`/daily-briefing`** - Morning snapshot of repository activity, PRs needing review, and stale issues
1878
+
-**`/a11y-update`** - Latest accessibility improvements with WCAG cross-references
1879
+
-**`/draft-release v2.0`** - Generate release notes from merged PRs
1880
+
-**`/onboard-repo`** - First-time scan of a repo with health assessment and recommended actions
1881
+
1882
+
The full list of 54+ commands is in [Appendix V](appendix-v-accessibility-agents-reference.md), and [Episode 39](../PODCASTS.md) walks through all of them with examples.
1883
+
1847
1884
### Running Agents Beyond VS Code
1848
1885
1849
1886
Accessibility Agents' agents run on your machine, in your editor, when you ask for them. That is one scope.
0 commit comments