ultrawork

Distribute parallelizable tasks across multiple agent tiers with staggered launches.

5|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/RobinNorberg/oh-my-copilot --skill ultrawork-robinnorberg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultrawork
Source: https://github.com/RobinNorberg/oh-my-copilot/tree/main/skills/ultrawork
Command: npx skills add https://github.com/RobinNorberg/oh-my-copilot --skill ultrawork-robinnorberg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ultrawork enables parallel execution of independent tasks by dispatching work to multiple agents, dramatically reducing total run time.

Core Features & Use Cases

  • Parallel task dispatch: run multiple tasks concurrently across Haiku, Sonnet, and Opus tiers.
  • Staggered launches: apply a short delay between starts to prevent rate limits.
  • Lightweight coordination: no persistence layer by default; designed to be layered under ralph or autopilot for full lifecycle.

Quick Start

Invoke ultrawork to fire multiple independent tasks in parallel, selecting appropriate agent tiers and applying staggered launches to avoid rate limits.

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 across multiple agents to reduce execution time?

Parallel task execution across multiple agents reduces total run time by distributing independent subtasks concurrently. You dispatch work across Haiku, Sonnet, and Opus tiers to shorten overall completion time for scalable workflows.

What is the best way to avoid rate limits when dispatching concurrent agent workflows?

To avoid rate limits during concurrent agent workflows, apply staggered launches with a short delay between task starts. This prevents overwhelming API limits while maintaining parallel task execution across multiple agents.

How do I route independent subtasks to different model tiers for concurrent execution?

Route independent subtasks to different model tiers by specifying low, medium, or high tiers (Haiku, Sonnet, or Opus) for each concurrent agent. This matches task complexity to the appropriate model during parallel execution.

Can I execute long-running operations in the background during parallel task orchestration?

Long-running operations can execute in the background during parallel task orchestration. Optional background execution allows multiple agents to process independent subtasks concurrently without blocking the primary workflow.

Does parallel task orchestration require a persistence layer for agent coordination?

Parallel task orchestration uses lightweight coordination without a persistence layer by default. It is designed to be layered under full lifecycle orchestration tools to manage agent state if needed.

When should I not use concurrent agent dispatch for workflow automation?

You should not use concurrent agent dispatch for workflows with dependent subtasks that require sequential execution. It is designed specifically for independent subtasks that benefit from parallel execution.