What problem does it solve?
This Skill automates the management of the OMX Team worker protocol, handling ACKs, mailbox interactions, and task lifecycle, streamlining the process for tmux-based OMX teams.
Core Features & Use Cases
- ACK Management: Send and receive ACKs to and from the lead mailbox for initialization and status updates.
- Inbox & Task Handling: Interact with the worker inbox and tasks, including claiming, executing, and completing tasks.
- Mailbox Interactions: Check and process messages in the worker mailbox, following instructions from the lead.
- Dispatch Discipline: Ensures that worker sessions treat team state and CLI interop as the source of truth.
- Shutdown Protocol: Follows shutdown instructions exactly and exits the Codex session.
- Use Case: Imagine you are part of an OMX team handling complex tasks. This Skill automates the workflow, allowing you to focus on the task at hand.
Quick Start
Load the worker skill and initialize by sending an ACK to the leader: omx team api send-message --input "{\"team_name\":\"<teamName>\",\"from_worker\":\"<workerName>\",\"to_worker\":\"leader-fixed\",\"body\":\"ACK: <workerName> initialized\"}" --json