branch-strategy-advisor
Installation
SKILL.md
Branch Strategy Advisor
Choose and implement the right branching strategy for your team.
When to Use
- Setting up a new project's branching workflow
- Deciding between GitFlow, trunk-based, or GitHub Flow
- Standardizing branch naming conventions
- Configuring branch protection rules
- Scaling branching for larger teams
Strategy Comparison
| Strategy | Best For | Release Cadence | Team Size |
|---|---|---|---|
| Trunk-Based | Continuous deployment, experienced teams | Daily/hourly | Any |
| GitHub Flow | SaaS products, simple workflow | On-demand | Small-Medium |
| GitFlow | Scheduled releases, multiple versions | Weekly/Monthly | Medium-Large |
Related skills