What problem does it solve? Sequential execution of independent tasks wastes time, and unstructured delegation often produces unverified results. Ultrawork provides a disciplined parallel execution engine that grounds context first, defines pass/fail acceptance criteria before editing, and closes with evidence rather than assumptions. ## Core Features & Use Cases - Parallel Lane Execution: Runs a direct-tool lane alongside background evidence lanes for tests, docs, regression mapping, or repo analysis, firing independent agent calls simultaneously. - Deliberate Self-vs-Delegate Decisions: Classifies work by dependency shape and delegates only bounded, independent slices using tiered agent selection from references/agent-tiers.md. - Lightweight Verification Boundary: Requires build/typecheck passes, affected tests, and manual QA notes before claiming completion, without owning durable persistence or architect sign-off. - Use Case: When updating a CLI hook and its test file, keep the shared-file edits local while delegating keyword-detector regression mapping to a test-engineer lane, then verify with build and test runs. ## Quick Start Ask the assistant to run ultrawork on your set of independent tasks so it defines acceptance criteria and executes them in parallel lanes with evidence-backed verification.