al-af

Al Dispatch — Productivity skill for Claude Code

Productivity community

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

Terminal
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 Repository