worker-dispatch
Installation
SKILL.md
Worker Dispatch
Overview
Spawns and manages worker Codex processes in isolated git worktrees. Workers are disposable - if they fail, spawn another.
Core principle: Workers are isolated, scoped, and expendable. State lives in GitHub, not in workers.
Announce at start: "I'm using worker-dispatch to spawn a worker for issue #[N]."
State Management
CRITICAL: Worker state is stored in GitHub. NO local state files for tracking.