ultrawork

Dispatch independent tasks in parallel across Haiku, Sonnet, and Opus model tiers.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Rheinmir/skills-kit --skill ultrawork-rheinmir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultrawork
Source: https://github.com/Rheinmir/skills-kit/tree/main/skills/ultrawork
Command: npx skills add https://github.com/Rheinmir/skills-kit --skill ultrawork-rheinmir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ultrawork accelerates throughput by executing multiple independent tasks in parallel across agents, reducing total completion time and enabling smart routing without persistence or full pipelines.

Core Features & Use Cases

  • Fire independent tasks simultaneously to maximize parallelism across Haiku/Sonnet/Opus tiers
  • Route tasks to the appropriate model tier for cost and speed efficiency
  • Support short-running foreground checks and long-running background operations
  • Compose with Ralph and Autopilot to build end-to-end pipelines while Ultrawork handles parallelism

Quick Start

Trigger ultrawork to dispatch multiple independent tasks across model tiers in parallel.

Frequently Asked Questions about ultrawork

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

FAQPage Schema
How do I execute independent tasks in parallel to reduce total completion time?

To execute independent tasks in parallel and reduce completion time, dispatch them simultaneously across multiple agents. This maximizes throughput by handling concurrent work without requiring persistence or verification layers.

What is smart routing for parallel task dispatch across model tiers?

Smart routing for parallel task dispatch assigns independent tasks to appropriate model tiers like Haiku, Sonnet, or Opus. This optimizes cost and speed efficiency by matching task complexity to the correct model during concurrent operations.

How do I route concurrent agents to the appropriate model tier for cost efficiency?

You route concurrent agents to the appropriate model tier by explicitly specifying the model for each task. This balances cost and speed efficiency, directing simpler tasks to faster tiers and complex tasks to higher tiers.

Can I run long-running background operations alongside short-running foreground checks?

Yes, you can run long-running background operations alongside short-running foreground checks. The system supports both execution modes simultaneously, allowing you to coordinate concurrent work while managing tasks with varying completion times.

What are the limitations of parallel task execution without persistence or verification?

The limitation of parallel task execution without persistence or verification is that no execution state is saved and outputs are not validated. You must manage data integrity and state tracking externally if your workflow requires reliable recovery or result validation.

Does parallel task orchestration work with end-to-end pipelines?

Parallel task orchestration works with end-to-end pipelines when composed with tools like Ralph and Autopilot. While it handles parallelism and routing, the pipeline tools manage the surrounding persistence and verification layers to complete workflows.