What problem does it solve? Running multiple AI agents or parallel development tasks in one repository causes branch conflicts and tangled terminal state. workmux isolates each task in its own git worktree with a dedicated tmux window, branch, and agent, so parallel work stays separated and trackable. ## Core Features & Use Cases - Worktree lifecycle management: Create, list, open, merge, and remove git worktrees with a single command, including automatic branch cleanup and tmux window handling. - Multi-agent orchestration: Check agent status, wait for completion, capture terminal output, and send instructions to agents running in other worktrees, even across projects. - Configurable environments: Define pane layouts, file copies/symlinks, post-create hooks, and merge strategies via global and project-level YAML config. - Use Case: Dispatch three bug-fix tasks to parallel Claude agents with workmux add -b -P prompt.md, monitor them with workmux status, then merge each finished branch back with workmux merge. ## Quick Start Ask the AI to create a new workmux worktree for a branch named 'fix-login' with a prompt describing the bug to fix.