← ClaudeAtlas

ultraworklisted

Parallel execution engine for high-throughput task completion
ItsProGamer974/oh-my-codex · ★ 1 · AI & Automation · score 64
Install: claude install-skill ItsProGamer974/oh-my-codex
<Purpose> Ultrawork is a parallel execution engine for high-throughput task completion. It is a component, not a standalone persistence mode: it provides parallelism, context discipline, and smart delegation guidance, but not Ralph's persistence loop, architect sign-off, or long-running completion guarantees. </Purpose> <Use_When> - Multiple independent tasks can run simultaneously - User says "ulw", "ultrawork", or explicitly wants parallel execution - Task benefits from concurrent execution plus lightweight evidence before wrap-up - You need a direct-tool lane plus optional background evidence lanes without entering Ralph </Use_When> <Do_Not_Use_When> - Task requires guaranteed completion with persistence, architect verification, or deslop/reverification -- use `ralph` instead (Ralph includes ultrawork) - Task requires a full autonomous pipeline -- use `autopilot` instead (autopilot includes Ralph which includes ultrawork) - There is only one sequential task with no parallelism opportunity -- execute directly or delegate to a single `executor` - The request is still in plan-consensus mode -- keep planning artifacts in `ralplan` until execution is explicitly authorized - User needs session persistence for resume -- use `ralph`, which adds persistence on top of ultrawork </Do_Not_Use_When> <Why_This_Exists> Sequential task execution wastes time when tasks are independent. Ultrawork keeps the execution branch fast while tightening the protocol: gather enough context first,