ultrawork

Coordinate parallel execution of independent coding and analysis tasks with acceptance criteria.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/hotaq/Sprite_harmess --skill ultrawork-hotaq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultrawork
Source: https://github.com/hotaq/Sprite_harmess/tree/main/.codex/skills/ultrawork
Command: npx skills add https://github.com/hotaq/Sprite_harmess --skill ultrawork-hotaq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ultrawork helps you complete independent tasks faster by coordinating parallel execution with clear context, disciplined delegation, and lightweight verification.

Core Features & Use Cases

  • Parallel execution: Split independent work into concurrent lanes to reduce idle time.
  • Execution discipline: Define acceptance criteria before starting so each lane has a clear finish line.
  • Evidence-driven wrap-up: Use quick checks, tests, or repo reads to confirm progress before closing.
  • Use case: Run implementation in one lane while another lane gathers docs, test coverage, or regression evidence.

Quick Start

Use the ultrawork skill to break the task into independent lanes, define success criteria, and execute with lightweight evidence.

Frequently Asked Questions about ultrawork

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

FAQPage Schema
How do I run parallel task execution for independent coding work?

Parallel task execution for independent coding work is managed by splitting independent tasks into concurrent lanes. This reduces idle time by requiring explicit acceptance criteria and lightweight evidence to maintain execution discipline across each lane.

What is the best way to delegate tasks for concurrent regression checks?

The best way to delegate tasks for concurrent regression checks is to establish safe stop conditions and deliberate delegation. Gathering lightweight evidence like quick tests confirms progress before closing each parallel lane reliably.

Can I use parallel execution for repository analysis and test coverage?

Yes, you can use parallel execution for repository analysis and test coverage. You can run implementation in one lane while another lane concurrently gathers docs, test coverage, or regression evidence to speed up bounded work.

Why do I need acceptance criteria before starting parallel execution?

You need acceptance criteria before starting parallel execution to give each concurrent lane a clear finish line. Execution discipline ensures independent tasks complete reliably without losing context or gathering insufficient evidence.

When should I not use concurrent lanes for task planning?

You should not use concurrent lanes for task planning when work lacks independence or cannot be bounded. Without explicit acceptance criteria and safe stop conditions, parallel execution risks losing execution discipline and verification accuracy.