branch-strategy-advisor
Installation
SKILL.md
Branch Strategy Advisor
Recommend optimal branching strategies for your project.
Quick Start
Choose strategy based on team and deployment:
- Small team + continuous deployment → GitHub Flow
- Large team + scheduled releases → Gitflow
- Fast iteration + feature flags → Trunk-Based Development
Instructions
Step 1: Assess Project Context
Team Size:
- Small (1-5 developers)
- Medium (6-20 developers)
- Large (20+ developers)