What problem does it solve? Coordinating multiple parallel development tasks in one repository normally requires juggling branches, stashes, and terminal sessions by hand. This Skill provides the reference for the workmux CLI, which pairs each git worktree with a tmux window and an AI agent so parallel work stays isolated, trackable, and easy to merge or clean up. ## Core Features & Use Cases - Worktree lifecycle management: Create, list, open, merge, and remove git worktrees with a single command, including prompt injection for AI agent panes and idempotent re-opening. - Agent orchestration: Check agent status, wait for completion, capture terminal output, send follow-up instructions, and run shell commands inside another agent's worktree. - Operational recovery guidance: Documented fixes for stale pane state files, post-crash session resumption, failed pushes after merge, and submodule data-loss risks before bulk removal. - Use Case: Dispatch three bug-fix tasks in parallel by writing prompt files and running workmux add -b -P <file> for each, then monitor progress with workmux status and merge each branch when its agent reports done. ## Quick Start Ask the assistant to create a new workmux worktree for a branch named fix-login with a prompt describing the task, then check its progress with workmux status.