What problem does it solve?
This skill defines a structured startup and task-workflow protocol for OMX tmux-based teams, enabling reliable coordination between workers and a lead through a formal ACK, inbox/task lifecycle, and status updates.
Core Features & Use Cases
- Startup ACK: worker sends an acknowledgment to the lead mailbox before beginning work.
- Inbox & Tasks: read unblocked tasks from the team inbox and claim them safely before execution.
- Task Execution & Status: perform assigned work and transition tasks to completed or failed via the official CLI, updating your worker status accordingly.
- Mailbox & Dispatch: interact with the mailbox and dispatch queues to maintain state consistency and predictable delivery.
- Shutdown & Reentrancy: handle clean shutdown requests while preserving task integrity and recoverability.
Quick Start
Set OMX_TEAM_WORKER, read your inbox for an unblocked task, claim it safely, complete or fail it, and update your status via the team CLI as you work.