What problem does it solve?
This Skill enables multiple Claude Code agents to collaborate on a shared task list, coordinate work, and track progress, reducing handoffs and bottlenecks in complex projects.
Core Features & Use Cases
- Collaborative team orchestration: spawn and manage several agents that work on a common set of tasks with clear ownership and dependencies.
- Task decomposition and dependency management: automatically structure work into subtasks, enforce blocking relationships, and monitor progress.
- Inter-agent messaging and lifecycle control: built-in channels for progress updates, guidance, and graceful shutdown of teams.
- Use Case: refactor a large module by distributing subtasks across executors, build-fixers, and designers while maintaining a single source of truth for task status.
Quick Start
Use the team skill to spawn a coordinated group of agents:
- Example usage: /oh-my-claudecode:team 3:executor "refactor authentication flow and add tests"