跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

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.

目的

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

功能

  • 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 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.

非目标

  • 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.

安装

请先添加 Marketplace

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

质量评分

已验证
98 /100
1 day ago 分析

信任信号

最近提交3 days ago
星标2.1k
状态
查看源代码