dmux-workflows

Orchestrate parallel AI agent sessions in tmux panes with dmux.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/nazrulsoftwaredev/NIT_CRM_2 --skill dmux-workflows-nazrulsoftwaredev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dmux-workflows
Source: https://github.com/nazrulsoftwaredev/NIT_CRM_2/tree/main/.agents/.agents/skills/dmux-workflows
Command: npx skills add https://github.com/nazrulsoftwaredev/NIT_CRM_2 --skill dmux-workflows-nazrulsoftwaredev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the bottleneck of running sequential AI agent tasks by enabling parallel orchestration, allowing you to manage multiple agent sessions simultaneously without context switching fatigue.

Core Features & Use Cases

  • Parallel Agent Management: Run multiple agent harnesses like Claude Code, Codex, and OpenCode in isolated tmux panes.
  • Workflow Patterns: Supports complex development patterns including Research + Implement, Multi-File Feature development, and Test + Fix loops.
  • Use Case: When building a new feature, use this to run a research agent in one pane, an implementation agent in another, and a test-watcher in a third, merging results back into your main session once complete.

Quick Start

Open your terminal and run the dmux command to initialize the session manager, then press n to create new agent panes for your parallel tasks.

Frequently Asked Questions about dmux-workflows

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run parallel AI agent sessions for development?

You can run parallel AI agent sessions by using tmux-based pane management to orchestrate multiple harnesses like Claude Code, Codex, and OpenCode simultaneously, isolating tasks such as research, implementation, and testing to improve developer productivity.

What is the best way to manage multiple AI coding agents at once?

The best way to manage multiple AI coding agents is through a CLI tool that handles agent pane lifecycles and output merging in tmux, allowing you to run complex patterns like Research + Implement or Test + Fix loops without context switching fatigue.

Do I need tmux to orchestrate multi-agent development workflows?

Yes, you need a tmux-compatible environment and the dmux CLI tool to manage multi-agent development workflows, as the orchestration relies on tmux pane management to isolate and run parallel agent harnesses effectively.

How do I start a multi-file feature development workflow across different harnesses?

To start a multi-file feature development workflow, initialize the session manager in your terminal, press n to create new agent panes for your parallel tasks, and merge results back into your main session once complete.

Can I use parallel orchestration for test and fix loops with AI agents?

Yes, parallel orchestration supports test and fix loops by running a test-watcher agent in one tmux pane and an implementation agent in another, merging their outputs back into your main session to resolve issues simultaneously.

When should I avoid parallel orchestration for AI agent tasks?

You should avoid parallel orchestration if your environment lacks tmux compatibility or the dmux CLI tool, as the session management and pane lifecycles required for simultaneous research, implementation, and testing depend entirely on these dependencies.