parallel-orchestrator

Coordinate parallel agent workflows with HtmlGraph's ParallelWorkflow and Task tool.

3|3|Updated Dec 16, 2025
One-click install
npx skills add https://github.com/Shakes-tzd/htmlgraph --skill parallel-orchestrator-shakes-tzd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-orchestrator
Source: https://github.com/Shakes-tzd/htmlgraph/tree/main/.claude/skills/.archived/parallel-orchestrator
Command: npx skills add https://github.com/Shakes-tzd/htmlgraph --skill parallel-orchestrator-shakes-tzd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates parallel agent workflows using HtmlGraph's ParallelWorkflow. It enables planning and coordinating multiple agents to work concurrently, improving throughput and coordination in complex tasks.

Core Features & Use Cases

  • 6-Phase Parallel Workflow: Analyze, Prepare, Dispatch, Monitor, Aggregate, Validate.
  • Phase-driven orchestration: automatic planning, task dispatch via Task tool, health monitoring, and result aggregation.
  • Use Case: Orchestrating 2+ agents on a multi-step feature implementation to speed delivery while maintaining alignment.

Quick Start

Use the orchestrator to plan and dispatch parallel tasks for a feature rollout, then aggregate results and validate execution. Start by initializing the SDK with an orchestrator agent, plan parallel work, dispatch Task-based prompts in a single message, and finally aggregate and validate results.

Frequently Asked Questions about parallel-orchestrator

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

FAQPage Schema
How do I orchestrate parallel multi-agent workflows for concurrent task execution?

To orchestrate parallel multi-agent workflows, you use a 6-phase process: analyze requirements, prepare, dispatch tasks via the Task tool, monitor sub-agents, aggregate results, and validate execution to maximize throughput.

What is the best way to coordinate 2+ agents on a multi-step feature implementation?

The best way to coordinate multiple agents on a feature implementation is using a phase-driven parallel workflow that automatically plans task dispatch, monitors agent health, and aggregates results to maintain alignment.

How does the Task tool work for spawning sub-agents in a parallel workflow?

The Task tool spawns sub-agents by dispatching Task-based prompts in a single message during the dispatch phase, allowing multiple independent features to be developed concurrently before results are aggregated and validated.

When do I need a parallel orchestration workflow for my software engineering tasks?

You need a parallel orchestration workflow when planning multi-agent scenarios or coordinating independent features, enabling concurrent execution to speed delivery while maintaining alignment across complex tasks.

Does HtmlGraph ParallelWorkflow support pre-flight analysis and result validation?

Yes, HtmlGraph ParallelWorkflow supports pre-flight analysis and result validation through its 6-phase execution cycle, which explicitly includes dedicated analysis, aggregation, and validation steps.

What are the limitations of using multi-agent coordination for independent features?

Multi-agent coordination requires tasks to be independent for parallel dispatch; tightly coupled features may face alignment issues during aggregation, making sequential execution more suitable for dependent workflows.