dmux-workflows

Orchestrate parallel AI agent sessions with tmux-based pane management.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/its-Basudeba/Care-HMS --skill dmux-workflows-its-basudeba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dmux-workflows
Source: https://github.com/its-Basudeba/Care-HMS/tree/main/.agent/.agents/skills/dmux-workflows
Command: npx skills add https://github.com/its-Basudeba/Care-HMS --skill dmux-workflows-its-basudeba

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the bottleneck of sequential task execution by enabling parallel multi-agent workflows, allowing users to manage complex projects through simultaneous, isolated agent sessions.

Core Features & Use Cases

  • Parallel Orchestration: Manage multiple AI agent panes within a single terminal session using tmux-based controls.
  • Workflow Patterns: Supports specialized patterns like Research + Implement, Multi-File Feature development, and Test + Fix loops.
  • Use Case: A developer can run a test suite in one pane while simultaneously having another agent fix code errors based on the test output, significantly reducing development cycle time.

Quick Start

Launch the dmux interface in your terminal and 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 software development?

You can orchestrate parallel AI agent sessions using tmux-based pane management to run concurrent development workflows. This allows simultaneous research, implementation, and testing across multiple agent harnesses within a single terminal.

Can I execute a test suite and fix code errors simultaneously in tmux?

Yes, you can run a test suite in one tmux pane while another agent fixes code errors based on the test output. This parallel workflow pattern significantly reduces development cycle time.

Do I need a specific environment to manage multi-agent workflows with tmux?

Yes, parallel multi-agent workflows require a tmux-compatible environment and the dmux CLI tool to manage pane lifecycle and output merging across concurrent agent sessions.

What is the best way to orchestrate concurrent research and implementation agents?

The best way to orchestrate concurrent tasks is using specialized workflow patterns like Research + Implement and Multi-File Feature development. These patterns manage isolated agent sessions for simultaneous execution.

How do I create new agent panes for parallel tasks in the terminal?

Launch the dmux interface in your terminal and press the n key to create new agent panes. This enables you to manage multiple isolated parallel tasks within a single session.