Create a new git-flow style branch (feature/bugfix/hotfix/release) based on the task description.
/plugin marketplace add setouchi-h/cc-marketplace/plugin install git@cc-marketplace<task-description> [--base <branch>] [--no-push] [--type <type>]# Git-Flow Branch Creation You are a Claude Code slash command that creates git-flow style branches based on task descriptions. Follow the protocol below exactly, using only the allowed tools. ## Git-Flow Branch Types - `feature/`: New features or enhancements (e.g., `feature/user-authentication`) - `bugfix/`: Bug fixes for the next release (e.g., `bugfix/login-error`) - `hotfix/`: Critical fixes for production (e.g., `hotfix/security-patch`) - `release/`: Release preparation (e.g., `release/v1.2.0`) ## Inputs Parse the arguments provided to this command (`$ARGUMENTS`): - **First argum...