What problem does it solve? Teams often struggle with inconsistent branch naming, messy commit histories, and unclear pull request practices. This reference gives the manager-git agent a standardized set of git workflow patterns so every branch, commit, and PR follows a consistent, reviewable convention. ## Core Features & Use Cases - Branch Strategy Patterns: Covers GitHub Flow, GitFlow, and trunk-based development with naming conventions like feat/SPEC-{ID}-{slug}. - Conventional Commits Reference: Defines commit types (feat, fix, refactor, chore, etc.), message structure, and context-embedding practices for session continuity. - PR Templates and Merge Strategies: Provides a pull request template, merge strategy selection (squash, merge commit, rebase), and git safety rules for destructive commands. - Use Case: When creating a feature branch and opening a PR for SPEC-AUTH-001, the agent applies the feat/SPEC-AUTH-001-jwt-auth naming, writes a conventional commit message, and fills in the PR checklist automatically. ## Quick Start Ask the agent to create a feature branch and pull request for your current change following the standard git workflow conventions.