What problem does it solve? Coordinating parallel development work across multiple branches requires juggling git worktrees, tmux windows, and AI agent sessions manually, which becomes error-prone when running several agents at once. ## Core Features & Use Cases - Worktree and Window Management: Create, list, open, close, and remove git worktrees paired with tmux windows using commands like workmux add, workmux list, and workmux remove. - Agent Orchestration: Check agent status, wait for completion, capture terminal output, and send instructions to agents across projects with workmux status, workmux wait, workmux capture, and workmux send. - Merge and Cleanup Workflows: Merge branches with rebase or squash strategies and clean up worktrees, windows, and branches in one step via workmux merge. - Use Case: Dispatch three parallel AI agents to work on separate feature branches, monitor their progress with workmux status, then merge each finished branch back into main. ## Quick Start Ask the assistant to create a new workmux worktree for a branch named feature-login with a prompt describing the task for the agent.