Split a minor change from the current work into a separate worktree and open a PR without interrupting your flow. Use when an unrelated small fix (typo, lint rule, config tweak) is sitting in a feature branch and the user wants it shipped on its own — \"quick PR\", \"split this out\", \"ship this se
Split a minor change from the current work into a separate worktree and open a PR without interrupting your flow. Use when an unrelated small fix (typo, lint rule, config tweak) is sitting in a feature branch and the user wants it shipped on its own — \"quick PR\", \"split this out\", \"ship this separately\". Requires Claude Code (uses EnterWorktree, ExitWorktree, AskUserQuestion).