agent-teams

Coordinate stateful subagents with shared goals across parallel and sequential workflows.

1|Updated May 10, 2026
One-click install
npx skills add https://github.com/cuevasclemente/mypi --skill agent-teams-cuevasclemente
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-teams
Source: https://github.com/cuevasclemente/mypi/tree/main/plugins/agent-teams
Command: npx skills add https://github.com/cuevasclemente/mypi --skill agent-teams-cuevasclemente

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates teams of stateful subagents to split complex tasks, coordinate actions, and track progress with shared goals.

Core Features & Use Cases

  • Spawn and manage multiple subagents with designed identities to divide work across domains.
  • Inject shared goals into subagents to align progress and enable goal-driven reporting.
  • Support parallel, chain, and iterative patterns (team-member, worker, minimal) for flexible collaboration.

Quick Start

Spawn a team of subagents and assign them a coordinated task.

Frequently Asked Questions about agent-teams

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

FAQPage Schema
How do I coordinate multiple subagents to split complex tasks?

You coordinate multiple subagents by spawning them with designed identities and injecting shared goals to align progress. This enables parallel exploration, sequential chaining, and iterative refinement across domains.

What is the best way to manage parallel task dispatch across subagents?

The best way to manage parallel dispatch is using an orchestrator that supports structured spawning, messaging, polling, and stopping capabilities to guide and monitor progress across stateful subagents.

Can I use different collaboration patterns for stateful subagents?

Yes, you can use different collaboration patterns for stateful subagents. It supports team-member, worker, and minimal patterns to provide flexible collaboration for parallel, chain, and iterative workflows.

How does injecting shared goals into subagents improve task tracking?

Injecting shared goals into subagents improves task tracking by aligning progress across domains and enabling goal-driven reporting. This allows the orchestrator to effectively guide and monitor each subagent's stateful progress.

Do I need external dependencies to orchestrate subagent teams?

No, you do not need external dependencies to orchestrate subagent teams. The Skill independently provides structured spawning, messaging, polling, stopping, and goals-management capabilities to coordinate actions.