What problem does it solve?
Supervisors and teams using OMX often face miscommunication and drift when coordinating worker initialization, inbox task reception, and status reporting. The Worker Skill defines a standardized ACK/init handshake and a deterministic task lifecycle to ensure everyone follows a single, auditable process.
Core Features & Use Cases
- ACK-based startup: worker announces readiness to the lead, ensuring alignment before work begins.
- Inbox-driven lifecycle: read, claim, execute, and report task progress in a repeatable flow.
- CLI and mailbox templates: provides clear interop guidance for omx team api commands and status updates.
- Stateful coordination: preserves consistent team state for traceability and recovery.
Quick Start
Initialize a worker session, announce readiness to the lead mailbox, and await the next inbox task.