Agent Team Collaboration Framework
Assembles a role-based AI team of doers, directors, and critics to run meetings, debates, and system design end to end.
AutomationIntermediate★ 6,031⑂ 578AI score 9/10Last updated: Sep 1, 2026
What it does
- Builds an on-demand AI team from named roles: architect, DevOps, PM, market analyst, finance advisor, reviewer, automation engineer, and more.
- Organizes the team into three layers — directors (facilitator, PM, strategy), doers (frontend/backend, automation, data), and critics (reviewer, architect, finance).
- Renders the full debate as a visible meeting transcript, showing arguments, disagreements, and the final consensus.
- Ships serial / parallel / loop / hybrid collaboration patterns plus preset teams for tech decisions, pricing strategy, one-person-company system builds, and full project execution.
- Keeps a shared JSON-style project context and decision history so agents stay consistent across turns.
Who it's for
- Solo product folks, PMs, and founders who need multiple viewpoints without a real team.
- Engineering leads who want a technology choice stress-tested from ops, cost, and frontend/backend angles.
- Teams that want dissenting opinions captured, not just the conclusion.
Examples
- "Use the tech decision team to evaluate moving to microservices" → architect, DevOps, and frontend argue trade-offs; the reviewer converges on a limited pilot.
- "Use the OPC team to build a system for AI short-video" → strategy → product architecture → automation implementation, ending with an MVP blueprint.
- "Set the pricing strategy for our new product" → PM chairs while market analyst and finance advisor cross-check cost, competitors, and demand into a meeting record.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/anbeime/skill/HEAD/skills/agent-team/agent-team/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/agent-team/agent-team folder from the GitHub repo anbeime/skill into my ~/.claude/skills/agent-team/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/anbeime/skill.git /tmp/anbeime-skill && mkdir -p ~/.claude/skills && cp -r /tmp/anbeime-skill/skills/agent-team/agent-team ~/.claude/skills/agent-team⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/anbeime/skill.git /tmp/anbeime-skill - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r /tmp/anbeime-skill/skills/agent-team/agent-team ~/.claude/skills/agent-team - Verify that
~/.claude/skills/agent-teamcontainsSKILL.mdalong with thereferences/andassets/folders. - Restart Claude Code and test with a prompt like "Use the tech decision team to evaluate X".