What problem does it solve?
The team skill enables reliable, durable coordination of multiple automated workers via a tmux-based runtime, providing shared task state, mailbox-driven communication, and a scalable execution model for complex pipelines.
Core Features & Use Cases
- Durable parallel execution: launches real worker sessions (Codex/Claude) in split panes and coordinates them through a central state store.
- Shared task state & mailbox: uses
.omb/state/team/... files and omb team api for inter-process coordination and lifecycle management.
- Worktrees & lifecycle control: supports multiple worktrees and explicit lifecycle hooks for long-running team workflows across leader and workers.
- Use cases include long-running feature work, parallel evaluation, and coordinated validation across multiple agents.
Quick Start
Start a team run by providing a clear task to omb team, for example: omb team 2:executor "analyze feature X and report findings".