什么是 task-orchestration?
将用户请求分解为并行代理工作时主动加载。当用户说“构建此”、“实现此功能”或任何需要多个代理同时工作的请求时使用。指导任务分解为可并行的单元、具有技能匹配的代理分配、依赖图构建和结果聚合。运行时引擎通过 <gv> 指令自动处理 WRFC 链协调。 来源:mgd34msu/goodvibes-plugin。
将用户请求分解为并行代理工作时主动加载。当用户说“构建此”、“实现此功能”或任何需要多个代理同时工作的请求时使用。指导任务分解为可并行的单元、具有技能匹配的代理分配、依赖图构建和结果聚合。运行时引擎通过 <gv> 指令自动处理 WRFC 链协调。
通过命令行快速安装 task-orchestration AI 技能到你的开发环境
来源:mgd34msu/goodvibes-plugin。
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将用户请求分解为并行代理工作时主动加载。当用户说“构建此”、“实现此功能”或任何需要多个代理同时工作的请求时使用。指导任务分解为可并行的单元、具有技能匹配的代理分配、依赖图构建和结果聚合。运行时引擎通过 <gv> 指令自动处理 WRFC 链协调。 来源:mgd34msu/goodvibes-plugin。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill task-orchestration 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/mgd34msu/goodvibes-plugin