team

Coordinate agent teams on shared task lists with staged pipeline execution.

Updated May 31, 2026
One-click install
npx skills add https://github.com/Ewallyw/claude-config-public --skill team-ewallyw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/Ewallyw/claude-config-public/tree/main/claude-config-master/claude-config-master/skills/team
Command: npx skills add https://github.com/Ewallyw/claude-config-public --skill team-ewallyw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the coordination and execution of N agents working on a shared task list, leveraging Claude Code's native team tools for efficient task decomposition and management.

Core Features & Use Cases

  • Team Coordination: Spawn and manage a team of agents working on a shared task list.
  • Task Decomposition: Break down tasks into subtasks and assign them to agents.
  • Pipeline Execution: Execute tasks through a structured pipeline with stages like planning, production, execution, verification, and fixing.
  • Use Case: For a software development project, use this Skill to create a team of developers, assign them tasks, and manage the development process efficiently.

Quick Start

Create a team of 3 developers to work on a project: /team 3:executor "develop a new feature".

Frequently Asked Questions about team

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

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

Agent coordination on a shared task list is managed by spawning a team of agents, decomposing tasks into subtasks, and assigning them for parallel or staged execution. This streamlines software development workflows.

What is task decomposition in pipeline execution for software development?

Task decomposition in pipeline execution breaks down a large software development goal into structured stages like planning, production, execution, verification, and fixing. This allows multiple agents to handle subtasks in parallel.

How do I spawn a team of developers for a software project using Claude Code?

You spawn a team of developers by using native team tools to create agents for a shared task list. For example, a command like `/team 3:executor "develop a new feature"` initiates coordinated pipeline execution.

Can I execute staged development pipelines with parallel agents without conflicts?

Yes, you can execute staged development pipelines with parallel agents using deterministic conflict policies. The coordination mechanism provides strong error handling and recovery to manage concurrent execution safely.

Does agent coordination work for complex software development pipelines?

Agent coordination works for complex software development pipelines by leveraging native team tools to manage task decomposition and structured stages. It supports parallel, staged execution with deterministic conflict policies and recovery mechanisms.

What are the limitations of managing agent coordination for task decomposition?

A limitation of managing agent coordination is the strict dependency on Claude Code's native team tools. Without these native tools available in the environment, task decomposition and pipeline execution cannot function.