ultrawork
Originally fromyeachan-heo/oh-my-claudecode
Installation
SKILL.md
<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
ralphinstead (Ralph includes ultrawork) - Task requires a full autonomous pipeline -- use
autopilotinstead (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
ralplanuntil execution is explicitly authorized - User needs session persistence for resume -- use
ralph, which adds persistence on top of ultrawork </Do_Not_Use_When>
Related skills
More from yeachan-heo/oh-my-codex
ralph
Self-referential loop until task completion with architect verification
87review
Deprecated standalone review skill
84worker
Team worker protocol (ACK, mailbox, task lifecycle) for tmux-based OMX teams
81team
N coordinated agents on shared task list using tmux-based orchestration
81swarm
Swarm deprecated shim
80autopilot
[OMX] Strict autonomous loop: $ralplan -> $ralph -> $code-review
80