ultrawork

Delegate independent tasks to multiple agents in parallel with model tier routing.

3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Tienching/oh-my-codebuddy --skill ultrawork-tienching
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultrawork
Source: https://github.com/Tienching/oh-my-codebuddy/tree/main/.codex/skills/ultrawork
Command: npx skills add https://github.com/Tienching/oh-my-codebuddy --skill ultrawork-tienching

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ultrawork enables executing multiple independent tasks in parallel by delegating to multiple agents and routing to the right model tiers, reducing total runtime while avoiding persistence or automated verification loops.

Core Features & Use Cases

  • Parallel delegation: Fire independent tasks at the appropriate tiers in parallel.
  • Smart routing: Route work to the most cost- and capability-appropriate agent Tier (LOW, STANDARD, THOROUGH).
  • Lightweight lifecycle: Provides orchestration without persistence or verification loops; ideal for short-lived, concurrent tasks.

Quick Start

Delegate several independent tasks to multiple agents in parallel using ultrawork.

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 to reduce total runtime?

Parallel task execution works by firing independent tasks concurrently across multiple agents, routing each to the appropriate model tier to reduce total runtime without persistence or verification loops.

What is smart routing for asynchronous task delegation?

Smart routing directs delegated tasks to the most cost- and capability-appropriate agent tier, categorized as LOW, STANDARD, or THOROUGH, ensuring each parallel task matches the required processing level.

How do I delegate tasks to multiple agents in parallel?

Delegating tasks in parallel requires firing independent tasks simultaneously while providing explicit model parameters during delegation, enabling concurrent execution across multiple agent tiers.

Can I use workflow orchestration for background execution of long-running operations?

Workflow orchestration supports background execution for long-running operations, allowing independent tasks to run concurrently while completion is managed externally without enforcing persistence.

Does parallel task orchestration handle automated verification loops or state persistence?

Parallel task orchestration does not include persistence or automated verification loops, providing a lightweight lifecycle designed for short-lived concurrent tasks managed externally.

When should I not use parallel agent routing for workflow orchestration?

Parallel agent routing should be avoided for workflows with dependent tasks, or when automated verification loops and state persistence are required, as it only supports independent concurrent execution.