/agent-teams
Source: claude-code-agent-teams-docs Category: Development & API
Help create and manage Claude Code agent teams.
What It Does
- Asks what task you're trying to accomplish
- Recommends team size and structure for that task
- Generates the team creation prompt with roles
- Helps troubleshoot when teams aren't working
- Guides you through delegate mode, plan approval, parallel work patterns
Example Usage
Input: "I need to review a big PR"
Skill Response:
- Suggests 3-reviewer parallel setup
- Gives you the exact prompt to create the team
- Explains how to assign each reviewer a focus (security, performance, tests)
- Shows how to collect and synthesize findings
Capabilities
| Action | Description |
|---|---|
| Team Creation | Generate prompts for creating teams of any size |
| Structure Recommendations | Suggest optimal team composition for your task |
| Workflow Guidance | Parallel review, competing hypotheses, plan approval |
| Troubleshooting | Debug why teams aren't working correctly |
| Role Definition | Create clear role definitions for teammates |
Team Patterns
Parallel Code Review
- 2-4 reviewers with different focuses
- Security, Performance, Tests, Maintainability
- Each reviews same code from their lens
Competing Hypotheses
- Multiple teammates investigate different theories
- Actively try to disprove each other
- Faster root cause identification
Plan Approval Flow
- Teammates create plans before implementation
- Lead approves/rejects/requests changes
- Good for high-risk work
Delegate Mode
- Lead does coordination only
- No direct code editing
- Focus on orchestration
Quick Start
/agent-teamsSkill will ask: "What task are you trying to accomplish?"
Then recommend the right team structure and give you the prompt to create it.