Orchestrates multi-agent workflows with work items, ownership, agent Kanban boards, merge gates, and control pane handoffs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:team-agent-orchestrationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
当智能体像团队而不是单个助手一样被管理时,使用此技能。目标是让团队式编排可靠:清晰 work items、明确 ownership、agent Kanban 状态、branch 隔离、control pane 可见性和 merge gates。
当智能体像团队而不是单个助手一样被管理时,使用此技能。目标是让团队式编排可靠:清晰 work items、明确 ownership、agent Kanban 状态、branch 隔离、control pane 可见性和 merge gates。
把每个智能体当成有窄合同的队友:
当工作必须跨会话可见时,使用 agent Kanban。
| 列 | 含义 | 退出标准 |
|---|---|---|
| Backlog | 候选 work item,尚未成形 | 已写 acceptance criteria |
| Ready | 已成形,可分配 | 已分配 owner 和 branch/worktree |
| Running | 智能体正在工作 | 存在 handoff artifact 和 changed files |
| Review | 工作完成但未合并 | tests、diff review 和 risk check 通过 |
| Blocked | 需要外部输入或 gate 失败 | blocker 有 owner 和 next action |
| Merged | 已集成到 mainline | PR merged 或本地 main 已更新 |
| Archived | 不再相关 | 已记录原因 |
每张卡片应符合此 schema:
{
"id": "agent-card-001",
"title": "Build dynamic workflow skill",
"owner": "codex",
"state": "running",
"branch": "product/dynamic-workflow-team-orchestration",
"worktree": ".",
"acceptance": [
"Skill exists",
"Tests cover required concepts",
"Content artifact contains video and article angles"
],
"merge_gate": "lint, focused tests, and catalog check pass",
"handoff": "path/to/handoff.md"
}
skills/。有用的团队编排 control pane 应显示:
在操作者能回答这些问题前,不要增加更多自动化:谁拥有它、改了什么、哪个 gate 失败、什么能安全合并?
当卡片需要 dynamic workflow mode:
每次编排 pass 结束时包含:
npx claudepluginhub aaione/everything-claude-code-zhRuns team-based orchestration for agent squads using work items, ownership, Kanban, merge gates, and control pane handoffs. Useful when work spans multiple agents, tools, or branches.
Orchestrates TASKS.md execution at scale with team (Agent Teams API, 3-level hierarchy), auto (task dispatch), or thin (minimal context) modes; auto-selects by task count and infrastructure.
Orchestrates parallel agent teams for coordinating 2+ workers, running SAM task waves, relaying discoveries between waves, handling blockers, and synthesizing results. Supports SAM structured and ad-hoc dispatch.