agent-team-execution

Orchestrate parallel task execution with specialized agent teams using shared contracts and SendMessage.

6|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/damianpapadopoulos/auto-claude-skills --skill agent-team-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-team-execution
Source: https://github.com/damianpapadopoulos/auto-claude-skills/tree/main/skills/agent-team-execution
Command: npx skills add https://github.com/damianpapadopoulos/auto-claude-skills --skill agent-team-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of managing complex, parallel tasks with multiple specialists, ensuring efficient execution and coordinated completion.

Core Features & Use Cases

  • Parallel Task Execution: Facilitates execution of 3+ independent tasks in parallel, with each task assigned to a specialist.
  • Shared Contracts: Utilizes a single markdown file for shared data models, API signatures, and environment config.
  • Coordination via SendMessage: Ensures all communication and coordination occur through SendMessage, avoiding file-based polling or locking.
  • Review and Completion: Involves a reviewer to approve tasks before final completion, ensuring quality and adherence to specifications.

Quick Start

To execute a plan with the agent-team-execution skill, first ensure you have a plan at docs/plans/*.md with discrete tasks. Then, use the agent-team-execution skill to set up the team and begin execution.

Frequently Asked Questions about agent-team-execution

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

FAQPage Schema
How do I execute parallel tasks with specialized agents?

To execute parallel tasks, you need a plan with discrete tasks at `docs/plans/*.md` and a reviewer for completion validation. The skill sets up a specialized agent team and orchestrates execution using shared contracts and SendMessage for coordination.

How does coordination work for parallel task execution without file locking?

Coordination for parallel task execution uses SendMessage for all communication, avoiding file-based polling or locking. A single markdown shared contract file provides the data models and API signatures needed for synchronized task completion across specialists.

What is a shared contract and when do I need it for multi-agent orchestration?

A shared contract is a single markdown file containing shared data models, API signatures, and environment config. You need it when orchestrating multi-agent teams to ensure all parallel specialists operate with consistent interfaces and coordinated execution.

Can I use this for complex task management with independent specialists?

Yes, this handles complex task management by facilitating parallel execution of 3+ independent tasks, each assigned to a specialist. A reviewer approves each task before final completion, ensuring quality and adherence to your specifications.

What are the limitations of agent team orchestration using SendMessage?

Limitations include the strict requirement for a pre-existing plan with discrete tasks at `docs/plans/*.md`. Additionally, the workflow mandates a reviewer to validate task completion, meaning tasks cannot finalize independently without this review step.

What's the best way to manage shared data models for specialized parallel execution?

The best way is using a single markdown file as a shared contract for data models, API signatures, and environment config. This ensures all specialized agents access consistent definitions during parallel execution without file-based polling.