什么是 spec-kit-parallel-orchestrator?
Spec Kit 工作流程的并行编排技能。当用户提及spec kit,输入/speckit.*或/prompts:speckit.*命令,请求spec kit工作流程提示,或者需要多代理协作时,必须触发该技能。它首先验证阶段和依赖关系,然后将任务拆分为 3-6 个并行子任务,聚合结果,然后递归地进入下一轮。 来源:rexleimo/rex-skills。
Spec Kit 工作流程的并行编排技能。当用户提及spec kit,输入/speckit.*或/prompts:speckit.*命令,请求spec kit工作流程提示,或者需要多代理协作时,必须触发该技能。它首先验证阶段和依赖关系,然后将任务拆分为 3-6 个并行子任务,聚合结果,然后递归地进入下一轮。
通过命令行快速安装 spec-kit-parallel-orchestrator AI 技能到你的开发环境
来源:rexleimo/rex-skills。
Transforms spec kit workflows from "single-threaded execution" to "3-6 Sub Agent parallel + stage aggregation". Prioritizes parallel execution for independent nodes, strictly serial execution for strong dependency chains.
| pending | Initial state | | inprogress | harness-start.sh selects task | | verifying | harness-end.sh begins verification | | passing | All gates passed | | failed | E2E test failed | | blocked | Dependency incomplete or environment check failed |
| Working Tree Clean | git status | | New Commit Exists | Compare commits | | E2E Passed | Custom command |
Spec Kit 工作流程的并行编排技能。当用户提及spec kit,输入/speckit.*或/prompts:speckit.*命令,请求spec kit工作流程提示,或者需要多代理协作时,必须触发该技能。它首先验证阶段和依赖关系,然后将任务拆分为 3-6 个并行子任务,聚合结果,然后递归地进入下一轮。 来源:rexleimo/rex-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/rexleimo/rex-skills --skill spec-kit-parallel-orchestratorSpec Kit 工作流程的并行编排技能。当用户提及spec kit,输入/speckit.*或/prompts:speckit.*命令,请求spec kit工作流程提示,或者需要多代理协作时,必须触发该技能。它首先验证阶段和依赖关系,然后将任务拆分为 3-6 个并行子任务,聚合结果,然后递归地进入下一轮。 来源:rexleimo/rex-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/rexleimo/rex-skills --skill spec-kit-parallel-orchestrator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/rexleimo/rex-skills