One-click install
npx skills add https://github.com/Cheggin/request-for-startups --skill ultrawork-cheggin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultrawork
Source: https://github.com/Cheggin/request-for-startups/tree/main/skills/ultrawork
Command: npx skills add https://github.com/Cheggin/request-for-startups --skill ultrawork-cheggin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Independent task workflows often waste time when tasks could be executed concurrently. Ultrawork provides a parallel execution engine that fires multiple agents simultaneously for independent tasks, reducing overall completion time.

Core Features & Use Cases

  • Parallel delegation: dispatch work to multiple agents at once to handle independent tasks.
  • Tier routing: route tasks to the appropriate model tier (haiku, sonnet, opus) based on cost and complexity.
  • Background execution: run long-running steps in the background while you continue other work.
  • Use Case: batch research, data gathering, validation, and reporting tasks that do not depend on each other.

Quick Start

Describe how to run three independent tasks in parallel using ultrawork.

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 tasks in parallel to reduce execution time?

To run independent tasks in parallel, you can use a parallel execution engine that dispatches work to multiple agents simultaneously. This approach reduces overall completion time by handling concurrent feature work or batch validations at once.

How does multi-agent orchestration route tasks to different model tiers?

Multi-agent orchestration routes tasks to appropriate model tiers, such as haiku, sonnet, or opus, based on cost and complexity. This tier routing ensures efficient resource allocation when dispatching parallel work across different agents.

Can I execute long-running operations in the background while continuing other work?

Yes, you can execute long-running operations in the background while continuing other work. Background execution allows long-running steps to run independently, enabling concurrent progress on multiple workflow tasks without blocking.

What is the best way to handle batch research and data gathering when tasks do not depend on each other?

The best way to handle independent batch research and data gathering is through parallel task dispatch. By firing multiple agents simultaneously for independent tasks, you gather data and validate results faster without waiting for sequential completion.

Does parallel task dispatch work for lightweight verification without data persistence?

Yes, parallel task dispatch works for lightweight verification when persistence is not involved. It fulfills requirements for concurrent validations and background chores by firing multiple agents simultaneously without needing persistent data storage.

When should I avoid using parallel task dispatch for my workflow?

You should avoid parallel task dispatch when tasks are dependent on each other or require persistent data storage. This approach is designed for independent tasks like batch validations and reporting where persistence is not involved.