ultrawork

Solid

Parallel execution engine for high-throughput task completion

AI & Automation 36,273 stars 3296 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<Purpose> Ultrawork is a parallel execution engine and execution protocol for independent work. It emphasizes intent grounding, parallel context gathering, dependency-aware task graphs for non-trivial work, and concise evidence-backed execution summaries. It is a component, not a standalone persistence mode -- it provides parallelism and routing guidance, but not persistence, verification loops, or long-lived state management. </Purpose> <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 `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 -- delegate directly to an executor agent - 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 enables firing multiple agents simultaneously and routing each to the right model tier, reducing total execution time while controlling token costs. It is designed as a composable component that ralph and ...

Details

Author
Yeachan-Heo
Repository
Yeachan-Heo/oh-my-claudecode
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category