branching-and-deployment
Installation
SKILL.md
Branching & Deployment
Modified Gitflow: main ← release/* ← develop ← feature branches.
Only main deploys to production. Everything else is CI-only.
AI Agent Push Rules
CAN: push to the current feature branch only.
NEVER: merge branches, create PRs, push to main/develop/release/*, force-push, or delete remote branches.
The human handles all merges, PRs, and deployments.