Al Dispatch — Productivity skill for Claude Code
Decompose a task into parallel subagent workstreams and return one graded, aggregated report.
How to install Al Dispatch
Installs to ~/.claude/skills/al-af-al-skills-al-dispatch/SKILL.md
mkdir -p ~/.claude/skills/al-af-al-skills-al-dispatch && curl -fsSL https://raw.githubusercontent.com/al-af/al-skills/HEAD/commands/al-dispatch.md -o ~/.claude/skills/al-af-al-skills-al-dispatch/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Al Dispatch does
description: Decompose a task into parallel subagent workstreams and return one graded, aggregated report
Decompose the task into independent workstreams (list files each will write, no two parallel workstreams may own the same file), launch them in parallel via the Agent tool with fully self-contained prompts (task, context, output contract) — self-contained means zero ramp-up cost, the fix for the onboarding tax Brooks's Law describes — then grade each result A–F and merge into one co
Alternatives in Productivity
- Epic Decompose — Break an epic into task children without creating task branches 243.5k ★
- Swarm Worker — You are a swarm worker agent for the {{tentacleName}} tentacle 1.4k ★
- Download Report — You are a financial report download assistant 340 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Spike
De-risk an open technical decision with a time-boxed spike — frame the question, prototype several approaches
Bullpen
Dispatch a task to your bullpen team. Sam (the orchestrator) picks one specialist or composes a parallel team
Parallel Dispatcher
Dispatch multiple task-workers in parallel based on DAG dependencies.
Orchcheck
the user said "orchcheck" (or invoked /orchcheck). He wants you to PAUSE and decide how to structure a piece o
Assess Task
Profile a coding task along stable dimensions — complexity, creativity, scope, autonomy, speed/cost sensitivit
Dd Catalog
Search the canonical atomic task catalog by keyword, role prefix or deliverable and return matching task IDs w
Related Agents
Timps Batch
Intelligently decompose a bulk task into parallel sub-tasks, execute them concurrently, and return a single ag
Coordination Momentum
Maintain awareness of all active workstreams, prevent conflicts between parallel tasks, and ensure unblocked w
Implement Worker
Execute a single plan task in an isolated worktree — implement, verify, and return. Spawned by implement-coord