Analyze Git changes and suggest appropriate branch names
/plugin marketplace add thkt/claude-config/plugin install complete-workflow-system@thkt-development-workflowsinherit# /branch - Git Branch Name Generator Analyze current Git changes and suggest appropriate branch names following conventional patterns. **Implementation**: This command delegates to the specialized `branch-generator` subagent for optimal performance and context efficiency. ## How It Works When invoked, this command: 1. Launches the `branch-generator` subagent via Task tool 2. Subagent analyzes git diff and status (no codebase context needed) 3. Generates conventional branch names 4. Returns multiple naming alternatives ## Usage ### Basic Usage Analyzes current changes and suggests...