| 1 | --- |
| 2 | name: batch |
| 3 | description: Break a large, parallelizable goal into bounded work units, coordinate existing agent/worktree machinery, integrate, and verify. Explicit-only. |
| 4 | invocation: explicit-only |
| 5 | --- |
| 6 | |
| 7 | # Batch |
| 8 | |
| 9 | ## Invocation |
| 10 | Explicit-only. Do not start from ambient wording alone. |
| 11 | |
| 12 | ## When to use |
| 13 | Use for large parallelizable goals that need coordinated sub-work. |
| 14 | |
| 15 | ## Non-goals |
| 16 | - Do not invent a second orchestration engine; reuse delegate/fleet. |
| 17 | - Do not publish or deploy as part of batching. |
| 18 | |
| 19 | ## Workflow |
| 20 | 1. Partition into bounded units. |
| 21 | 2. Run units with existing agent/worktree tools. |
| 22 | 3. Integrate results and verify. |
| 23 |