ultrawork

Execute independent work items in parallel with dependency-aware task sequencing.

Updated May 18, 2026
One-click install
npx skills add https://github.com/solitude6060/Yao-skills --skill ultrawork-solitude6060
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultrawork
Source: https://github.com/solitude6060/Yao-skills/tree/main/skills/ultrawork
Command: npx skills add https://github.com/solitude6060/Yao-skills --skill ultrawork-solitude6060

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ultrawork reduces total turnaround time by running multiple independent work items concurrently instead of sequentially, while keeping outputs evidence-backed and execution summaries concise.

Core Features & Use Cases

  • Parallel task execution with dependency-aware waves: Fires independent work simultaneously and sequences dependent tasks to avoid ordering mistakes.
  • Intent grounding and structured routing: Clarifies whether the request is implementation, investigation, evaluation, or research, then routes subtasks to appropriate agent tiers.
  • Concise, evidence-focused completion reporting: Produces short summaries covering files touched, verification status, and blockers, with lightweight verification when invoked directly.

Quick Start

Use ultrawork to run three independent tasks at once, then summarize what changed and whether tests/builds pass.

Frequently Asked Questions about ultrawork

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

FAQPage Schema
What is parallel task execution with dependency-aware task graphs?

Parallel task execution with dependency-aware task graphs is a method that fires independent work items simultaneously while sequencing dependent tasks, reducing total turnaround time by avoiding sequential processing bottlenecks.

How do I run independent code review and investigation tasks in parallel?

To run independent code review and investigation tasks in parallel, you ground the intent first, launch independent agent calls simultaneously, and sequence dependent waves to coordinate multiple work items concurrently for faster completion.

Can I use agent routing for concurrent incident triage and data gathering?

Yes, you can use agent routing for concurrent incident triage by clarifying whether the request is investigation or evaluation, then routing subtasks to appropriate agent tiers to gather data simultaneously across multiple areas.

What's the best way to coordinate multi-agent implementation planning without losing execution control?

The best way to coordinate multi-agent implementation planning while retaining control is to structure routing by grounding intent first, launching independent agent calls, and sequencing dependent waves so the user controls final completion.

Does parallel execution support lightweight verification like build and typecheck?

Yes, parallel execution supports lightweight verification by performing build, typecheck, and affected tests when invoked directly, ensuring outputs are evidence-backed and producing concise completion summaries covering files touched and verification status.

When should I not use parallel workflow orchestration for software engineering tasks?

You should not use parallel workflow orchestration for tasks with heavy interdependencies that cannot be sequenced into independent waves, as the mechanism relies on grounding intent and separating concurrent work items to avoid ordering mistakes.