Agent Teams Multi-agent orchestration with explicit topologies, tool restrictions, worktree isolation, and lifecycle management. When to use a team vs solo | Signal | Go team | |---|---| | Task has 3+ independent subtasks | yes | | Quality-critical (security, compliance) | yes (adds reviewer) | | Cross-cutting refactor touching many files | yes | | Debug with multiple plausible hypotheses | yes (competing-hypotheses) | | Straightforward feature in one module | no (solo is cheaper) | | Time-sensitive (parallel beats serial) | yes | Rough guideline: team cost = 1.5–6× solo, so reserve teams for…