Unified branch operations with git-workflow enforcement
/plugin marketplace add TaylorHuston/ai-toolkit/plugin install ai-toolkit@ai-workflow-marketplacecreate ISSUE-ID | merge [target] | delete branch-name | switch branch-name | status | "natural language"claude-sonnet-4-5# /branch Command **WHAT**: Unified branch operations (create, merge, delete, switch, status) with git-workflow enforcement. **WHY**: Ensure consistent branch naming, enforce quality gates on merge, prevent workflow violations. **HOW**: See git-workflow.md for branching rules, merge validation requirements, and naming patterns. **CRITICAL**: Always read `docs/development/workflows/git-workflow.md` FIRST for project-specific rules. ## Usage ## Operations ### Create 1. Read git-workflow.md for branching pattern and base branch 2. Parse issue ID → determine type (TASK → feature, BUG →...