teams

Coordinate Claude Code sessions into a collaborative agent team with task graphs.

4|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/ramonclaudio/skills --skill teams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teams
Source: https://github.com/ramonclaudio/skills/tree/main/plugins/teams/skills/teams
Command: npx skills add https://github.com/ramonclaudio/skills --skill teams

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill coordinates Claude Code sessions to form and manage a collaborative agent team, enabling structured planning, parallel execution, and synchronized delivery across multiple teammates.

Core Features & Use Cases

  • Team creation and governance: define a team, assign roles, and establish a shared task list and communication channels.
  • Dependency-driven task graph: design a DAG of tasks with clear ownership, blockers, and automated unblocking as work completes.
  • Plan approval and coordination: support for read-only planning mode and lead-approved plans to ensure architectural consistency.

Quick Start

Create a team with TeamCreate, outline your tasks with TaskCreate, assign owners, and spawn teammates to execute in parallel.

Frequently Asked Questions about teams

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

FAQPage Schema
How do I coordinate multiple Claude Code sessions to work as a team?

A dependency-driven task graph organizes project work into a directed acyclic graph (DAG) where tasks have clear ownership and blockers, automatically unblocking downstream tasks as upstream dependencies complete.

How do I manage dependencies and task blockers for parallel agent execution?

You manage dependencies by building a task graph with TaskCreate, assigning owners, and setting blockers so that cross-file coordination is synchronized and automated as teammates complete their assigned work.

Can I enforce plan approval workflows before agents execute tasks in Claude Code?

Yes, you can enforce plan approval workflows by using read-only planning mode and requiring lead-approved plans to ensure architectural consistency before spawning teammates for parallel execution.

What is the best way to structure cross-file coordination across multiple AI agents?

The best way to structure cross-file coordination is to define a team with specific roles, construct a DAG of tasks, and use built-in messaging interfaces to orchestrate collaborative agent work.

Does team orchestration for Claude Code support automated unblocking of dependent tasks?

Team orchestration supports automated unblocking by implementing a dependency-driven task graph that tracks ownership and blockers, automatically releasing dependent tasks as work completes.