[DEPRECATED] Create, delete, and manage Git branches - Use /repo:branch-create, /repo:branch-delete, or /repo:branch-list instead
/plugin marketplace add fractary/claude-plugins/plugin install fractary-repo@fractarycreate <work_id> <description> [--base <branch>] [--prefix <prefix>] | delete <branch_name> [--location <where>] [--force] | list [--stale] [--merged] [--days <n>] [--pattern <pattern>]claude-haiku-4-5<DEPRECATION_NOTICE> ⚠️ **THIS COMMAND IS DEPRECATED** This multi-function command has been split into focused single-purpose commands for better usability: - `/repo:branch-create` - Create a new Git branch - `/repo:branch-delete` - Delete a Git branch - `/repo:branch-list` - List branches with filtering **Why this change?** - Simpler command structure (no subcommands) - Shorter argument hints that fit on screen - Better discoverability through tab completion - Consistent with Unix philosophy: do one thing well **Migration:** - `frac tary-repo:branch create 123 "desc"` → `/repo:branch-c...