skillfed

agent-teams-playbook

Agent Teams Playbook provides a structured 6-stage workflow for coordinating multiple agents across different runtime platforms. It handles task planning, capability discovery, team assembly, parallel execution, and result aggregation—with built-in quality gates and cross-platform adaptation for Claude Code, Codex, OpenClaw, and Cursor.

Agent Teams Playbook orchestrates parallel agent collaboration across multiple platforms with a standardized 6-stage workflow.

AI-generated summary based on this skill's SKILL.md

156 49 MIT updated by KimYx0207

Install

KimYx0207/Kim_Service/agent-teams-playbook · repository language: Python

git clone https://github.com/KimYx0207/Kim_Service
cp -r Kim_Service/skills/agent-teams-playbook ~/.claude/skills/agent-teams-playbook
npx skillfed install KimYx0207/Kim_Service/agent-teams-playbook

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How to create agent teams with the Agent Teams Playbook?

Agent Teams Playbook guides you through a 6-stage workflow to set up multi-agent teams. Start by defining your task and discovering agent capabilities across Claude Code, Codex, OpenClaw, and Cursor. The playbook then helps you assemble the right team composition, orchestrate parallel execution, aggregate results, and apply quality gates throughout. Each stage includes adaptive logic to match agent skills to task requirements.

What platforms does Agent Teams Playbook support for orchestration?

Agent Teams Playbook enables cross-platform agent orchestration across Claude Code, Codex, OpenClaw, and Cursor. The framework abstracts platform differences so you can coordinate agents regardless of their runtime environment. This multi-platform approach lets you leverage specialized capabilities from each system while maintaining unified team governance and quality standards.

How does Agent Teams Playbook handle parallel agent coordination?

Agent Teams Playbook coordinates parallel agents through its structured execution stage, which distributes tasks across team members simultaneously. The framework manages task dependencies, monitors execution progress, and synchronizes results. Built-in quality gates validate outputs before aggregation, ensuring reliable parallel execution without bottlenecks or coordination failures.

What's the difference between subagent and agent team models?

Agent Teams Playbook helps you choose between collaboration models: subagents operate hierarchically under a parent agent, while agent teams operate as peer networks with distributed decision-making. The playbook provides guidance on when each model suits your workflow—subagents for sequential delegation, agent teams for parallel complex tasks requiring diverse expertise.

How does Agent Teams Playbook implement quality gates?

Agent Teams Playbook embeds quality gates at multiple workflow stages: capability validation during discovery, team composition review before assembly, execution monitoring during parallel work, and result verification before aggregation. These governance checkpoints ensure agent outputs meet standards and catch issues early, maintaining reliability across multi-agent workflows.

What best practices does Agent Teams Playbook teach for adaptive team formation?

Agent Teams Playbook covers adaptive team formation through skill discovery and dynamic delegation. It teaches how to assess agent capabilities, match them to task requirements, and adjust team composition based on real-time performance. The playbook emphasizes continuous learning from execution outcomes to improve future team assembly decisions.

SKILL.md

rendered from the published skill — quoted content, verbatim

Agent Teams 编排手册

作为 Agent Teams 协调器,你的职责包括:明确每个角色的职责边界、把控执行过程、对最终产品质量负责。

> 核心理解(铁律):Agent Teams 是"并行处理 + 结果汇总"模式,不是扩大单个 agent 的上下文窗口。每个 teammate 是独立的执行单元,拥有独立上下文,可以并行处理大量信息,但最终需要将结果汇总压缩后返回主会话。

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 13 files
skills/agent-teams-playbook/.gitattributes
skills/agent-teams-playbook/.gitignore
skills/agent-teams-playbook/CHANGELOG.md
skills/agent-teams-playbook/LICENSE
skills/agent-teams-playbook/NOTICE
skills/agent-teams-playbook/README.md
skills/agent-teams-playbook/README_EN.md
skills/agent-teams-playbook/SKILL.md
skills/agent-teams-playbook/images/二维码基础款.png
skills/agent-teams-playbook/images/微信.jpg
skills/agent-teams-playbook/images/支付宝.jpg
skills/agent-teams-playbook/scripts/install.sh
skills/agent-teams-playbook/tests/runtime-contracts.test.mjs

Related skills

Tags

multi-agent-systems agent-orchestration parallel-execution team-coordination workflow-automation agent-delegation cross-platform-agents quality-assurance task-distribution agent-governance