batch

Installation
SKILL.md

Batch Parallel Changes

Orchestrate large-scale codebase changes: $ARGUMENTS

Process:

  1. Research the codebase to understand scope
  2. Decompose work into 5-30 independent units
  3. Present plan for approval
  4. Spawn one agent per unit in isolated git worktree
  5. Each agent: implements changes, runs tests, opens PR
  6. Aggregate results and report

Requirements:

  • Must be in a git repository
  • Each unit must be independent (no cross-dependencies)
  • Tests must exist or be created for verification
Installs
3
GitHub Stars
29
First Seen
Apr 12, 2026
batch — neuron-one/godmode