ultrawork

Parallelize independent tasks across agents for concurrent execution.

38.5k|3.5k|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/Yeachan-Heo/oh-my-claudecode --skill ultrawork-yeachan-heo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultrawork
Source: https://github.com/Yeachan-Heo/oh-my-claudecode/tree/main/skills/ultrawork
Command: npx skills add https://github.com/Yeachan-Heo/oh-my-claudecode --skill ultrawork-yeachan-heo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ultrawork accelerates task execution by running independent tasks concurrently, reducing total completion time and improving throughput in complex automation scenarios.

Core Features & Use Cases

  • Parallel task execution: Fire multiple agents at once to handle independent subtasks.
  • Model routing orchestration: Select appropriate agent tiers for different tasks.
  • Lightweight orchestration layer: Works with higher-level modes like ralph and autopilot to provide parallelism without persistence.

Quick Start

To start using ultrawork, invoke the parallel execution flow in your automation workflow by delegating independent tasks to multiple agent executors.

Frequently Asked Questions about ultrawork

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run parallel tasks to speed up software engineering builds and tests?

Parallel task execution fires multiple agents at once to handle independent subtasks like builds, tests, and deployments concurrently. This reduces total completion time and improves throughput in complex automation scenarios.

What is agent orchestration for concurrent task execution?

Agent orchestration for concurrent execution is a lightweight coordination layer that delegates independent subtasks to multiple agent executors simultaneously. It provides parallelism without persistence, optimizing throughput while preserving control.

Can I route different parallel tasks to specific models during execution?

Model routing orchestration allows you to select appropriate agent tiers for different tasks during parallel execution. This explicit routing optimizes throughput by matching task complexity to the right execution model.

Does parallel task execution work with higher-level automation modes?

The lightweight orchestration layer works with higher-level modes like ralph and autopilot to provide parallelism without persistence. It integrates into existing automation workflows to accelerate independent task completion.

When should I use parallel execution for data processing pipelines?

Use parallel execution when you have multiple unrelated subtasks that can run simultaneously, such as parallel builds, tests, deployments, or data processing pipelines. It applies to scenarios with independent operations that do not require sequential processing.

Can parallel task execution run in the background?

Optional background execution is supported to optimize throughput while preserving control. This allows parallel tasks to continue running without blocking the main workflow, improving overall automation efficiency.