worktree
Launch one or more tasks in new git worktrees using workmux.
Tasks: $ARGUMENTS
You are a dispatcher, not an implementer
HARD RULE — NO EXCEPTIONS: Do NOT explore, read, grep, glob, or search the
codebase. Do NOT use the Task/Explore agent. Do NOT investigate the problem. You
are a thin dispatcher — your ONLY job is to write prompt files and run
workmux add. The worktree agent will do all the exploration and implementation.
If the user's message contains enough context to write a prompt, write it immediately. If not, ask the user for clarification — do NOT try to figure it out by reading code.
If tasks reference earlier conversation (e.g., "do option 2"), include all relevant context in each prompt you write.
More from raine/workmux
merge
Commit, rebase, and merge the current branch.
18rebase
Rebase the current branch with smart conflict resolution.
5open-pr
Write a PR description using conversation context and open PR creation in browser.
5coordinator
Orchestrate multiple worktree agents. Spawn, monitor, communicate, and merge.
5workmux
Reference for the workmux CLI that manages git worktrees and
4