team

Coordinate N agents on a shared task list with a staged pipeline.

153|12|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/jmstar85/oh-my-githubcopilot --skill team-jmstar85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/jmstar85/oh-my-githubcopilot/tree/main/.github/skills/team
Command: npx skills add https://github.com/jmstar85/oh-my-githubcopilot --skill team-jmstar85

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates N subagents to manage a shared task list within a staged pipeline, improving collaboration, throughput, and reliability.

Core Features & Use Cases

  • Coordination of multiple agents with inter-agent messaging, task dependencies, and staged handoffs.
  • Parallel and sequential execution across subagents for complex, multi-module work.
  • Real-world use: coordinating UI changes, refactors, and multi-service tasks where subtasks depend on each other.

Quick Start

Spawn N coordinated agents to work on a shared task list using the OMG team pipeline.

Frequently Asked Questions about team

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

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

Coordinate multiple agents on a shared task list using a staged pipeline that routes inputs, creates subtasks, and orchestrates workers. It handles parallel and sequential execution across subagents for complex dependency graphs.

When do I need multi-agent orchestration for software engineering tasks?

You need multi-agent orchestration for decomposable tasks with parallelizable subtasks, cross-module collaboration, and complex dependency graphs. It is ideal for coordinating UI changes, refactors, and multi-service tasks where subtasks depend on each other.

How does agent orchestration handle task dependencies and staged handoffs?

Agent orchestration handles task dependencies and staged handoffs through inter-agent messaging within a staged pipeline. It defines worker orchestration, progress monitoring, and a verification loop with retry and pause logic to ensure reliable execution.

Can I run parallel and sequential subtasks across different modules?

Yes, you can run parallel and sequential subtasks across different modules. The coordinator routes inputs to N agents, managing execution across subagents to improve collaboration, throughput, and reliability for multi-module work.

What happens if a subagent fails during task execution?

If a subagent fails during task execution, the verification loop triggers retry and pause logic. This mechanism monitors progress and ensures reliable coordination across the staged pipeline before completing the shared task list.

Is multi-agent coordination suitable for simple, single-step tasks?

Multi-agent coordination is designed for decomposable tasks with parallelizable subtasks and complex dependency graphs. For simple, single-step tasks without cross-module collaboration, a single agent approach is more efficient.