@@ -145,14 +145,37 @@ Fourteen subagents, each with its own context window and its own tool allowlist,
145145Task tool. A reviewer with its own context cannot be talked out of a finding by the conversation
146146that produced the code.
147147
148- <details >
149- <summary >The roster</summary >
148+ Every agent carries a call sign and signs its reasoning with it, not only its final report. An
149+ unattributed verdict cannot be challenged, and separate contexts are worth routing to only because
150+ they can disagree. The lead is ** RICK** . A Stop hook blocks a session that dispatched subagents and
151+ then reported their work without naming any of them.
150152
151- ` product-owner ` · ` planner ` · ` ui-engineer ` · ` worker ` · ` test-writer ` · ` qa ` · ` code-reviewer ` ·
152- ` security-auditor ` · ` design-reviewer ` · ` accessibility-auditor ` · ` performance-engineer ` ·
153- ` debugger ` · ` release-manager ` · ` explorer `
153+ Instances are distinguished by a dimension code, so three reviewers reading the same diff at once
154+ are ` BIRDPERSON C-137 ` , ` BIRDPERSON J-19 ` , ` BIRDPERSON D-99 ` rather than three anonymous voices.
154155
155- </details >
156+ | call sign | agent | what it is for |
157+ | ---| ---| ---|
158+ | ** RICK** | * the lead* | routes the work and holds the bar; does none of it |
159+ | ** SUMMER** | ` product-owner ` | asks what this is actually for before anyone builds it |
160+ | ** ZEEP** | ` planner ` | builds the system the work will run inside |
161+ | ** MEESEEKS** | ` worker ` | spawned for one task, does it, ceases to exist |
162+ | ** MORTY** | ` explorer ` | sent to go and look, comes back with what it saw |
163+ | ** GLOOTIE** | ` ui-engineer ` | develops the app, whatever the advice on the arm says |
164+ | ** JAGUAR** | ` test-writer ` | precise, silent, and the job is done when it leaves |
165+ | ** BETH** | ` qa ` | a surgeon: verifies before anything gets closed up |
166+ | ** BIRDPERSON** | ` code-reviewer ` | grave, blunt, and never once tactful about a defect |
167+ | ** EVIL-MORTY** | ` security-auditor ` | thinks like the attacker because it is one |
168+ | ** NOOBNOOB** | ` debugger ` | the one who actually cleans up after everybody |
169+ | ** PICKLE-RICK** | ` performance-engineer ` | extreme optimisation under an absurd constraint |
170+ | ** SCARY-TERRY** | ` design-reviewer ` | judges how it looks, and you cannot hide from it |
171+ | ** POOPYBUTTHOLE** | ` accessibility-auditor ` | was always there; the room just never noticed |
172+ | ** UNITY** | ` release-manager ` | gets an entire population moving in sync, or nothing ships |
173+
174+ ` /team ` runs the whole roster on a goal — spec, plan, build, verify, review, fix, presentation,
175+ ship — and writes a handoff log to ` .audit/team-log.tsv ` , one row per phase with the agent, its
176+ verdict, the evidence, and what the lead decided. ` vstack receipt ` renders it. A log where every
177+ decision is ` proceed ` is called out as decoration: it cannot tell a lead who held the bar from one
178+ who had nothing to hold it against.
156179
157180## Limits
158181
0 commit comments