From oh-my-auggie
Show the current OMA mode, active task, and iteration count
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggiehaiku4.5## /oma:status **Purpose:** Display current OMA mode, active task, and iteration status. **Usage:** `/oma:status` --- ## How It Works Reads from `.oma/state.json` via `oma_state_read` to display: - **Mode:** none | autopilot | ralph | ultrawork | team | plan | ralplan - **Active:** true | false - **Task:** current task description (if any) - **Iteration:** current iteration number (for ralph mode) ## Output Format ## When Mode is "none" ## Deferred Modes If mode is set but not yet implemented (v0.2): ## State Source Reads from `.oma/state.json` using `oma_state_read`: - `mo...
Share bugs, ideas, or general feedback.
Purpose: Display current OMA mode, active task, and iteration status.
Usage: /oma:status
Reads from .oma/state.json via oma_state_read to display:
╔══════════════════════════════════════╗
║ OMA Status ║
╠══════════════════════════════════════╣
║ Mode: {mode} ║
║ Active: {true|false} ║
║ Task: {task description} ║
║ Iteration: {n} ║
╚══════════════════════════════════════╝
║ Mode: idle ║
║ Active: false ║
║ Task: — ║
║ Iteration: — ║
If mode is set but not yet implemented (v0.2):
║ Mode: {deferred_mode} [v0.2] ║
Reads from .oma/state.json using oma_state_read:
mode key: current orchestration modeactive key: whether mode is currently runningtask key: current task descriptioniteration key: current iteration count (ralph mode)