# Batch

> Break a large, parallelizable goal into bounded work units, coordinate existing agent/worktree machinery, integrate, and verify. Explicit-only.

- Skill: `hmbown/batch` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hmbown/batch`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hmbown/batch/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Hmbown (https://skillmd.com/u/hmbown)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/hmbown/batch

---


# 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
1. Partition into bounded units.
2. Run units with existing agent/worktree tools.
3. Integrate results and verify.

