Wave banner
howardc38 howardc38

Wave

Productivity community

Description

--- description: 把 N 件唔相干嘅工作,同時開 N 個 worktree、N 個 task、N 個 worker 去做。 --- # /wave 一次過開 N 刀,每刀一個 worktree、一個 task、一個 worker。**你係 orchestrator。** 呢個 command 唔係新機制 —— 佢係把已經手做緊嘅嘢寫低。實測喺 reference adopter: 八個 worktree、五個 task 同時開住,全部人手開,而唯一冇人記得嗰步就係下面第 5 步。 ## 次序 ``` 1 分組 N 組,每組一個 file-level scope 2 worktree git worktree add ../wt-<id> -b wave/<id> 3 task v4 --repo ../wt-<id> task --id t-<id> --request '…' --scope '<嗰組嘅檔>' 4 engage v4 --repo ../wt-<id> engage --task t-<id> --

Installation

Installs to ~/.claude/commands/howardc38-vibeproof-wave.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/howardc38/vibeproof/HEAD/.claude/commands/wave.md -o ~/.claude/commands/howardc38-vibeproof-wave.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository