team

Coordinate Claude Code agents on shared task lists with dependencies and persistent state.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/atmigtnca/sidep-ops --skill team-atmigtnca
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/atmigtnca/sidep-ops/tree/main/skills/team
Command: npx skills add https://github.com/atmigtnca/sidep-ops --skill team-atmigtnca

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple Claude Code agents on a shared task list to enable parallel work, dependencies, and lifecycle management, replacing single-agent execution with structured collaboration.

Core Features & Use Cases

  • Coordinated team orchestration across planning, execution, verification, and fix loops.
  • Task decomposition, ownership assignment, and dependency tracking with persistent state.
  • Handoffs and stage transitions documented for resumable workflows.

Quick Start

Spawn a team of 3 executor agents to coordinate on fixing TypeScript errors across the project.

Frequently Asked Questions about team

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

FAQPage Schema
How do I coordinate multiple Claude Code agents on a shared task list?

Multi-agent coordination is managed by structuring shared tasks with dependencies and persistent state. Agents handle planning, execution, verification, and iterative fixes, replacing single-agent execution with structured collaboration and tracked handoffs.

Can I track dependencies across parallel workflow orchestration stages?

Yes, dependency tracking is supported across parallel workflow orchestration. The system uses a persisted state store to monitor task ownership, document stage transitions, and manage resumable workflows across the coordinated team.

How does multi-agent task decomposition handle handoffs during execution?

Task decomposition assigns ownership to specific agents and documents handoffs using a persisted state store. This ensures resumable workflows where stage transitions and progress are tracked, allowing iterative fixes without losing context.

Do I need a specific environment to run multi-agent team coordination?

You need a Claude Code environment to run multi-agent team coordination. The system relies on internal commands like TeamCreate, TaskCreate, and TaskUpdate to manage the persistent state store required for tracking progress and dependencies.

What is the best way to manage complex multi-stage tasks across multiple agents?

The best way to manage complex multi-stage tasks is using structured team orchestration. This approach coordinates agents across planning, execution, and verification loops, replacing single-agent execution with tracked dependencies and persistent state.

Why use persistent state for multi-agent task management instead of single-agent execution?

Persistent state enables parallel work and dependency tracking that single-agent execution cannot provide. It documents handoffs and stage transitions, ensuring complex, multi-stage tasks are resumable and properly coordinated across the team.