orchestrator-workers

Decompose dynamic AI tasks into worker jobs with iterative replanning.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/dev-khoi/conHack-2026 --skill orchestrator-workers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator-workers
Source: https://github.com/dev-khoi/conHack-2026/tree/main/.opencode/skills/orchestrator-workers
Command: npx skills add https://github.com/dev-khoi/conHack-2026 --skill orchestrator-workers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

In complex AI workflows, dynamic task decomposition is needed when task shapes are not known upfront; this Skill provides a central orchestrator to plan work, assign specialized worker jobs, and synthesize the final results.

Core Features & Use Cases

  • Central planning: a single orchestrator decomposes tasks and schedules worker jobs.
  • Flexible worker types: supports research, code, retrieval, critique, and more by routing outputs to appropriate workers.
  • Iterative replanning: orchestrator reviews outputs, fills gaps, and issues new tasks until completion.
  • Synthesis with traceability: combines worker results into a coherent final answer with an auditable plan.
  • Use Case: apply to complex, multi-step AI projects where subtask boundaries emerge during execution.

Quick Start

Provide a complex objective to the orchestrator so it plans tasks, assigns worker jobs, executes them, and synthesizes the final result.

Frequently Asked Questions about orchestrator-workers

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

FAQPage Schema
How do I decompose AI workflows when the task graph is not known upfront?

Dynamic task decomposition requires a central orchestrator to plan work, assign specialized worker jobs, and synthesize final results. This approach applies to complex, multi-step AI projects where subtask boundaries emerge during execution and require iterative replanning.

What is an orchestrator-workers pattern for dynamic task planning?

The orchestrator-workers pattern uses a central orchestrator to decompose tasks and schedule worker jobs. It supports flexible worker types like research, code, retrieval, and critique by routing outputs to appropriate workers, then synthesizing worker results into a coherent final answer.

How do I execute iterative replanning in multi-step AI automation?

Iterative replanning in AI automation involves a central orchestrator that reviews worker outputs, fills gaps, and issues new tasks until completion. This ensures dynamic assembly handles shifting requirements by continuously refining the execution plan during the workflow.

Can I use specialized worker roles for research and code generation in one workflow?

Yes, specialized worker roles for research, code, retrieval, and critique can be used within a single workflow. The orchestrator routes specific objectives to appropriate workers and combines their distinct outputs into a traceable, synthesized final result.

When should I not use a central orchestrator for AI task decomposition?

You should avoid a central orchestrator for AI task decomposition when subtask boundaries are fully known upfront or when a project is simple enough that static planning suffices. This dynamic assembly approach is designed for complex, unpredictable multi-step tasks.