·task-orchestration
>_

task-orchestration

将用户请求分解为并行代理工作时主动加载。当用户说“构建此”、“实现此功能”或任何需要多个代理同时工作的请求时使用。指导任务分解为可并行的单元、具有技能匹配的代理分配、依赖图构建和结果聚合。运行时引擎通过 <gv> 指令自动处理 WRFC 链协调。

51安装·1热度·@mgd34msu

安装

$npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill task-orchestration

如何安装 task-orchestration

通过命令行快速安装 task-orchestration AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill task-orchestration
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:mgd34msu/goodvibes-plugin。

SKILL.md

查看原文

The task orchestration protocol defines how the GoodVibes orchestrator decomposes feature requests into agent tasks, assigns agents and skills, manages parallel execution, and interacts with the runtime engine's WRFC chain system. This is the orchestrator's primary workflow for multi-agent feature delivery.

The runtime engine manages Work-Review-Fix-Complete (WRFC) chains automatically. The orchestrator's role is:

The runtime engine handles all review, fix, and completion decisions. The orchestrator does NOT manually spawn reviewers or fix agents. These come exclusively from runtime directives after each work agent completes.

将用户请求分解为并行代理工作时主动加载。当用户说“构建此”、“实现此功能”或任何需要多个代理同时工作的请求时使用。指导任务分解为可并行的单元、具有技能匹配的代理分配、依赖图构建和结果聚合。运行时引擎通过 <gv> 指令自动处理 WRFC 链协调。 来源:mgd34msu/goodvibes-plugin。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill task-orchestration
分类
>_效率工具
认证
收录时间
2026-02-25
更新时间
2026-03-10

Browse more skills from mgd34msu/goodvibes-plugin

快速解答

什么是 task-orchestration?

将用户请求分解为并行代理工作时主动加载。当用户说“构建此”、“实现此功能”或任何需要多个代理同时工作的请求时使用。指导任务分解为可并行的单元、具有技能匹配的代理分配、依赖图构建和结果聚合。运行时引擎通过 <gv> 指令自动处理 WRFC 链协调。 来源:mgd34msu/goodvibes-plugin。

如何安装 task-orchestration?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill task-orchestration 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/mgd34msu/goodvibes-plugin