team-management

Create, configure, and shut down autonomous agent teams with permissions and messaging.

14|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/zircote/claude-team-orchestration --skill team-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-management
Source: https://github.com/zircote/claude-team-orchestration/tree/main/skills/team-management
Command: npx skills add https://github.com/zircote/claude-team-orchestration --skill team-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate and manage autonomous agent teams to ensure smooth lifecycle from creation through cleanup.

Core Features & Use Cases

  • Team creation and configuration
  • Spawn and manage teammates with delegate mode and permissions
  • Graceful shutdown and cleanup of teams
  • Team discovery and messaging for inter-agent coordination
  • Task and inbox management across team members

Quick Start

Create a new team named 'my-team', spawn workers, and enable delegate mode to begin coordinating tasks.

Frequently Asked Questions about team-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate autonomous agent teams for task lifecycle management?

You coordinate autonomous agent teams by creating a team, spawning workers, and enabling delegate mode to manage tasks end-to-end. This approach handles team discovery, messaging, and graceful shutdown with built-in safety checks.

What is delegate mode and how does it work for spawning agent workers?

Delegate mode is a configuration setting that allows you to spawn workers and distribute tasks across team members. It manages permissions and inter-agent messaging to ensure autonomous task execution and coordination.

How do I perform a graceful shutdown and cleanup of spawned agent teams?

You perform a graceful shutdown by triggering the cleanup process, which uses structured safety checks to terminate spawned workers. This ensures all team members are correctly deactivated and task inboxes are cleared.

Can I configure permissions for individual agents within a team?

Yes, you can configure permissions within a team by using the permissions model during team creation and worker spawning. This controls access and capabilities for individual team members during task execution.

How do inter-agent messaging and team discovery work across multiple projects?

Inter-agent messaging and team discovery work by establishing a coordination layer that allows autonomous agents to locate each other and exchange tasks. This enables seamless team management and task delegation across different projects.