Loading...
Loading...
Design optimal agent team compositions with sizing heuristics, preset configurations, and agent type selection. Use this skill when deciding team size, selecting agent types, or configuring team presets for multi-agent workflows.
npx skill4agent add wshobson/agents team-composition-patterns| Complexity | Team Size | When to Use |
|---|---|---|
| Simple | 1-2 | Single-dimension review, isolated bug, small feature |
| Moderate | 2-3 | Multi-file changes, 2-3 concerns, medium features |
| Complex | 3-4 | Cross-cutting concerns, large features, deep debugging |
| Very Complex | 4-5 | Full-stack features, comprehensive reviews, systemic issues |
team-reviewerteam-debuggerteam-leadteam-implementerteam-leadteam-implementerteam-implementerteam-implementergeneral-purposeteam-reviewerteam-leadteam-implementerteam-reviewersubagent_type| Agent Type | Tools Available | Use For |
|---|---|---|
| All tools (Read, Write, Edit, Bash, etc.) | Implementation, debugging, any task requiring file changes |
| Read-only tools (Read, Grep, Glob) | Research, code exploration, analysis |
| Read-only tools | Architecture planning, task decomposition |
| All tools | Code review with structured findings |
| All tools | Hypothesis-driven investigation |
| All tools | Building features within file ownership boundaries |
| All tools | Team orchestration and coordination |
~/.claude/settings.json{
"teammateMode": "tmux"
}| Mode | Behavior | Best For |
|---|---|---|
| Each teammate in a tmux pane | Development workflows, monitoring multiple agents |
| Each teammate in an iTerm2 tab | macOS users who prefer iTerm2 |
| All teammates in same process | Simple tasks, CI/CD environments |
team-lead