What problem does it solve?
It solves the problem of slow, single-threaded task execution by letting you fan out work to multiple independent CLI workers running in tmux panes.
Core Features & Use Cases
- Parallel CLI worker execution: Spawn N workers in tmux panes to run Claude, Codex, or Gemini tasks concurrently.
- Simple legacy compatibility: Use
/omc-teams as a legacy entry point, while coordinating with the CLI-first omc team ... runtime flow.
- Operational lifecycle controls: Supports starting teams, checking status, querying task lists via API, and shutting down workers when needed.
- Error-aware prerequisites: Validates tmux availability and handles cmux/plain-terminal contexts by falling back to a detached tmux session.
Quick Start
Run "/oh-my-claudecode:omc-teams 3:claude 'Implement authentication flows with unit tests and a short risk review'" to execute the request across three parallel Claude CLI workers.