Team Organization¶
This document is a visual index of the agent team. For behavioral details of each agent, see Agents. For orchestration mechanics, see Architecture.
Team Agents¶
The Orchestrator sits at the root and routes every request to one or more of the ten team agents based on task classification. Only the Orchestrator spans phases; the other agents are loaded on demand when their phase begins and unloaded via summarization before the next phase starts. Full roster: Agents → Team Agents.
Review Agent Dispatch (Phase 3 Inline Checkpoints)¶
The Orchestrator selects review agents based on what changed in each unit of work. Language-agnostic agents (doc-review, arch-review, claude-setup-review, token-efficiency-review) always run; language-specific agents run only when matching file types are present. Full list of review agents and their scopes: Agents → Review Agents.
Special-purpose review agents¶
progress-guardian and test-modernization-review are process gate-keepers, not code reviewers — they are not in the standard review-dispatch fan-out above. progress-guardian tracks plan-step completion and commit discipline; test-modernization-review reads each phase deliverable from memory/test-modernize/<repo>/phase-<n>.md and gates /test-modernize's advance from one phase to the next. Both are invoked by their owning orchestrator, never by /code-review.