ultrawork

Execute independent agent tasks concurrently with model tier routing and background execution.

20|6|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/realsigridjin/oh-my-codex --skill ultrawork-realsigridjin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultrawork
Source: https://github.com/realsigridjin/oh-my-codex/tree/main/skills/ultrawork
Command: npx skills add https://github.com/realsigridjin/oh-my-codex --skill ultrawork-realsigridjin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ultrawork reduces the time wasted on sequential execution by coordinating multiple independent agents concurrently while routing each task to an appropriate model tier.

Core Features & Use Cases

  • Parallel Delegation: Launch independent agent tasks simultaneously instead of waiting for each task to finish.
  • Model Tier Routing: Match simple, standard, and complex work to low, medium, or high-capability agents.
  • Background Execution: Run long operations such as builds, installations, and test suites without blocking shorter tasks.
  • Use Case: Split a feature request into implementation, test creation, and documentation tasks, then execute them concurrently with lightweight verification afterward.

Quick Start

Ask Ultrawork to decompose the request into independent tasks, select suitable model tiers, run them in parallel, and verify the completed results.

Frequently Asked Questions about ultrawork

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

FAQPage Schema
How do I run independent build and test tasks in parallel instead of waiting sequentially?

Parallel execution coordinates multiple independent agent tasks concurrently. You decompose a request into independent work, select suitable model tiers, run them simultaneously in the background, and verify completed results.

What is model tier routing for multi-agent orchestration?

Model tier routing matches simple, standard, and complex work to low, medium, or high-capability agents. This ensures each concurrent task uses an appropriate model tier, optimizing multi-agent orchestration across independent engineering tasks.

Can I run long test suites and builds in the background without blocking shorter tasks?

Background execution runs long operations such as builds, installations, and test suites without blocking shorter tasks. You can execute long-running operations concurrently while shorter independent tasks proceed simultaneously.

How do I decompose a feature request into implementation, testing, and documentation tasks?

Ask the orchestrator to decompose the request into independent tasks like implementation, test creation, and documentation. Select suitable model tiers for each, execute them concurrently, and apply lightweight verification afterward.

When should I not use parallel task delegation for engineering workflows?

Parallel task delegation requires tasks with no unmet dependencies. You should not use it when tasks depend on each other's output, as simultaneous execution requires independent work to run concurrently without blocking.

Do I need to explicitly select model tiers for parallel agent execution?

Yes, explicit model-tier selection is required for parallel agent execution. You must match simple, standard, and complex work to appropriate low, medium, or high-capability agents before delegating tasks concurrently.