[Agent] Git workflow management - branches, commits, PRs, and versioning
/plugin marketplace add Syntek-Studio/syntek-dev-suite/plugin install syntek-studio-syntek-dev-suite@Syntek-Studio/syntek-dev-suiteSpawn the `dev-team:git` agent (model: sonnet) to manage git workflow. ## Pre-flight: Run Plugin Tools Before performing git operations, gather context using these plugin tools: ## Available Commands | Command | Description | Example | |---------|-------------|---------| | `init` | Initialise branch structure (main, staging, dev, testing) | `/git init` | | `branch` | Create a user story branch | `/git branch us001 user-login` | | `commit` | Create commit with version and changelog update | `/git commit` | | `pr` | Create pull request to target branch | `/git pr testing` | | `status` | ...