Agent Team
06-agentsWho leads, who reviews, who specialises — budgets and rules of engagement.
What it is
The agent team design is a pilot decision, documented so every session knows who's on the team and the rules of engagement. C² is agent-agnostic — you're committing to roles, not vendors.
When to write it
Before writing a line of code. Update it whenever agents, budgets, or specialists change.
What goes in it
- The lead agent — runs the terminal sessions
- Bench agent(s) — independent review, with budget caps
- Specialist agents — scoped subagents for repeatable tasks
- The rules of engagement between them
How it fits
Lives in 06-agents/. Multi-agent in C² is a sequential practice — lead executes, bench reviews — never parallel work on the same surface.
Get the templatestarter/docs/06-agents/agent-team.md
Related