delegate

Fan out independent extraction and analysis subtasks over bounded documents to a delegate worker for parallel execution.

Updated Jul 12, 2026
One-click install
npx skills add https://github.com/sumitake/agent-collab --skill delegate-sumitake
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: delegate
Source: https://github.com/sumitake/agent-collab/tree/main/plugins/agent-collab/skills/delegate
Command: npx skills add https://github.com/sumitake/agent-collab --skill delegate-sumitake

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Processing many independent documents or repository questions serially wastes time when the work could be split between the active primary and a delegate worker. This Skill coordinates that split so both sides work in parallel with clear attribution of who produced what. ## Core Features & Use Cases - Parallel fan-out: Split a supplied corpus of documents or a sealed repository into independent work units, dispatching one portion to an eligible delegate worker while the active primary processes the rest simultaneously. - Bounded source binding: Each work unit carries its own bounded UTF-8 documents or a canonical repository root with an exact expected head, so the delegate never browses for missing sources. - Attributed synthesis: Merge both halves into one response with explicit annotation of which items came from the delegate, preserving the user's per-model calibration and audit trail. - Use Case: Given six competitor reports, send three to the delegate for product, audience, and price extraction while the active primary handles the other three, then merge the tables with per-item attribution. ## Quick Start Ask the assistant to delegate half of your supplied documents to the reviewer for parallel extraction and merge the results with attribution.

Frequently Asked Questions about delegate

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

FAQPage Schema
How do I delegate document analysis to a reviewer in parallel?▼

Split your supplied documents into two roughly even portions, dispatch one portion as a bounded work unit through the plugin's coordinator, and process the other portion yourself at the same time. Merge the results and annotate which items came from the delegate.

What kinds of tasks can be fanned out with task delegation?▼

Independent per-item work such as extracting fields from competitor reports, filings, transcripts, papers, or regulatory excerpts, plus bounded repository inventory questions. Subtasks must not depend on each other's outputs.

Can I delegate a topic or list of links without document contents?▼

No. The delegate does not browse or discover sources, so each work unit must carry bounded document contents or a sealed repository root with an exact expected head. Obtain the source material first or report the gap before dispatch.

When should I not use parallel delegation?▼

Skip it for sequentially dependent subtasks, lists of only one or two items, or jobs the primary's native parallel-subagent tool handles with no added coverage or latency benefit. The coordination overhead is unjustified in those cases.

Does delegation provide independent review or a different model family?▼

No. Delegation produces advisory output only and does not establish a different model family or governance evidence. Same-family or unknown-lineage contributions must be labeled advisory without dual-family claims.