Agent teams
A feature in Claude Code that lets developers spawn specialized sub-agents for different tasks like planning, implementation, and review.
Agent teams is an architectural pattern in Claude Code where a primary AI model orchestrates multiple specialized sub-agents to handle complex tasks. Each sub-agent focuses on a specific function (planning, coding, reviewing), allowing the system to tackle larger projects by dividing work and maintaining specialization rather than relying on a single generalist model.
Also known as
multi-agent orchestration, agent orchestration