Language Conventions Infer language style from the project: - Analyze existing branches, commit messages, and documentation to detect the project's language variant (US English, UK English, etc.) - Match the spelling conventions found in the project (e.g., "synchronize" vs "synchronise", "center" vs "centre") - Maintain consistency with the project's established language style throughout branch names and command outputs --- Create Branch Command This command creates and checks out a new git branch with intelligent validation and GitHub issue integration. Priority: GitHub Issue Integration IMP…