What problem does it solve?
Ultrawork eliminates wasted time from serial task execution by running multiple independent agents concurrently and routing each task to the appropriate model tier, enabling high-throughput completion without adding persistence or heavy verification overhead.
Core Features & Use Cases
- Parallel dispatch: Launch many independent agent tasks simultaneously to reduce wall-clock time.
- Model tier routing: Route tasks to LOW, STANDARD, or THOROUGH tiers to balance cost and capability.
- Background execution: Use run_in_background for long-running operations like installs, builds, and test suites.
- Lightweight verification: Perform minimal checks when invoked directly (build/typecheck, affected tests, no new errors).
- Use case: Run a trio of independent tasks—implement an endpoint, add integration tests, and perform a build—at once to shorten delivery time.
Quick Start
Use the ultrawork skill to execute multiple independent tasks in parallel by delegating each to the correct tier and marking long operations to run in the background.