What problem does it solve? Large piles of work on a single branch are hard to review and risky to merge. This Skill turns one set of changes into several small, reviewer-aligned pull requests without losing any work. ## Core Features & Use Cases - Safe snapshots: Saves a recoverable backup ref via git stash create before moving any work, so nothing is lost. - Ownership-aware slicing: Reads CODEOWNERS and ownership files to propose PR boundaries that match natural reviewer assignments. - Approval-gated execution: Proposes a split plan (with Mermaid diagrams for multiple slices) and waits for explicit approval before branching, committing, or opening PRs. - Use Case: You have a week of mixed changes on main spanning three teams. The Skill proposes three independent PRs aligned to each team's ownership, snapshots your work, and opens the PRs after you approve. ## Quick Start Ask the assistant to split the current branch's changes into small reviewable PRs and wait for the proposed plan before approving.