What problem does it solve?
This Skill addresses the challenge of coordinating a team of specialized agents to work on complex tasks, streamlining collaboration and ensuring efficient execution.
Core Features & Use Cases
- Agent Coordination: Spawn and manage a team of Claude Code agents to collaborate on a shared task list.
- Task Decomposition: Automatically break down complex tasks into manageable subtasks.
- Stage-Based Execution: Execute tasks through distinct stages (plan, prod, exec, verify, fix) with specialized agents.
- Handoff Documentation: Generate handoff documents for knowledge transfer between stages.
- CLI Workers Support: Integrate with Codex, Gemini, and Antigravity CLI workers for hybrid execution.
- Use Case: Imagine you need to refactor a large codebase. Use this Skill to spawn a team of agents, including executors, debuggers, and designers, to work on different aspects of the refactoring simultaneously.
Quick Start
To create a team of 5 executors to refactor a codebase, use the command: /team 5:executor "refactor codebase".