One-click install
npx skills add https://github.com/freedomw1987/tree_monstor --skill ultrawork-freedomw1987
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultrawork
Source: https://github.com/freedomw1987/tree_monstor/tree/main/skills/autonomous-ai-agents/ultrawork
Command: npx skills add https://github.com/freedomw1987/tree_monstor --skill ultrawork-freedomw1987

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the bottleneck of sequential subagent execution for complex, multi-phase software development tasks that require parallel coordination, reducing completion time for large-scale work like full code reviews or cross-team feature development.

Core Features & Use Cases

  • Harness Mode Orchestration: Uses Claude Code's Workflow tools (parallel, pipeline, phase) to coordinate multiple subagents for concurrent task execution.
  • Proven Workflow Patterns: Includes built-in support for fan-out/fan-in, adversarial verification, budget-aware dynamic parallelism, and worktree isolation for safe concurrent file modifications.
  • Use Case: For example, run a full PR review that scans for bugs, performance issues, security flaws, and architecture inconsistencies in parallel, then verifies and synthesizes all results into a single actionable report.

Quick Start

Use the ultrawork skill to orchestrate parallel subagents to complete a full end-to-end code review of the current pull request, including bug scanning, performance checks, and security validation.

Frequently Asked Questions about ultrawork

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

FAQPage Schema
How do I run a full code review with parallel agents instead of sequential execution?

Parallel code review uses fan-out orchestration to concurrently scan for bugs, performance issues, and security flaws across subagents, then fans-in results to synthesize a single actionable report.

What is multi-agent coordination for large-scale software development tasks?

Multi-agent coordination schedules concurrent subagent execution using workflow primitives like pipelines and barriers to enable budget-aware dynamic parallelism for multi-phase software development.

How do I execute concurrent cross-team feature development safely?

Execute concurrent cross-team feature development safely by applying worktree isolation, which prevents concurrent file modification conflicts when multiple subagents modify code simultaneously.

Can I use Claude Code workflow primitives to orchestrate dynamic parallelism?

Yes, Claude Code workflow primitives like parallel, pipeline, phase, and barrier orchestrate budget-aware dynamic parallelism to coordinate multiple subagents concurrently.

Does parallel subagent execution support adversarial verification for code analysis?

Parallel subagent execution supports adversarial verification, allowing subagents to validate and challenge each other's outputs to ensure accuracy in multi-dimensional code analysis.

Why does sequential subagent execution bottleneck large-scale workflows?

Sequential subagent execution bottlenecks large-scale workflows because tasks wait in line, whereas parallel orchestration fans-out work concurrently to reduce overall completion time.