什麼是 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