Parallel execution engine for high-throughput task completion
ralph instead (ralph includes ultrawork)autopilot instead (autopilot includes ralph which includes ultrawork)ralph which adds persistence on top of ultrawork
</Do_Not_Use_When>model parameter explicitly when delegatingdocs/shared/agent-tiers.md before first delegation for agent selection guidancerun_in_background: true for operations over ~30 seconds (installs, builds, tests)Task(subagent_type="oh-my-claudecode:executor", model="haiku", ...) for simple changesTask(subagent_type="oh-my-claudecode:executor", model="sonnet", ...) for standard workTask(subagent_type="oh-my-claudecode:executor", model="opus", ...) for complex workrun_in_background: true for package installs, builds, and test suitesralph mode.omc-workspace marker at the parent directory so multiple sessions across sub-repos share one .omc/. Resolution order: OMC_STATE_DIR > .omc-workspace > git > cwd. See docs/REFERENCE.md.ralph (persistence wrapper)
\-- includes: ultrawork (this skill)
\-- provides: parallel execution only
autopilot (autonomous execution)
\-- includes: ralph
\-- includes: ultrawork (this skill)