ultrawork

Execute multiple independent tasks concurrently with parallel agents and model routing.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Moliboy5000/.claude --skill ultrawork-moliboy5000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultrawork
Source: https://github.com/Moliboy5000/.claude/tree/main/plugins/cache/omc/oh-my-claudecode/4.8.2/skills/ultrawork
Command: npx skills add https://github.com/Moliboy5000/.claude --skill ultrawork-moliboy5000

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the inefficiency of sequential task execution by enabling multiple agents to run simultaneously for independent tasks, significantly reducing overall completion time.

Core Features & Use Cases

  • Parallel Task Execution: Runs multiple agents concurrently for independent tasks.
  • Smart Model Routing: Directs tasks to appropriate AI model tiers (Haiku, Sonnet, Opus) based on complexity.
  • Background Operations: Supports running long-duration tasks (installs, builds) in the background.
  • Use Case: When you need to simultaneously update documentation, implement a new API endpoint, and add integration tests, Ultrawork can delegate these to separate agents and run them in parallel.

Quick Start

Use ultrawork to run three independent tasks: update documentation with Haiku, implement an API endpoint with Sonnet, and add integration tests with Sonnet.

Frequently Asked Questions about ultrawork

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

FAQPage Schema
How do I run multiple independent coding tasks concurrently instead of sequentially?

You can run multiple independent coding tasks concurrently by using a parallel execution engine that spawns multiple agents simultaneously. This approach significantly reduces overall completion time for high-throughput task management compared to sequential execution.

What is the best way to optimize AI model routing for parallel agent execution?

Smart model routing optimizes parallel execution by directing tasks to appropriate AI model tiers based on complexity. You must explicitly pass model parameters to route tasks to Haiku, Sonnet, or Opus tiers for cost and speed optimization.

Can I run long-duration operations like builds and installs in the background?

Yes, you can run long-duration operations like builds and installs in the background. The parallel execution engine supports background operations, allowing long-running tasks to process without blocking other concurrent agent execution.

Does parallel task execution require explicit model parameter passing for each agent?

Yes, parallel task execution requires explicit model parameter passing for each agent. You must specify which AI model tier to use when delegating concurrent tasks to optimize throughput and routing efficiency.

When should I avoid using a parallel execution engine for task completion?

You should avoid using a parallel execution engine for dependent tasks that require sequential execution. It is designed specifically for scenarios where multiple independent tasks can be executed concurrently without inter-task dependencies.