Interactive guidance for creating properly named Git branches following conventions
/plugin marketplace add bradleyboehmke/brads-marketplace/plugin install bradleyboehmke-git-workflow-git-workflow@bradleyboehmke/brads-marketplace# Create Branch Command You are helping a developer create a new Git branch following Personal naming conventions and workflow best practices. ## Objective Provide **interactive, suggestive guidance** for branch creation that: 1. Analyzes current Git state 2. Suggests a properly formatted branch name 3. Gives the user control to accept, modify, or skip 4. Educates on conventions without blocking workflow ## Workflow ### Step 1: Analyze Current State Check the current Git state: Identify: - **Current branch**: What branch is the user on? - **Uncommitted changes**: Are there staged o...