What problem does it solve?
This Skill helps you run coordinated multi-agent work when a task is too large, long-running, or parallelizable for a single agent thread. It provides a durable tmux-based workflow for launching workers, tracking shared state, and avoiding fragile ad hoc coordination.
Core Features & Use Cases
- Team orchestration: Start and manage multiple Codex or Claude worker sessions with shared task state.
- Stateful coordination: Use mailbox, inbox, heartbeat, and task files to track progress without losing context.
- Verification and recovery: Monitor status, inspect pane evidence, handle stalled workers, and shut down cleanly when work is complete.
- Use Case: A developer needs one lane to implement code, another to verify tests, and a third to inspect edge cases while keeping the run recoverable and auditable.
Quick Start
Ask the assistant to launch an omx team for your task, then keep monitoring status and evidence until the workers finish and the team can be shut down cleanly.