·executing-parallel-phase
</>

executing-parallel-phase

arittr/spectacular

在编排计划执行中的并行阶段时使用 - 为并发任务执行创建隔离的工作树、安装依赖项、生成并行子代理、验证完成情况、线性堆叠分支以及清理(所有并行阶段强制执行,包括 N=1)

4安装·1热度·@arittr

安装

$npx skills add https://github.com/arittr/spectacular --skill executing-parallel-phase

SKILL.md

Parallel phases enable TRUE concurrent execution via isolated git worktrees, not just logical independence.

Critical distinction: Worktrees are not an optimization to prevent file conflicts. They're the ARCHITECTURE that enables multiple subagents to work simultaneously.

Use this skill when execute command encounters a phase marked "Parallel" in plan.md:

在编排计划执行中的并行阶段时使用 - 为并发任务执行创建隔离的工作树、安装依赖项、生成并行子代理、验证完成情况、线性堆叠分支以及清理(所有并行阶段强制执行,包括 N=1) 来源:arittr/spectacular。

查看原文

可引用信息

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

安装命令
npx skills add https://github.com/arittr/spectacular --skill executing-parallel-phase
分类
</>开发工具
认证
收录时间
2026-02-05
更新时间
2026-02-18

快速解答

什么是 executing-parallel-phase?

在编排计划执行中的并行阶段时使用 - 为并发任务执行创建隔离的工作树、安装依赖项、生成并行子代理、验证完成情况、线性堆叠分支以及清理(所有并行阶段强制执行,包括 N=1) 来源:arittr/spectacular。

如何安装 executing-parallel-phase?

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

这个 Skill 的源码在哪?

https://github.com/arittr/spectacular