What problem does it solve?
Enables rapid completion of multi-file and multi-step development tasks by orchestrating parallel agent workstreams, reducing latency from sequential handoffs and manual coordination.
Core Features & Use Cases
- Parallel Agent Orchestration: Breaks tasks into independent units and assigns them to specialized agents to run concurrently.
- Rapid Planning and Assignment: Performs a minimal planning pass for unclear or large-scope tasks to identify ownership and dependencies.
- Integration and Verification: Queues dependent tasks, integrates parallel results, and enforces verification via Action Kamen with conflict checks and failure isolation.
- Use Case: Speed up a cross-cutting feature that touches frontend, backend, and tests by splitting work across agents, running them in background, and merging verified outputs.
Quick Start
Invoke the ultrawork skill to plan, assign, and run parallel agent tasks for the requested multi-file change and return integrated, verified results.