What problem does it solve?
This Skill streamlines the creation and orchestration of parallel git worktrees and their tmux windows, enabling multiple tasks to run concurrently without manual configuration.
Core Features & Use Cases
- Launch parallel worktrees and associated tmux windows using workmux add
- Automatically generate descriptive, 2-4 word kebab-case worktree names for each task
- Compose and dispatch task prompts to agents without implementing code yourself
- Support a dispatcher workflow that handles task context, references, and relative paths
- Stepwise workflow: write prompts to temp files and create worktrees in controlled steps
Quick Start
Use the worktree skill to create a new worktree for a given task by providing a task description. The workflow will generate a name, create a prompt file, and execute workmux add <worktree-name> -b -P <temp-file> to materialize the worktree.