squad-batch-run
Installation
SKILL.md
Squad Batch Run
Safety principles: read
../squad/principles.md— mandatory, not optional.
Execute several squad tasks as one orchestrated batch using Rolling Wave Planning by default.
Default loop per task:
refine(N) → implement(N) → verify(N) → refine(N+1) → implement(N+1) → ...
This skill is an orchestrator, not a shortcut. Every implement step hands off to squad-run. Every refine step hands off to squad-refine.
Codex Invocation Rule
When running inside Codex, if a dedicated Skill tool is not available, invoke the inner runners by issuing slash command text directly:
$squad-run <ID>/$squad-run <ID> --auto$squad-refine <ID>