max-parallel

Decompose large tasks into dependent parallel waves using subagents.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ahostbr/dotcodex --skill max-parallel
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: max-parallel
Source: https://github.com/ahostbr/dotcodex/tree/main/skills/max-parallel
Command: npx skills add https://github.com/ahostbr/dotcodex --skill max-parallel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decomposes large tasks into dependent parallel waves using subagents, enabling scalable, faster execution of complex workflows.

Core Features & Use Cases

  • Wave-based decomposition: partition work into sequentially dependent parallel waves that can run concurrently.
  • Agent orchestration: spawn and manage subagents for each wave with synchronization and handoffs.
  • Synthesis and validation: merge results across waves and verify completeness to ensure task success.

Quick Start

Use the max-parallel workflow to decompose a task into parallel waves and spawn subagents for execution.

Frequently Asked Questions about max-parallel

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

FAQPage Schema
How do I decompose large tasks into dependent parallel waves using subagents?▼

Large tasks are decomposed into sequentially dependent parallel waves using subagents for concurrent execution. The workflow manages wave-by-wave progress and includes a final synthesis pass to merge results and verify completeness.

What is wave-based decomposition in agent orchestration?▼

Wave-based decomposition partitions work into sequentially dependent parallel waves that run concurrently. Subagents are spawned and managed for each wave with synchronization and handoffs, enabling scalable execution of complex software-engineering workflows.

Can I use recursive task decomposition for multi-wave coordination in software engineering?▼

Recursive task decomposition applies to software-engineering workflows requiring multi-wave coordination and agent spawning across sequential dependencies. It orchestrates dependent parallel waves using subagents to achieve scalable execution of complex tasks.

Does parallel task execution with subagents include result synthesis and validation?▼

Parallel task execution with subagents includes a final synthesis pass to merge results across waves and verify completeness. This ensures task success by validating that all decomposed components are integrated and complete.

What's the best way to orchestrate multi-wave parallel task execution?▼

Multi-wave parallel task execution is orchestrated by decomposing tasks into dependent waves and spawning subagents. The workflow enforces wave-by-wave progress and culminates in a synthesis pass to merge and verify results.

When should I avoid using wave-by-wave progress for parallel workflow management?▼

Wave-by-wave progress for parallel workflow management should be avoided for simple tasks lacking sequential dependencies. The overhead of spawning subagents and enforcing wave synchronization is designed for complex, large-scale recursive decomposition workflows.