branch-policy
Installation
SKILL.md
Branch Policy
Branch Model
main ← production. Updated ONLY by PR from dev. Never push directly.
dev ← integration branch. Updated ONLY by PR from feature branches.
feat/* ← feature work, branched FROM dev
fix/* ← bug fixes, branched FROM dev
chore/* ← maintenance, branched FROM dev
The #1 Rule: Always Create a Branch First
Before writing ANY code — even a one-line fix — create a feature/fix/chore branch from dev.