ultrawork
Installation
SKILL.md
<Use_When>
- Multiple independent tasks can run simultaneously
- User says "ulw", "ultrawork", or wants parallel execution
- You need to delegate work to multiple agents at once
- Task benefits from concurrent execution but the user will manage completion themselves </Use_When>
<Do_Not_Use_When>
- Task requires guaranteed completion with verification -- 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 -- delegate directly to an executor agent
- User needs session persistence for resume -- use
ralphwhich adds persistence on top of ultrawork </Do_Not_Use_When>
<Why_This_Exists>
Related skills
More from yeachan-heo/oh-my-claudecode
hud
Configure HUD display options (layout, presets, display elements)
524deepinit
Deep codebase initialization with hierarchical AGENTS.md documentation
433autopilot
Full autonomous execution from idea to working code
426ralph
Self-referential loop until task completion with configurable verification reviewer
415omc-setup
Install or refresh oh-my-claudecode for plugin, npm, and local-dev setups from the canonical setup flow
406mcp-setup
Configure popular MCP servers for enhanced agent capabilities
358