subagent-dispatch
Optimize task execution by intelligently dispatching work to parallel subagents with ready-to-paste prompts.
- Determine when a task needs parallel agents vs. sequential execution
- Generate self-contained prompts for subagents with zero context leakage
- Manage token budgets per agent to control execution costs
$53
· or 265 creditsSecure checkout via Stripe
Included in download
- Determine when a task needs parallel agents vs. sequential execution
- Generate self-contained prompts for subagents with zero context leakage
- Ready for Claude Code
- Includes example output and usage patterns
Sample input
I need to write unit tests for my core utilities in lib/auth.ts, lib/utils.ts, and lib/date.ts. Can you help me parallelize this?
Sample output
DISPATCH: SWARM-3 TOKEN BUDGET: ~5k per agent REASON: Unit tests for 3 utilities can run independently.
PASTE THIS: Template: "Write Jest tests for [FILE] covering all exported functions. Return only the test code." Dispatch 3 copies:
- lib/auth.ts
- lib/utils.ts
- lib/date.ts
subagent-dispatch
Optimize task execution by intelligently dispatching work to parallel subagents with ready-to-paste prompts.
$53
· or 265 creditsSecure checkout via Stripe
Included in download
- Determine when a task needs parallel agents vs. sequential execution
- Generate self-contained prompts for subagents with zero context leakage
- Ready for Claude Code
- Includes example output and usage patterns
- Instant install
Sample input
I need to write unit tests for my core utilities in lib/auth.ts, lib/utils.ts, and lib/date.ts. Can you help me parallelize this?
Sample output
DISPATCH: SWARM-3 TOKEN BUDGET: ~5k per agent REASON: Unit tests for 3 utilities can run independently.
PASTE THIS: Template: "Write Jest tests for [FILE] covering all exported functions. Return only the test code." Dispatch 3 copies:
- lib/auth.ts
- lib/utils.ts
- lib/date.ts
About This Skill
Efficiently Scale Your Agent Task Execution
The subagent-dispatch skill solves the "coordination overhead" problem often found in multi-agent workflows. Instead of manually deciding how to split a complex task or letting an LLM over-spawn unnecessary agents, this skill analyzes your task and determines the mathematically optimal execution strategy: SOLO, DUAL, or SWARM-N.
What it does
This skill acts as an intelligent router for your AI agent. It evaluates work based on dependency chains and output volume to provide a ready-to-run execution plan. It supports:
- SOLO: Sequential execution for tasks with high dependency.
- DUAL: Parallel execution for independent halves (e.g., Backend vs. Frontend).
- SWARM-N: Fan-out execution for repetitive tasks across multiple files or repositories (up to 7 agents).
Why use this skill?
Simply asking an AI to "do this in parallel" often results in context leakage or poorly defined sub-tasks. This skill generates self-contained, context-free prompts for every subagent, ensuring they have exactly what they need to succeed without parent-context "noise." It also enforces strict token budgets, preventing runaway costs while minimizing wall-clock time.
Output format
You receive a structured dispatch order including the reason for the split and a PASTE THIS block. You can copy-paste the resulting instruction directly into your Task tool or terminal to trigger the parallel work immediately.
Use Cases
- Determine when a task needs parallel agents vs. sequential execution
- Generate self-contained prompts for subagents with zero context leakage
- Manage token budgets per agent to control execution costs
- Scale repetitive audits or refactors across multiple files using Swarm logic
Known Limitations
- Max 7 parallel agents to prevent coordination overhead.
- No shared context between subagents.
- Aggregation must be done manually by the user.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/subagent-dispatch -o /tmp/subagent-dispatch.zip && unzip -o /tmp/subagent-dispatch.zip -d ~/.claude/skills && rm /tmp/subagent-dispatch.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
Claude Code, Cursor, Windsurf, and Task-tool enabled agents.