What problem does it solve? Coordinating multiple AI agent sessions manually is error-prone and slow; this Skill provides patterns for running parallel agent workflows across Claude Code, Codex, OpenCode, and other harnesses using dmux, a tmux pane manager. ## Core Features & Use Cases - Parallel Agent Orchestration: Create and manage multiple agent panes in a single tmux session, then merge results back to the main session. - Workflow Patterns: Includes five ready-made patterns covering research-plus-implementation, multi-file features, test-and-fix loops, cross-harness work, and parallel code review. - Git Worktree Isolation: Use separate worktrees per pane to avoid file conflicts, with an ECC helper script that automates worktree creation, task files, and tmux pane launching. - Use Case: Split a large feature into independent tracks—one pane builds database migrations, another builds API endpoints, a third builds UI components—then merge all outputs for integration. ## Quick Start Ask the agent to split the current task into parallel dmux panes, for example by saying "run these three independent tasks in parallel with dmux and merge the results."