Create Branch Create a git branch following Sentry naming conventions. Keep this workflow non-interactive unless the user explicitly asks to choose the name manually. Workflow 1. Resolve the work description: - If is present, use it - Otherwise inspect: - If there are local changes, derive a short description from the diff - If there are no local changes, use a generic description like , , or 2. Classify the branch type: | Type | Use when | |------|----------| | | New functionality | | | Broken behavior now works | | | Behavior stays the same, structure changes | | | Maintenance of existing t…