What problem does it solve?
This Skill orchestrates multiple independent Claude Code sessions so a lead can run parallel research, implementation, review, and debugging workflows that require isolated contexts, direct inter-agent messaging, and shared task management, eliminating single-threaded bottlenecks and reducing coordination overhead.
Core Features & Use Cases
- Templates for common workflows: research, cook (implement), review, and debug with defined step sequences and gating (plan approval, delegate mode).
- Team lifecycle & tools: TeamCreate/TeamDelete, TaskCreate/TaskUpdate/TaskList, Agent spawning, and SendMessage for inter-agent coordination.
- Worktree isolation for implementation: spawn developer teammates with git worktree isolation to avoid file conflicts and merge safely afterward.
- Event-driven monitoring: TaskCompleted and TeammateIdle hooks reduce polling and provide reactive orchestration.
- Agent memory & reporting: project-scoped memory, standardized report paths, and automatic synthesis of teammate outputs.
- Use case: spawn three researchers to investigate architecture options, or spawn multiple devs and a tester to implement and validate a feature in parallel.
Quick Start
Use the skill by invoking a template with context such as: /ck:team research "payment reconciliation" --researchers 3 --delegate