Skip to main content

Batch Orchestration

Skill Verified Active
Part of:Pro Workflow

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.

Purpose

To automate and manage large-scale code changes efficiently and safely by breaking them into parallel, independent units.

Features

  • Decompose large changes into independent units
  • Spawn parallel agents in isolated worktrees
  • Automate migrations, refactors, and codemods
  • Ensure safety via plan approval and testing
  • Collect results and open PRs for each unit

Use Cases

  • Use for migrations, refactors, codemods, and any change touching 10+ files with the same pattern.
  • Use when a consistent pattern needs to be applied across many files.
  • Use to automate repetitive code transformations safely and efficiently.

Non-Goals

  • Don't use for interdependent changes that cannot run in parallel.
  • Don't use for shared state modifications where multiple agents might conflict.
  • Don't use for architectural changes requiring holistic reasoning.
  • Don't use for database schema migrations that must be sequential.

Installation

First, add the marketplace

/plugin marketplace add rohitg00/pro-workflow
/plugin install pro-workflow@pro-workflow

Quality Score

Verified
98 /100
Analyzed about 19 hours ago

Trust Signals

Last commit2 days ago
Stars2.1k
Status
View Source

© 2025 SkillRepo · Find the right skill, skip the noise.