ultrawork

Coordinate multiple agents to execute independent tasks in parallel.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ClementATH/oh-my-claudecode --skill ultrawork-clementath
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultrawork
Source: https://github.com/ClementATH/oh-my-claudecode/tree/main/skills/ultrawork
Command: npx skills add https://github.com/ClementATH/oh-my-claudecode --skill ultrawork-clementath

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ultrawork addresses inefficiencies in sequential task execution by enabling parallelism across multiple agents, increasing throughput for independent tasks.

Core Features & Use Cases

  • Parallel execution: launch multiple agents concurrently for independent work.
  • Smart routing: delegate tasks to appropriate agent tiers based on complexity.
  • Background execution: run long operations in the background while foreground tasks continue.
  • Use Case: when you have a set of unrelated tasks that can run concurrently, such as building microservices or running parallel analyses.

Quick Start

Coordinate parallel tasks with a high-level command such as "Coordinate and run multiple independent tasks in parallel across agents."

Frequently Asked Questions about ultrawork

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

FAQPage Schema
How do I execute multiple independent tasks in parallel across agents?

Parallel execution is coordinated by orchestrating multiple agents to run independent tasks concurrently, increasing overall throughput for workloads like building microservices or running parallel analyses.

What is multi-agent task orchestration for parallel execution?

Multi-agent task orchestration coordinates parallel firing and tier-aware routing to execute independent tasks concurrently, solving inefficiencies found in sequential task execution by maximizing throughput across agents.

Can I run long operations in the background while continuing foreground tasks?

Yes, lengthy operations can run in the background while foreground tasks continue, allowing you to maintain progress on other concurrent work without waiting for long-running processes to finish.

Does this parallel execution approach support routing tasks based on complexity?

Yes, it uses tier-aware routing to delegate tasks to appropriate agent tiers based on complexity, ensuring that parallel execution is distributed efficiently across the orchestrated agents.

When should I not use parallel task orchestration for my workload?

You should avoid parallel task orchestration for workloads where tasks are dependent on each other, as this approach is designed specifically for independent tasks that can run concurrently without sequential execution requirements.