What problem does it solve? Manually naming and numbering feature branches in spec-driven development is inconsistent and error-prone. This Skill automates branch creation with deterministic sequential or timestamp-based numbering so every feature branch follows the project convention. ## Core Features & Use Cases - Automated Branch Numbering: Determines the next sequential number or timestamp prefix automatically via the spec-kit create-new-feature script. - Configurable Numbering Mode: Reads branch_numbering from .specify/extensions/git/git-config.yml or .specify/init-options.json, defaulting to sequential. - Short Name Generation: Derives a concise 2-4 word action-noun branch slug from the feature description while preserving technical terms like OAuth2 or JWT. - Use Case: When starting a new specification such as "add user authentication", invoke this Skill to create and switch to a branch like 003-add-user-auth, then let /speckit.specify create the spec files. ## Quick Start Ask the AI to create a new feature branch for your feature description, for example: create a feature branch for adding OAuth2 login support.