orchestration

Coordinate multi-agent workflows by decomposing tasks into parallel subtasks with cc-mirror dependencies.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/quanhavn/workflow-skills --skill orchestration-quanhavn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestration
Source: https://github.com/quanhavn/workflow-skills/tree/main/orchestration
Command: npx skills add https://github.com/quanhavn/workflow-skills --skill orchestration-quanhavn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill coordinates multi-agent workflows by decomposing complex tasks into parallel subtasks and tracking dependencies with cc-mirror tasks.

Core Features & Use Cases

  • Parallel task orchestration: Decompose big work into concurrent subtasks with persistent dependencies.
  • Real-time visibility: Use TodoWrite for live session progress and status updates.
  • Domain-guided execution: Read domain references (guides and patterns) to structure work and synthesis.
  • Flexible tooling: Leverages cc-mirror, TodoWrite, and worker agents to scale up or down.

Quick Start

  • Provide a user request and allow the orchestrator to decompose it into tasks, establish dependencies, spawn workers, and synthesize results.

Frequently Asked Questions about orchestration

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

FAQPage Schema
How do I coordinate parallel AI workflows with real-time visibility?

You can coordinate parallel AI workflows by decomposing complex tasks into concurrent subtasks, tracking dependencies with cc-mirror, and monitoring live session progress via TodoWrite. This approach turns ambitious goals into actionable, observable outcomes with minimal friction.

What is the best way to decompose complex tasks into parallel subtasks?

Decomposing complex tasks into parallel subtasks is best handled by an orchestrator that establishes persistent dependencies and spawns worker agents. It uses a two-layer task management model to scale orchestration across workers and synthesize their results.

How does cc-mirror track dependencies in multi-agent orchestration?

cc-mirror tracks dependencies in multi-agent orchestration by maintaining persistent task states across concurrent worker agents. This two-layer task management model ensures that complex workflows scale correctly while preserving the execution order of dependent subtasks.

Can I use TodoWrite for live session progress updates in parallel task management?

Yes, you can use TodoWrite for live session progress updates in parallel task management. It provides real-time visibility into worker status and task completion, allowing you to observe multi-agent workflows as they synthesize actionable outcomes.

Do I need domain references to structure multi-agent workflow execution?

You need domain references to structure multi-agent workflow execution because they provide the necessary guides and patterns for domain-guided execution. Reading these references ensures that spawned workers correctly synthesize results according to established structural patterns.

When should I not use a multi-agent orchestrator for task management?

You should not use a multi-agent orchestrator for task management if your work cannot be decomposed into concurrent subtasks with persistent dependencies. It is designed for scaling parallel workflows and synthesizing results, making it unsuitable for strictly sequential or non-dependent tasks.