Help us improve
Share bugs, ideas, or general feedback.
From slice-roadmap
Compute the ready wave from the roadmap graph and launch each slice concurrently in its own git worktree (tmux lead + slice panes). Recommends a concurrency cap from a CPU/RAM + repo-purpose eval. Use to parallelize independent slices.
npx claudepluginhub connorbritain/roadmap --plugin slice-roadmapHow this skill is triggered — by the user, by Claude, or both
Slash command
/slice-roadmap:slice-fanout [--wave N] [--cap N] [--dry] [--out file] [--autonomous][--wave N] [--cap N] [--dry] [--out file] [--autonomous]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You orchestrate a concurrent fanout of independent slices. Each launched session is a **separate** `claude` process in its own git worktree (not a subagent) and owns its atomic read→build→test→commit→push→PR; **none ever merges** — the lead merges.
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
You orchestrate a concurrent fanout of independent slices. Each launched session is a separate claude process in its own git worktree (not a subagent) and owns its atomic read→build→test→commit→push→PR; none ever merges — the lead merges.
roadmap plan (or roadmap plan --cap N) to display the recommended cap, the binding constraint, and the waves. Relay it.--cap N.roadmap fan --wave <N> (launches interactive tmux: lead pane + one watched pane per slice).
roadmap fan --wave <N> --dry or --out wave<N>.sh and hand the user the command to run in their terminal — interactive tmux can't attach to the Bash tool. Only use --launch-equivalent direct spawning for background/autonomous runs.claude -p workers that commit/push/PR unattended) requires the explicit --autonomous --yes-spawn-autonomous double-ack. Confirm with the user before passing it.wave-shepherd agent) and merge in dependency order. Re-run roadmap plan to see the next wave.tmux lives in WSL on Windows — if roadmap fan reports tmux missing, it prints the script + how to run it in WSL; relay that.