dmux-workflows

Coordinate parallel AI agent sessions across tmux panes.

2|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final --skill dmux-workflows-cdo-07-new
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dmux-workflows
Source: https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final/tree/main/.agents/skills/dmux-workflows
Command: npx skills add https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final --skill dmux-workflows-cdo-07-new

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of coordinating multiple AI agent sessions by giving you a simple workflow for splitting work, tracking progress, and combining results.

Core Features & Use Cases

  • Parallel orchestration across dmux panes for research, implementation, testing, and review.
  • Support for divide-and-conquer patterns such as feature work, test-and-fix loops, and cross-harness collaboration.
  • Best-practice guidance for independent tasks, clear boundaries, safe merges, and git worktree isolation.
  • Useful when you need several agent perspectives at once, such as security review, performance review, and coverage review.

Quick Start

Tell me to orchestrate a parallel dmux workflow for your task, and I will split the work into focused agent panes and merge the results.

Frequently Asked Questions about dmux-workflows

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

FAQPage Schema
How do I coordinate parallel AI agents in tmux for software development?▼

Multi-agent orchestration in tmux requires dmux to split tasks into focused panes, assign prompts, track progress, and merge outputs for parallel research, implementation, testing, and review workflows.

Can I run independent git worktrees for separate AI agent tasks?▼

Yes, you can run independent git worktrees for separate AI agent tasks. The dmux workflow applies git worktree-aware isolation to ensure independent tasks have clear boundaries and safe merges during parallel execution.

What is the best way to split work for a multi-agent code review?▼

Splitting work for a multi-agent code review is best handled by assigning focused perspectives like security, performance, and coverage to separate dmux panes, then merging the independent review outputs together.

How do I manage pane output merging when orchestrating parallel workflows?▼

Pane output merging in parallel workflows is managed by the dmux orchestration workflow, which collects and combines the results from individual focused AI agent sessions after their independent divide-and-conquer tasks complete.

When should I not use parallel agent orchestration for my development task?▼

You should not use parallel agent orchestration for tasks that lack clear independent boundaries or cannot be safely merged, as the dmux workflow relies on divide-and-conquer patterns and git worktree isolation for separate tasks.