From claude-code
Orchestrates Claude Code agent teams: spawn teammates, assign tasks with dependencies, manage communication via messages or broadcasts, configure modes, and set quality gate hooks.
npx claudepluginhub bendrucker/claude --plugin claude-codeThis skill is limited to using the following tools:
Describe the task and team structure in natural language. Claude creates the team, spawns teammates, and coordinates work.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Describe the task and team structure in natural language. Claude creates the team, spawns teammates, and coordinates work.
Tasks: pending, in progress, completed. Tasks can depend on other tasks — blocked tasks unlock automatically when dependencies complete.
Teams are stored locally:
~/.claude/teams/{team-name}/config.json~/.claude/tasks/{team-name}/The config contains a members array with each teammate's name, agent ID, and type. Teammates read this file to discover each other.
Teammates inherit the lead's permission settings at spawn. Each teammate loads project context (CLAUDE.md, MCP servers, skills) plus the spawn prompt — the lead's conversation history does not carry over.
/resume won't restore them)claude command from executing at all (#25315). Use in-process backend (the default) as a workaround.TeammateIdle and TaskCompleted quality gate hooks