What problem does it solve?
This Skill gives a Codex session a precise operating protocol for functioning as an OMX team worker, so it can acknowledge startup, read the right inbox, and execute assigned work without breaking task-state rules.
Core Features & Use Cases
- Startup ACK: Sends a deterministic initialization acknowledgment to the lead before any work begins.
- State-First Task Flow: Reads worker inboxes, claims tasks safely, completes or fails them through the proper lifecycle API, and updates worker status afterward.
- Mailbox and Dispatch Handling: Checks team mailboxes, marks messages delivered, and follows leader instructions from the durable state system.
- Shutdown Discipline: Handles shutdown requests with the required acknowledgments and exit sequence.
- Use Case: A tmux-spawned worker receives an assignment, claims the task, performs the work, reports completion, and leaves the team state consistent.
Quick Start
Send the startup ACK, then read your inbox and follow the first unblocked task assigned to you.