Agent spawning, lifecycle management, and coordination patterns. Manages 60+ agent types with specialized capabilities. Use when: spawning agents, coordinating multi-agent tasks, managing agent pools. Skip when: single-agent work, no coordination needed.
Spawn and coordinate agents for complex multi-agent tasks.
coder, reviewer, tester, planner, researcher
security-architect, security-auditor, memory-specialist, performance-engineer
hierarchical-coordinator, mesh-coordinator, adaptive-coordinator, collective-intelligence-coordinator
byzantine-coordinator, , ,
raft-managergossip-coordinatorconsensus-builderpr-manager, code-review-swarm, issue-tracker, release-manager
sparc-coord, sparc-coder, specification, pseudocode, architecture, refinement
npx claude-flow agent spawn --type coder --name my-coder
npx claude-flow agent list --filter active
npx claude-flow agent status --id agent-123
npx claude-flow agent metrics --id agent-123
npx claude-flow agent stop --id agent-123
npx claude-flow agent pool --size 5 --type coder
| Code | Task | Agents |
|---|---|---|
| 1 | Bug Fix | coordinator, researcher, coder, tester |
| 3 | Feature | coordinator, architect, coder, tester, reviewer |
| 5 | Refactor | coordinator, architect, coder, reviewer |
| 7 | Performance | coordinator, perf-engineer, coder |
| 9 | Security | coordinator, security-architect, auditor |