Agent skill · Testing & QA

ai-team-orchestration

Bootstrap and run a lightweight multi-agent development team. Use when starting or adopting a project, planning work, coordinating implementation and optional QA, brainstorming with distinct perspectives, or preserving context across sessions.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill ai-team-orchestration --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 5
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/ai-team-orchestration/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AI Team Orchestration Use three stable agents: | Agent | Purpose | |---|---| | `@ai-team-producer` | Clarify scope, plan proportionately, coordinate, and merge | | `@ai-team-dev` | Implement, test, self-review, and prepare the pull request | | `@ai-team-qa` | Independently test behavior when dedicated QA is useful | Nova, Sage, and Milo are perspectives inside the Dev agent, not mandatory project layers. ## Default Workflow **Plan -> Implement -> Test -> optional review or QA -> Merge -> update project state** Keep the workflow proportional: - Skip formal planning for small, obvious changes. - Use a short plan for multi-step or cross-cutting work. - Add independent review or QA when risk, uncertainty, or repository policy justifies it. - Let branch protection, required checks, permissions, and merge queues enforce repository merge policy. ## Start or Adopt a Project 1. Read existing repository instructions and documentation. 2. Discover the actual stack, architecture, commands, deployment model, and risks. 3. Create or update `PROJECT_BRIEF.md` only when durable cross-session context is useful. Start from the [project brief template](./references/project-brief-template.md) and om

What's inside
Steps it walks through
  1. Default Workflow
  2. Start or Adopt a Project
  3. Execute
  4. Producer
  5. Dev
  6. QA
  7. Brainstorms
  8. Context Recovery
  9. Tool and Model Inheritance
  10. Principles
Ships with 4 files
  • references/anti-patterns.md
  • references/brainstorm-format.md
  • references/project-brief-template.md
  • references/sprint-plan-template.md
More from awesome-copilot
All skills →
About this skill
What does the ai-team-orchestration skill do?

Bootstrap and run a lightweight multi-agent development team. Use when starting or adopting a project, planning work, coordinating implementation and optional QA, brainstorming with distinct perspectives, or preserving context across sessions.

How do I install it?

Run `npx skills add github/awesome-copilot --skill ai-team-orchestration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going