dynamic-subagent-orchestration-module

Select orchestration topologies for supervised parallel or staged subagent execution.

43|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/curated-skills/LinguaClaw --skill dynamic-subagent-orchestration-module
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dynamic-subagent-orchestration-module
Source: https://github.com/curated-skills/LinguaClaw/tree/main/harnesses/modules/dynamic-subagent-orchestration
Command: npx skills add https://github.com/curated-skills/LinguaClaw --skill dynamic-subagent-orchestration-module

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of deciding when and how to delegate parts of a task to subagents, selecting an orchestration topology that improves outcomes, and supervising parallel or staged execution without wasting coordination effort.

Core Features & Use Cases

  • Dynamic decomposition decisions: Determines whether extra children beyond a mandatory task-owning child are warranted based on task shape and coordination tradeoffs.
  • Topology selection & supervision: Classifies task patterns (e.g., generator→selector, solver→verifier, map→reduce) and selects a fitting subagent orchestration graph.
  • Clear contracts & integration rules: Enforces distinct responsibilities, non-overlapping success conditions, staged barriers, and parent narration boundaries so children own substantive workspace actions.
  • Adaptation to new evidence: Re-plans the topology when new evidence suggests the current split is wasteful or missing necessary roles.
  • Use Case: When building a complex research-to-delivery workflow, it helps a runtime launch specialists (e.g., evidence collectors and verifiers), run independent branches in parallel, and then integrate bounded returns into a single coherent final result.

Quick Start

Load this module when your agent runtime needs to decide on additional subagents and an orchestration plan during an ongoing task, and then use its policy to guide how child stages are launched, waited on, and integrated.

Frequently Asked Questions about dynamic-subagent-orchestration-module

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

FAQPage Schema
How do I decide when to use subagent delegation for complex workflows?

Subagent delegation is warranted when a task shape involves independent candidates, verification, or evidence synthesis, and the coordination tradeoffs justify launching extra children beyond a mandatory task-owning child for supervised parallel or staged execution.

What is multi-agent topology selection and how does it work?

Multi-agent topology selection classifies task patterns like generator→selector or map→reduce to choose a fitting subagent orchestration graph, ensuring distinct child contracts, non-overlapping success conditions, and staged barriers for faithful parent narration boundaries.

How do I orchestrate parallel execution for agent-based research workflows?

You orchestrate parallel execution by launching specialist branches like evidence collectors and verifiers, running independent candidates concurrently, and integrating bounded returns into a single coherent final result using manager-driven adaptive workers.

Can I re-plan agent orchestration topology when new evidence is observed?

Yes, topology re-planning occurs when newly observed evidence suggests the current task split is wasteful or missing necessary roles, allowing the runtime to adaptively adjust subagent delegation and orchestration graphs during ongoing execution.

What are the limitations of dynamic task decomposition in multi-agent supervision?

Dynamic task decomposition requires clear contracts and non-overlapping success conditions; without staged barriers and faithful parent narration boundaries, coordination effort may be wasted, and child agents might overlap responsibilities or fail to own substantive workspace actions.