ultrawork
Installation
SKILL.md
Ultrawork
Parallel execution engine that runs multiple agents simultaneously for independent tasks. Component mode -- provides parallelism and smart model routing but not persistence or verification loops.
When to Use
- Multiple independent tasks can run simultaneously
- Need to delegate work to multiple agents at once
When NOT to Use
- Need guaranteed completion with verification → use
/ralph(includes ultrawork) - Full autonomous pipeline → use
/omg-autopilot(includes ralph which includes ultrawork) - Only one sequential task → delegate directly to @executor
Relationship
ralph (persistence wrapper)
└── includes: ultrawork (this skill)
Related skills