ultrawork

Orchestrates parallel task delegation across tiers with lifecycle tracking and routing to Ralph/Autopilot/Ecomode.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/byonk19-svg/rt-scheduler --skill ultrawork-byonk19-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultrawork
Source: https://github.com/byonk19-svg/rt-scheduler/tree/main/.codex/skills/ultrawork
Command: npx skills add https://github.com/byonk19-svg/rt-scheduler --skill ultrawork-byonk19-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ultrawork enables parallel execution across multiple agents for independent tasks, reducing overall completion time by coordinating concurrent work.

Core Features & Use Cases

  • Parallel task delegation to multiple agent tiers (LOW, STANDARD, THOROUGH) with in-background options for long-running operations
  • Lifecycle state management and delegation routing to Ralph/Autopilot layers to compose scalable workflows
  • Use Case: when dozens of independent tasks can be dispatched at once, ultrawork speeds up processing by running them in parallel while you monitor results

Quick Start

Dispatch several independent tasks to available agent tiers in parallel and monitor outcomes from the dashboard

Frequently Asked Questions about ultrawork

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

FAQPage Schema
How does parallel task execution across multiple agents work?

Parallel task execution works by partitioning independent tasks and delegating them concurrently to different agent tiers. This allows multiple operations to progress simultaneously, reducing overall completion time for multi-task workloads while you monitor outcomes.

How do I orchestrate workflow delegation to different agent tiers?

You can orchestrate workflow delegation by dispatching independent tasks to available agent tiers such as LOW, STANDARD, or THOROUGH. The routing logic delegates tasks based on tier requirements, enabling concurrent progress and scalable background execution.

Can I run long-running operations in the background using async delegation?

Yes, async delegation supports in-background options for long-running operations. This enables you to dispatch dozens of independent tasks at once, allowing them to execute concurrently while you manage completion and monitor results from the dashboard.

Does parallel execution work with Ralph and Autopilot for workflow orchestration?

Yes, parallel execution integrates with Ralph and Autopilot layers to compose scalable workflows. It applies delegation routing to these layers while providing lifecycle state tracking to manage task progress across the orchestrated agent tiers.

When should I use parallel task delegation for my workflows?

You should use parallel task delegation when your workflows contain dozens of independent tasks that can be partitioned and dispatched at once. It is specifically designed for multi-task workloads where concurrent processing will accelerate overall throughput.

What are the limitations of using parallel execution for dependent tasks?

Parallel execution is limited to workflows with independent tasks that can be partitioned. It does not support dependent or sequential tasks, as the mechanism relies on concurrent delegation to different agent tiers to accelerate throughput without inter-task blocking.