Create a new Git Flow feature branch from develop with proper naming and tracking
/plugin marketplace add huangdijia/oh-my-claude-code-plugins/plugin install git@oh-my-claude-code-plugins<feature-name># Git Flow Feature Branch Create new feature branch: **$ARGUMENTS** ## Current Repository State - Current branch: !`git branch --show-current` - Git status: !`git status --porcelain` - Develop branch status: !`git log develop..origin/develop --oneline 2>/dev/null | head -5 || echo "No remote tracking for develop"` ## Task Create a Git Flow feature branch following these steps: ### 1. Pre-Flight Validation - **Check git repository**: Verify we're in a valid git repository - **Validate feature name**: Ensure `$ARGUMENTS` is provided and follows naming conventions: - ✅ Valid: `user-au...