What problem does it solve? Running multiple coding tasks in parallel on the same repository causes branch conflicts and context switching overhead. This Skill acts as a thin dispatcher that creates isolated git worktrees via workmux, each with its own detailed implementation prompt, so tasks run independently without manual setup. ## Core Features & Use Cases - Parallel Task Dispatch: Write prompt files and run workmux add for each task, creating named worktrees (2-4 word kebab-case names) in one batch. - Skill Delegation: Pass skill references like /auto --gemini through to the worktree agent instead of writing manual implementation steps. - Cross-Project Dispatch: Detect tasks targeting other repositories and run workmux inside the correct tmux session for that project. - Fork and Merge Flags: Use --fork to copy conversation context into the new worktree, or --merge to have the agent commit, rebase, and merge when done. - Use Case: You have three independent bug fixes from a planning session. Invoke the skill with all three tasks and it creates three worktrees, each with a self-contained prompt, ready for agents to implement in parallel. ## Quick Start Ask the assistant to launch your listed tasks in new git worktrees using the worktree skill, optionally with --fork or --merge flags.