What problem does it solve? Running multiple coding tasks in parallel on the same repository causes branch conflicts and context switching overhead. This Skill dispatches each task into its own isolated git worktree via workmux, so agents can work independently without touching your current checkout. ## Core Features & Use Cases - Parallel task dispatch: Write a detailed prompt file per task and create a worktree for each with workmux add <name> -b -P <prompt-file>. - Skill delegation: Pass skill references like /auto or /plan-review (including flags such as --gemini) through to the worktree agent instead of writing manual implementation steps. - Merge automation: Use the --merge flag to instruct the worktree agent to commit, rebase, and merge the branch with the /merge skill when finished. - Use Case: You have three independent bug fixes from a planning session. Invoke this Skill with all three tasks, and it creates three worktrees branching from your current branch, each with its own implementation prompt. ## Quick Start Ask the assistant to launch these tasks in separate worktrees using the worktree skill, listing each task you want implemented.