Parallel execution engine for high-throughput task completion
Parallel execution engine. This is a COMPONENT, not a standalone persistence mode.
run_in_background: true for long operationsralph for "don't stop until done" behaviorralph for mandatory architect verificationralph or autopilot for session persistenceUltrawork is automatically activated by:
ralph (for persistent parallel work)autopilot (for autonomous parallel work)FIRST ACTION: Before delegating any work, read the agent reference file:
Read file: docs/shared/agent-tiers.md
This provides the complete agent tier matrix, MCP tool assignments, and selection guidance.
CRITICAL: Always pass model parameter explicitly!
Task(subagent_type="oh-my-claudecode:architect-low", model="haiku", prompt="...")
Task(subagent_type="oh-my-claudecode:executor", model="sonnet", prompt="...")
Task(subagent_type="oh-my-claudecode:architect", model="opus", prompt="...")
Run in Background (set run_in_background: true):
Run Blocking (foreground):
ralph (persistence wrapper)
└── includes: ultrawork (this skill)
└── provides: parallel execution only
autopilot (autonomous execution)
└── includes: ralph
└── includes: ultrawork (this skill)
ecomode (token efficiency)
└── modifies: ultrawork's model selection
Use ultrawork directly when you want:
Use ralph instead when you want:
When ultrawork is invoked directly (not via ralph), apply lightweight verification before claiming completion:
This is lighter than ralph's full verification but ensures basic quality for direct ultrawork usage.
For full persistence and comprehensive verification, use ralph mode instead.