squad-batch-run

Installation
SKILL.md

Squad Batch Run

Safety principles: read ../squad/principles.mdmandatory, 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>
Installs
5
First Seen
Jun 1, 2026
squad-batch-run — steloit/squad-skills