ultrawork

Orchestrates parallel multi-agent workflows with delegation and persistence.

28|5|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/MeroZemory/oh-my-droid --skill ultrawork-merozemory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultrawork
Source: https://github.com/MeroZemory/oh-my-droid/tree/main/skills/ultrawork
Command: npx skills add https://github.com/MeroZemory/oh-my-droid --skill ultrawork-merozemory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill keeps high-throughput Workflows moving by orchestrating multiple agents in parallel, aggressively delegating tasks, and enforcing persistence so no complex job stalls or needs constant manual supervision.

Core Features & Use Cases

  • Parallel Execution: Launches independent agents simultaneously for every subtask, ensuring time-consuming operations progress together.
  • Aggressive Delegation & Smart Model Routing: Immediately routes work to specialized tiers (LOW, MEDIUM, HIGH) to conserve tokens while matching expertise to complexity.
  • Background Persistence & Cleanup: Sends long-running commands to background mode, enforces verification checklists, and deletes ultrawork state files when the job is complete to avoid stale sessions.
  • Use Case: Ask for persistent performance mode when building, testing, and reviewing a multi-component system so every step checks off the verification list before completion.

Quick Start

Ask for maximum performance mode to run tasks with aggressive parallel agent orchestration.

Frequently Asked Questions about ultrawork

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

FAQPage Schema
How do I run parallel agent workflows for high-throughput tasks?

To run parallel agent workflows, you can enable maximum performance mode to launch independent agents simultaneously for every subtask. This ensures time-consuming operations progress together without stalling or requiring manual supervision.

What is smart model routing in multi-agent orchestration?

Smart model routing in multi-agent orchestration immediately routes work to specialized tiers like LOW, MEDIUM, or HIGH. This matches expertise to complexity and conserves tokens while aggressively delegating tasks across the parallel droid teams.

How do I manage background operations and state cleanup for long-running agents?

To manage background operations, long-running commands are sent to background mode with enforced verification checklists. The system handles state cleanup by deleting ultrawork state files when the job is complete to avoid stale sessions.

Does parallel execution work with Factory Droid multi-agent workflows?

Yes, parallel execution is specifically designed for Factory Droid multi-agent workflows. It targets simultaneous execution, aggressive delegation, and background operations to ensure no pending work remains during high-throughput tasks.

When should I use aggressive delegation for multi-component system tasks?

You should use aggressive delegation when building, testing, and reviewing a multi-component system. It enables persistent performance mode so every step checks off the verification list before completion, ensuring no complex job stalls.

Why do my complex multi-agent jobs stall without manual supervision?

Complex multi-agent jobs stall without manual supervision when persistence is not enforced. By orchestrating multiple agents in parallel and sending long-running commands to background mode, the workflow keeps moving automatically.