Help us improve
Share bugs, ideas, or general feedback.
From omo
Full autonomous execution: intent gate, explore, research, todos, implement, verify, enforce completion
npx claudepluginhub mrzhbr/oh_my_openclaude --plugin omoHow this command is triggered — by the user, by Claude, or both
Slash command
/omo:ultrawork TASK_DESCRIPTIONThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Ultrawork — Autonomous Execution
Execute the following task autonomously from start to finish. Do not stop until the task is complete and verified.
**Task:** {{arguments}}
## Workflow
### Step 1: Intent Gate
Classify this task:
- **Bug fix**: Focus on diagnosis first, then minimal targeted fix
- **Feature**: Implement with full verification
- **Refactor**: Ensure behavioral equivalence
- **Migration**: Plan rollback strategy before starting
### Step 2: Explore (PARALLEL, BACKGROUND)
Launch 2-3 explorer subagents with `run_in_background: true` to map the relevant codebase while you pl.../ultraworkRuns ultrawork mode to decompose goals into independent shards, group by risk/dependencies, delegate quick tasks, apply periodic quality gates, and output shard plans, logs, and summaries.
/ultraworkInitializes Ralph loop for ultra workflows with multi-agent delegations to Claude, Gemini, GPT via MCP plugins. Accepts [--max-iterations N] [--completion-promise TEXT] PROMPT.
Share bugs, ideas, or general feedback.
Execute the following task autonomously from start to finish. Do not stop until the task is complete and verified.
Task: {{arguments}}
Classify this task:
Launch 2-3 explorer subagents with run_in_background: true to map the relevant codebase while you plan:
Continue to Step 3 while explorers run. Collect their results before Step 4.
If external knowledge is needed (libraries, APIs, frameworks):
run_in_background: true for comprehensive documentation researchCreate a comprehensive todo list with TodoWrite:
For each todo item:
in_progresscompletedDelegation: For complex subtasks (touching 3+ files), delegate to a sisyphus-junior subagent using the 6-section format.
bash .claude/plugins/omo/scripts/diagnostics.shSummarize what was accomplished, files changed, and any follow-up items.
If you fail 3 times on the same step:
oracle agent for advice