Manages Git worktrees and tmux windows to create isolated development environments for parallel AI agent workflows.
Workmux is a powerful orchestration skill that pairs Git worktrees with tmux windows to enable zero-friction parallel development. It allows developers to spin up isolated workspaces, each with its own branch and terminal state, specifically designed for multi-agent workflows. By acting as a dispatcher, Workmux enables a primary AI agent to delegate complex tasks to sub-agents in dedicated environments, preventing context contamination and significantly increasing throughput for refactoring, testing, and feature development.
Características Principales
01Integrated branch management with smart merge, rebase, and squash workflows
021,187 GitHub stars
03Automated creation of Git worktrees paired with dedicated tmux windows
04Cross-project agent communication and terminal output capture
05Customizable workspace setup via global and project-level YAML configuration
06Multi-agent task delegation and lifecycle orchestration
Casos de Uso
01Orchestrating complex changes across multiple repositories simultaneously
02Delegating multiple sub-tasks to parallel AI agents to accelerate feature delivery
03Running isolated experiments or large-scale refactors without disrupting the main workspace