npx skills add ...
npx skills add affaan-m/ecc --skill dmux-workflows
Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across Claude Code, Codex, OpenCode, and other harnesses. Use when running multiple agent sessions in parallel or coordinating multi-agent development workflows.
npx skills add affaan-m/ecc --skill dmux-workflows
Orchestrate parallel AI agent sessions using dmux, a tmux pane manager for agent harnesses.
dmux is a tmux-based orchestration tool that manages AI agent panes:
n to create a new pane with a promptm to merge pane output back to the main sessionInstall: Install dmux from its repository after reviewing the package. See github.com/standardagents/dmux
Split research and implementation into parallel tracks:
Parallelize work across independent files:
Run tests in one pane, fix in another:
Use different AI tools for different tasks:
Parallel review perspectives:
For tasks that touch overlapping files:
| Tool | What It Does | When to Use |
|---|---|---|
| dmux | tmux pane management for agents | Parallel agent sessions |
| Superset | Terminal IDE for 10+ parallel agents | Large-scale orchestration |
| Claude Code Task tool | In-process subagent spawning | Programmatic parallelism within a session |
| Codex multi-agent | Built-in agent roles | Codex-specific parallel work |
ECC now includes a helper for external tmux-pane orchestration with separate git worktrees:
Example plan.json:
The helper:
seedPaths from the main checkout into each worker worktreetask.md, handoff.md, and status.md files under .orchestration/<session>/Use seedPaths when workers need access to dirty or untracked local files that are not yet part of HEAD, such as local orchestration scripts, draft plans, or docs:
tmux capture-pane -pt <session>:0.<pane-index>.brew install tmux (macOS) or apt install tmux (Linux).