ultrawork

Delegate independent tasks to parallel agents across LOW, STANDARD, and THOROUGH tiers.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Linnanli/xClaw --skill ultrawork-linnanli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultrawork
Source: https://github.com/Linnanli/xClaw/tree/main/.codex/skills/ultrawork
Command: npx skills add https://github.com/Linnanli/xClaw --skill ultrawork-linnanli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ultrawork enables parallel execution of multiple independent tasks to reduce total completion time and improve throughput.

Core Features & Use Cases

  • Parallel delegation: fire independent tasks to appropriate agent tiers at once.
  • Smart routing: route tasks to LOW/STANDARD/THOROUGH tiers based on complexity.
  • Background execution: run long operations in the background while short checks proceed.
  • Lifecycle state management: track active runs and reinforcement counts to support resumption and monitoring.

Quick Start

Delegate independent tasks to the correct agent tiers and monitor completion until all tasks finish.

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

To run parallel tasks with multiple agents, delegate independent operations to appropriate agent tiers simultaneously. This parallel orchestration reduces total completion time and improves throughput by executing tasks concurrently rather than sequentially.

How does smart routing assign tasks to different agent tiers?

Smart routing assigns tasks to different agent tiers by evaluating task complexity and dispatching them to LOW, STANDARD, or THOROUGH tiers accordingly. This ensures each parallel task receives the appropriate processing level for its specific requirements.

Can I execute long operations in the background while short checks proceed?

Yes, you can execute long operations in the background while short checks proceed concurrently. Background execution allows independent tasks to run simultaneously, preventing long-running processes from blocking shorter operations during parallel orchestration.

What is parallel task orchestration and when do I need it?

Parallel task orchestration is the concurrent delegation of multiple independent tasks to separate agents. You need it when workflows contain several tasks that can run simultaneously, reducing total execution time and improving overall throughput.

How do I track active runs and manage lifecycle states for parallel tasks?

You track active runs and manage lifecycle states through policy steps and state updates that monitor active runs and reinforcement counts. This lifecycle state management supports task resumption and ongoing monitoring until all parallel tasks finish.

What is the best way to dispatch independent tasks across different complexity tiers?

The best way to dispatch independent tasks across complexity tiers is parallel delegation using smart routing. Fire independent tasks to LOW, STANDARD, or THOROUGH agent tiers at once based on complexity, then monitor completion until all tasks finish.