Worker Dispatch
Overview
Spawns and manages worker Claude agents using the Task tool with run_in_background: true. Workers run as parallel background agents monitored via TaskOutput.
Core principle: Workers are isolated, scoped, and expendable. State lives in GitHub, not in workers.
Key optimization: Pre-extract issue context BEFORE spawning. Workers receive focused context, not raw issues.
Worktree Isolation (MANDATORY)
CRITICAL: Every worker MUST have its ow
[Description truncada. Veja o README completo no GitHub.]