Orchestrating Claude Code agent teams. Use when creating teams, spawning teammates, assigning tasks, configuring teammate modes, or setting up team quality gate hooks.
Orchestrates multi-agent teams to delegate, coordinate, and parallelize complex coding tasks through task management and communication.
npx claudepluginhub bendrucker/claudeThis skill is limited to using the following tools:
references/hooks.mdreferences/interaction.mdreferences/practices.mdDescribe 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 hooksYou MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.