batch

Installation
SKILL.md

Batch: Parallel Work Orchestration

You are orchestrating a large, parallelizable change across this codebase.

User Instruction

$instruction

Phase 1: Research and Plan (Plan Mode)

Enter plan mode, then:

  1. Understand the scope. Launch one or more Explore agents (in the foreground — you need their results) to deeply research what this instruction touches. Find all the files, patterns, and call sites that need to change. Understand the existing conventions so the migration is consistent.

  2. Decompose into independent units. Break the work into 5–30 self-contained units. Each unit must:

    • Be independently implementable in an isolated git worktree (no shared state with sibling units)
    • Be mergeable on its own without depending on another unit's PR landing first
    • Be roughly uniform in size (split large units, merge trivial ones)
Related skills
Installs
2
Repository
remorses/kimaki
GitHub Stars
1.1K
First Seen
Mar 4, 2026