帮助团队编排多代理协作流程,管理任务归属、看板流转与交接控制。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "team-agent-orchestration" 技能: 1. 下载 https://raw.githubusercontent.com/affaan-m/ECC/main/skills/team-agent-orchestration/SKILL.md 2. 保存为 ~/.claude/skills/team-agent-orchestration/SKILL.md 3. 装好后重载技能,告诉我可以用了
请为一个由需求分析、后端开发、前端开发、测试四个 AI 代理组成的团队设计协作流程。按工作项拆分任务,定义每个任务的负责人、Kanban 状态、交接条件和合并门禁规则,并输出可执行的周迭代计划。
一份多代理迭代编排方案,包含任务拆分、责任归属、状态流转、交接规则和合并检查点。
为产品、设计、开发、测试代理建立统一交接机制。请定义控制面板中的交接字段、完成标准、阻塞升级路径,以及从待办到上线的看板流程,确保每个代理知道何时接手与何时回退。
一套标准化代理交接规范,清晰说明流程节点、交接信息、升级机制与回退条件。
请为多个编码代理共同提交代码的场景设计合并门禁流程,包括任务归属、分支策略、自动测试触发条件、代码评审责任人,以及未通过门禁时的返工流转。
一份面向多代理开发的合并门禁方案,明确分支、评审、测试与返工流程。
Use this skill when agents are being managed like a team rather than a single assistant. The purpose is to make team-based orchestration reliable: clear work items, explicit ownership, agent Kanban state, branch isolation, control pane visibility, and merge gates.
Treat every agent as a teammate with a narrow contract:
Use agent Kanban when work must be visible across sessions.
| Column |
|---|
| Meaning |
|---|
| Exit Criteria |
|---|
| Backlog | Candidate work item, not yet shaped | Acceptance criteria written |
| Ready | Shaped and assignable | Owner and branch/worktree assigned |
| Running | Agent is actively working | Handoff artifact and changed files exist |
| Review | Work is complete but not merged | Tests, diff review, and risk check pass |
| Blocked | Needs external input or failed gate | Blocker has owner and next action |
| Merged | Integrated into mainline | PR merged or local main updated |
| Archived | No longer relevant | Reason recorded |
Each card should fit this 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/.A useful control pane for team orchestration should show:
Do not add more automation until the operator can answer: who owns this, what changed, what gate failed, and what can safely merge?
When a card needs dynamic workflow mode:
…
通过双评审智能体对结果进行对抗式校验,提升输出发布前的可靠性
帮助用户交互式选择并组建并行执行任务的智能代理团队。