batch
SolidOrchestrate a large, parallelizable change across the codebase by decomposing it into independent units and spawning parallel worker agents in isolated worktrees.
AI & Automation 41,770 stars
6909 forks Updated today CC0-1.0
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Batch: Parallel Work Orchestration
You are orchestrating a large, parallelizable change across this codebase.
## User Instruction
$ARGUMENTS
## Phase 1: Research and Plan (Plan Mode)
Call the `EnterPlanMode` tool now to enter plan mode, then:
1. **Understand the scope.** Launch one or more subagents (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)
Scale the count to the actual work: few files → closer to 5; hundreds of files → closer to 30. Prefer per-directory or per-module slicing over arbitrary file lists.
3. **Determine the e2e test recipe.** Figure out how a worker can verify its change actually works end-to-end — not just that unit tests pass. Look for:
- A `claude-in-chrome` skill or browser-automation tool (for UI changes: click through the affected flow, screenshot the result)
- A `tmux` or CLI-verifier skill (for CLI changes: launch the app interactively, exercise the changed behavior)
- A dev-server + curl pattern...
Details
- Author
- asgeirtj
- Repository
- asgeirtj/system_prompts_leaks
- Created
- 1 years ago
- Last Updated
- today
- Language
- JavaScript
- License
- CC0-1.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
batch-orchestration
Decompose large-scale changes into independent units and spawn parallel agents in isolated worktrees. Use for migrations, refactors, codemods, and any change touching 10+ files with the same pattern.
2,296 Updated 3 days ago
rohitg00 Code & Development Listed
implement
Decompose a large task into independent units and implement them in parallel with sub-agents in worktrees
0 Updated 3 days ago
moiri-gamboni Code & Development Featured
orchestrate-batch-refactor
Plan and execute large refactors with dependency-aware work packets and parallel analysis.
40,440 Updated today
sickn33