Orchestrate parallel AI agent workflows with dmux for faster development execution.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "dmux-workflows" skill from askskill: 1. Download https://raw.githubusercontent.com/affaan-m/ECC/main/skills/dmux-workflows/SKILL.md 2. Save it as ~/.claude/skills/dmux-workflows/SKILL.md 3. Reload skills and tell me it's ready
Design a dmux-based multi-agent workflow for me: one agent investigates a backend error, one fixes a frontend styling issue, and one runs tests and summarizes results. Provide the pane layout, task assignment, execution order, and prompt templates.
An actionable dmux parallel workflow with pane assignments, role responsibilities, steps, and prompts.
I want to advance a new feature in parallel. Use dmux to design a workflow where Agent A handles requirement breakdown, Agent B implements code, and Agent C performs code review and testing suggestions. Output a general collaboration pattern suitable for Claude Code, Codex, or OpenCode.
A reusable multi-agent development template across AI coding environments covering breakdown, implementation, review, and testing.
Help me plan a dmux workflow: one agent researches technical approaches and libraries, one builds a prototype, and one consolidates findings into a decision summary. Explain how to synchronize information, avoid duplicated work, and set milestone handoff points.
A multi-agent collaboration flow for research, prototyping, and reporting, including synchronization and handoff mechanisms.
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
# Start dmux session
dmux
# Create agent panes (press 'n' in dmux, then type prompt)
# Pane 1: "Implement the auth middleware in src/auth/"
# Pane 2: "Write tests for the user service"
# Pane 3: "Update API documentation"
# Each pane runs its own agent session
# Press 'm' to merge results back
Split research and implementation into parallel tracks:
Pane 1 (Research): "Research best practices for rate limiting in Node.js.
Check current libraries, compare approaches, and write findings to
/tmp/rate-limit-research.md"
Pane 2 (Implement): "Implement rate limiting middleware for our Express API.
Start with a basic token bucket, we'll refine after research completes."
# After Pane 1 completes, merge findings into Pane 2's context
Parallelize work across independent files:
Pane 1: "Create the database schema and migrations for the billing feature"
Pane 2: "Build the billing API endpoints in src/api/billing/"
Pane 3: "Create the billing dashboard UI components"
# Merge all, then do integration in main pane
Run tests in one pane, fix in another:
Pane 1 (Watcher): "Run the test suite in watch mode. When tests fail,
summarize the failures."
Pane 2 (Fixer): "Fix failing tests based on the error output from pane 1"
Use different AI tools for different tasks:
Pane 1 (Claude Code): "Review the security of the auth module"
Pane 2 (Codex): "Refactor the utility functions for performance"
Pane 3 (Claude Code): "Write E2E tests for the checkout flow"
Parallel review perspectives:
Pane 1: "Review src/api/ for security vulnerabilities"
Pane 2: "Review src/api/ for performance issues"
Pane 3: "Review src/api/ for test coverage gaps"
# Merge all reviews into a single report
For tasks that touch overlapping files:
# Create worktrees for isolation
git worktree add -b feat/auth ../feature-auth HEAD
git worktree add -b feat/billing ../feature-billing HEAD
# Run agents in separate worktrees
# Pane 1: cd ../feature-auth && claude
# Pane 2: cd ../feature-billing && claude
# Merge branches when done
git merge feat/auth
git merge feat/billing
| 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 |
…
Build polished React and Next.js animations with reusable production-ready patterns.
Design security and risk controls for autonomous trading agents with transaction authority
Write and review React 18/19 components using modern best practices.
Get production-ready MySQL and MariaDB schema, query, and operations patterns.
Verify Laravel projects with environment checks, tests, security scans, and release readiness.
Audit Claude skills and commands with quick scans or full stocktakes.
Manage interactive CLI agent pools with tmux and communicate with agents.
Manage multiple AI CLI agents in tmux for parallel task execution.
Let AI run commands in a shared tmux terminal with live human visibility.
Connect AI models in the terminal to collaborate on code and multimodal files.
Gives AI agents Windows terminal control, browser automation, and multi-agent coordination.
Let AI safely control tmux sessions, windows, and panes for terminal automation.