What problem does it solve?
Ultrawork solves slow, sequential execution when you have multiple independent tasks that could be handled at the same time, wasting time and increasing overall runtime.
Core Features & Use Cases
- Parallel agent execution: Launch multiple agents simultaneously for tasks with no dependency between them.
- Model-tier routing: Route each subtask to an appropriate model tier (e.g., Haiku for simple lookups, Sonnet for standard work, Opus for complex analysis) to balance speed and cost.
- Composable component behavior: Provide parallelism as a layer that is typically orchestrated by higher modes like ralph and autopilot, without adding persistence or full verification loops by itself.
Quick Start
Ask your system to run ultrawork to delegate several independent subtasks concurrently, such as implementing an endpoint, adding integration tests, and updating related documentation in parallel.