·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