What problem does it solve?
Manually coordinating multiple parallel AI agent sessions across different development harnesses is inefficient, often leading to duplicated work, lost context between agents, and poor resource allocation.
Core Features & Use Cases
- Parallel Agent Orchestration: Run multiple AI agent sessions (Claude Code, Codex, OpenCode, etc.) in separate tmux panes to execute independent tasks simultaneously.
- Pre-built Workflow Patterns: Access templates for common multi-agent workflows including research + implementation splits, multi-file feature development, test-fix iteration loops, and cross-harness task assignment.
- Use Case: For a full-stack billing feature, assign one agent to build the database schema, another to create API endpoints, and a third to develop UI components in parallel, then merge all results into your main session.
Quick Start
Use this skill to split your current multi-part development task into parallel agent workflows, assign each independent sub-task to a separate dmux pane, and merge completed work back into your main session once all agents finish.