One-click install
npx skills add https://github.com/nichobbs/lyric-lang --skill ultrawork-nichobbs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultrawork
Source: https://github.com/nichobbs/lyric-lang/tree/main/.claude/skills/ultrawork
Command: npx skills add https://github.com/nichobbs/lyric-lang --skill ultrawork-nichobbs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ultrawork reduces total turnaround time by enabling you to execute multiple independent tasks at the same time, instead of waiting for each task to finish sequentially.

Core Features & Use Cases

  • Parallel execution engine & protocol: Runs independent work items concurrently with clear routing guidance.
  • Dependency-aware task graphs: Organizes complex work into parallel waves when tasks have ordering constraints.
  • Concise evidence-backed execution summaries: Reports what ran, what changed, and what verification (lightweight) was completed.

Quick Start

Ask an AI to use ultrawork to plan a dependency-aware set of parallel tasks for your request, then execute them simultaneously and summarize results with files touched and lightweight verification status.

Frequently Asked Questions about ultrawork

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

FAQPage Schema
How do I run independent tasks in parallel to reduce overall execution latency?

Parallel execution of independent tasks reduces overall latency by running work items concurrently instead of sequentially. A task graph organizes work into dependency-aware parallel waves, routing each item to specific models for faster turnaround.

What is a dependency-aware task graph for parallel execution orchestration?

A dependency-aware task graph organizes complex multi-step work into parallel waves based on task ordering constraints. This execution orchestration mechanism ensures independent tasks run simultaneously while respecting dependencies, minimizing total completion time.

How do I route independent agents to different models during parallel task execution?

Parallel task execution supports explicit model routing, allowing independent agents to be assigned to specific models based on task requirements. This routing guidance ensures each concurrent work item uses the appropriate model for its workload.

Can I use background execution for long-running operations in a parallel task workflow?

Background execution is supported for long operations within parallel task workflows. This allows extended independent tasks to run concurrently without blocking other waves, enabling high throughput execution orchestration for complex work.

How do I verify completion and track files touched when running parallel tasks?

Parallel task execution provides concise evidence-backed summaries reporting what ran, what changed, and lightweight completion verification status. These summaries track files touched and verification results without adding heavy proof loops or persistence overhead.

When should I avoid using parallel execution orchestration for multi-step work?

Parallel execution orchestration should be avoided when tasks require strict sequential processing, heavy persistence layers, or complex proof verification loops. It is designed for independent work recombination, not tightly coupled dependent workflows needing continuous state tracking.