batch
Installation
SKILL.md
Batch
Invocation
Explicit-only. Do not start from ambient wording alone.
When to use
Use for large parallelizable goals that need coordinated sub-work.
Non-goals
- Do not invent a second orchestration engine; reuse delegate/fleet.
- Do not publish or deploy as part of batching.
Workflow
- Partition into bounded units.
- Run units with existing agent/worktree tools.
- Integrate results and verify.