-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathagents.html
More file actions
95 lines (88 loc) · 6.64 KB
/
agents.html
File metadata and controls
95 lines (88 loc) · 6.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Agents - oh-my-codex Docs</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<header>
<nav class="container nav" aria-label="Primary">
<a class="brand" href="./index.html">oh-my-codex</a>
<a href="./index.html">Home</a>
<a href="./getting-started.html">Getting Started</a>
<a class="active" href="./agents.html">Agents</a>
<a href="./skills.html">Skills</a>
<a href="./integrations.html">Integrations</a>
</nav>
</header>
<main class="container">
<h1>Agent Catalog</h1>
<p class="muted">Specialist agent reference for advanced use inside the standard workflow.</p>
<p>Start with <code>$deep-interview</code>, then <code>$ralplan</code>, then execute with <code>$team</code> or <code>$ralph</code>. Use the catalog below when you already know you need a specialist lane.</p>
<h2>Build & Analysis</h2>
<table>
<thead><tr><th>Agent</th><th>Model</th><th>Description</th><th>Example</th></tr></thead>
<tbody>
<tr><td>explore</td><td>low</td><td>Codebase discovery and symbol mapping.</td><td><code>explore "map auth flow"</code></td></tr>
<tr><td>analyst</td><td>high</td><td>Clarifies requirements and acceptance criteria.</td><td><code>analyst "define scope"</code></td></tr>
<tr><td>planner</td><td>high</td><td>Builds execution plans and sequencing.</td><td><code>planner "plan migration"</code></td></tr>
<tr><td>architect</td><td>high</td><td>System boundaries and architecture design.</td><td><code>architect "review service boundaries"</code></td></tr>
<tr><td>debugger</td><td>medium</td><td>Root-cause and regression diagnosis.</td><td><code>debugger "investigate flaky test"</code></td></tr>
<tr><td>executor</td><td>medium</td><td>Implementation and refactoring work.</td><td><code>executor "add validation"</code></td></tr>
<tr><td>verifier</td><td>medium</td><td>Evidence-backed completion checks.</td><td><code>verifier "verify release readiness"</code></td></tr>
</tbody>
</table>
<h2>Review</h2>
<table>
<thead><tr><th>Agent</th><th>Model</th><th>Description</th><th>Example</th></tr></thead>
<tbody>
<tr><td>style-reviewer</td><td>low</td><td>Formatting and naming conventions.</td><td><code>style-reviewer "check style"</code></td></tr>
<tr><td>quality-reviewer</td><td>medium</td><td>Logic and maintainability defects.</td><td><code>quality-reviewer "review PR"</code></td></tr>
<tr><td>api-reviewer</td><td>medium</td><td>API contracts and compatibility.</td><td><code>api-reviewer "audit API changes"</code></td></tr>
<tr><td>security-reviewer</td><td>medium</td><td>Security boundaries and vulnerabilities.</td><td><code>security-reviewer "security audit"</code></td></tr>
<tr><td>performance-reviewer</td><td>medium</td><td>Performance and complexity bottlenecks.</td><td><code>performance-reviewer "profile hotspots"</code></td></tr>
<tr><td>code-reviewer</td><td>high</td><td>Comprehensive multi-axis code review.</td><td><code>code-reviewer "comprehensive review"</code></td></tr>
</tbody>
</table>
<h2>Domain Specialists</h2>
<table>
<thead><tr><th>Agent</th><th>Model</th><th>Description</th><th>Example</th></tr></thead>
<tbody>
<tr><td>dependency-expert</td><td>medium</td><td>External SDK/API/package evaluation.</td><td><code>dependency-expert "compare SDK options"</code></td></tr>
<tr><td>test-engineer</td><td>medium</td><td>Test strategy and coverage improvements.</td><td><code>test-engineer "write test plan"</code></td></tr>
<tr><td>quality-strategist</td><td>medium</td><td>Release quality and risk strategy.</td><td><code>quality-strategist "assess release risk"</code></td></tr>
<tr><td>build-fixer</td><td>medium</td><td>Build/toolchain/type issue resolution.</td><td><code>build-fixer "fix CI failures"</code></td></tr>
<tr><td>designer</td><td>medium</td><td>UI/UX architecture and interaction design.</td><td><code>designer "improve onboarding UX"</code></td></tr>
<tr><td>writer</td><td>low</td><td>Documentation and user guidance.</td><td><code>writer "draft migration guide"</code></td></tr>
<tr><td>qa-tester</td><td>medium</td><td>Interactive runtime QA validation.</td><td><code>qa-tester "run manual QA pass"</code></td></tr>
<tr><td>git-master</td><td>medium</td><td>Commit strategy and history hygiene.</td><td><code>git-master "prepare clean commit plan"</code></td></tr>
<tr><td>code-simplifier (internal)</td><td>high</td><td>Post-stop code simplification and cleanup automation.</td><td><code>code-simplifier "simplify touched files"</code></td></tr>
<tr><td>researcher</td><td>medium</td><td>Reference and external documentation research.</td><td><code>researcher "collect official API docs"</code></td></tr>
</tbody>
</table>
<h2>Product</h2>
<table>
<thead><tr><th>Agent</th><th>Model</th><th>Description</th><th>Example</th></tr></thead>
<tbody>
<tr><td>product-manager</td><td>medium</td><td>Problem framing and PRD definition.</td><td><code>product-manager "define user outcomes"</code></td></tr>
<tr><td>ux-researcher</td><td>medium</td><td>Usability and accessibility audits.</td><td><code>ux-researcher "run heuristic audit"</code></td></tr>
<tr><td>information-architect</td><td>medium</td><td>Navigation, taxonomy, and structure.</td><td><code>information-architect "improve docs IA"</code></td></tr>
<tr><td>product-analyst</td><td>medium</td><td>Metrics, funnels, and experiments.</td><td><code>product-analyst "analyze onboarding funnel"</code></td></tr>
</tbody>
</table>
<h2>Coordination</h2>
<table>
<thead><tr><th>Agent</th><th>Model</th><th>Description</th><th>Example</th></tr></thead>
<tbody>
<tr><td>critic</td><td>high</td><td>Critical challenge for plans and designs.</td><td><code>critic "challenge this plan"</code></td></tr>
<tr><td>vision</td><td>medium</td><td>Image/screenshot and diagram analysis.</td><td><code>vision "review this screenshot"</code></td></tr>
</tbody>
</table>
</main>
<footer>
<div class="container"><span class="muted">Installable agents follow the catalog manifest (active/internal roles only); merged roles stay documented for migration context.</span></div>
</footer>
</body>
</html>