What problem does it solve?
Manually coordinating multiple AI agent sessions across different tools for complex development tasks is time-consuming and prone to misalignment, leading to duplicated work and integration conflicts.
Core Features & Use Cases
- Cross-harness agent orchestration: Run parallel sessions with Claude Code, Codex, OpenCode, Cline, Gemini, and Qwen in isolated tmux panes.
- Pre-built workflow patterns: Ready-to-use templates for common multi-agent tasks like research + implementation, multi-file feature development, test-fix loops, and parallel code review.
- Conflict avoidance: Git worktree integration to isolate file changes across parallel agent sessions, eliminating merge conflicts.
- Use Case: When building a new billing feature, you can run one agent to design the database schema, another to build the API endpoints, and a third to create the frontend UI components in parallel, then merge all results seamlessly.
Quick Start
Use the dmux-workflows skill to split your current feature implementation into parallel agent sessions for independent workstreams, then merge the completed results back into your main workflow once all panes finish.