Create a new git branch with type/description format and checkout
/plugin marketplace add minukHwang/claude-plugins/plugin install git@minukHwang-plugins# Create Git Branch Create a new branch following the naming convention and automatically checkout. ## Branch Naming Convention **Standard format:** **With Jira integration:** **Team/Collaborative project:** ## Step 0: Handle Uncommitted Changes Check for uncommitted changes before branch operations: **If changes detected:** **Ask user (AskUserQuestion):** "📝 Uncommitted changes detected" | Option | Description | |--------|-------------| | Commit | Commit changes before switching → `/git:commit` | | Stash | Temporarily save changes → `git stash` | | Discard | Discard all cha...