multitask
Installation
SKILL.md
Multitask
- Read each ticket and the code it likely touches. Tickets that overlap in files or behavior go in one ordered group; the rest get separate workers.
- Give each worker its own worktree, branch, and full session. If parallel workers aren't available, run groups sequentially and say so.
- Start each worker with a complete prompt: ticket, repo path, branch rule, acceptance criteria, checks, review rule, PR rules, report format. The worker owns the full loop from implement through PR, ticket update, and proof.
- Watch the workers. If one fails or invalidates an assumption another needs, stop the affected workers and report why. Report failures, never silently retry.
- Report every ticket: branch, PR URL, status, blockers, proof. Clean up worktrees whose PRs are open.
Rules
- A worker is a Codex thread or a Claude Code subagent, one per ticket, each in its own worktree.
- Worker reports are short: branch, PR URL, status, proof. Nothing else returns to the coordinator.
- Cap parallel workers around five.
- One ticket, one branch, one PR. Never merge, rebase, or cherry-pick between workers.
- The coordinator never edits code. Fixes happen inside the worker.
- A failed worker is reported, not folded into another worker's task.