What problem does it solve?
Slices a large working branch into a chain of smaller, reviewable PRs. Detects adopter-defined migration-class files (forces a migration PR first), builds a dependency graph, writes an overview.md and per-PR spec folder under .tmp/pr-slicer, then dispatches pr-slicer-executor sub-agents (optionally in git worktrees) to build each PR. Main session keeps the remote side — push, gh pr create, rebase cascade. Use when asked to "slice this PR", "pr-slicer", "break this branch into PRs", "chop this up into smaller PRs".
Core Features & Use Cases
- Slices large feature branches into a sequence of smaller PRs to simplify review and integration.
- Detects migration-class files, builds dependency graphs, and generates a structured plan under .tmp/pr-slicer.
- Dispatches executor sub-agents to assemble and validate each PR while managing base branches and remote operations.
Quick Start
Run the pr-slicer workflow on your current branch to generate a plan, slice the work into PRs, and dispatch executors for review.