What problem does it solve?
Ultrawork provides a parallel execution engine for high-throughput task completion. It is a component, not a standalone persistence mode: it provides parallelism, context discipline, and smart delegation guidance, but not Ralph's persistence loop, architect sign-off, or long-running completion guarantees.
Core Features & Use Cases
- Parallelism: run independent tasks concurrently to accelerate workflows.
- Context discipline: maintain structured session state and explicit acceptance criteria before execution.
- Lightweight evidence lanes: run parallel evidence and validation alongside execution to support rapid iteration.
- Delegation guidance: decide locally or delegate to specialized lanes for scalable throughput.
- Use Case: when you have multiple independent tasks (e.g., data fetches, transformations, checks) that can run at the same time and you want fast throughput with lightweight validation.
Quick Start
Describe your multi-task objective and constraints, then start ultrawork to execute independent tasks in parallel with lightweight evidence.