dispatch-agents

Dispatch parallel subagents for 2-5 independent tasks and verify merged outputs.

25|2|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/yimwoo/hotl-plugin --skill dispatch-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatch-agents
Source: https://github.com/yimwoo/hotl-plugin/tree/main/skills/dispatch-agents
Command: npx skills add https://github.com/yimwoo/hotl-plugin --skill dispatch-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate multiple independent tasks by dispatching parallel subagents, enabling faster completion when tasks have no shared state.

Core Features & Use Cases

  • Dispatches 2-5 independent tasks in parallel to maximize throughput with minimal coordination.
  • Validates independence, aggregates results, and runs a final verification pass before merge.
  • Use case: parallel bug fixes, research tasks, or design explorations that do not touch the same files.

Quick Start

Dispatch parallel subagents for independent tasks.

Frequently Asked Questions about dispatch-agents

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

FAQPage Schema
How do I run parallel tasks with multiple agents simultaneously?

To run parallel tasks, dispatch independent subagents concurrently to work on 2-5 separate tasks without shared files. This orchestration approach validates task independence, dispatches agents simultaneously, collects results, and verifies merged outputs.

What is the best way to orchestrate independent workflows for parallel bug fixes?

The best way to orchestrate independent workflows is dispatching parallel subagents for tasks that do not touch the same files. It validates independence, dispatches 2-5 concurrent tasks, aggregates results, and runs a final verification pass before merging.

Can I use parallel subagents for sequential tasks that share files?

No, parallel subagents are only applicable for independent tasks with no sequential dependencies or shared files. Dispatching agents for tasks with shared state causes coordination conflicts and invalidates the concurrent execution model.

How many parallel tasks can I dispatch simultaneously?

You can dispatch 2-5 independent tasks in parallel simultaneously. This range maximizes throughput with minimal coordination while ensuring the subagents can complete their work without overlapping dependencies.

Does dispatching parallel subagents verify merged outputs?

Yes, dispatching parallel subagents includes a final review to verify merged outputs. After collecting results from all concurrently dispatched agents, the orchestration runs a verification pass to ensure the aggregated output is correct.

When do I need parallel orchestration for task management?

You need parallel orchestration when you have 2-5 independent tasks sharing no files, such as parallel research, code patches, or design explorations. It enables faster completion by dispatching subagents to work simultaneously.