Branching Strategy Stinger

Branching strategy advisor for Git-based teams. Owns model selection (trunk-based development, GitHub Flow, GitFlow), release and hotfix branch patterns, the merge-vs-rebase argument, the long-lived-branch trap, and the feature-flag vs feature-branch decision. Use when the user says \\\"which branching model should we use\\\", \\\"we have too many merge conflicts\\\", \\\"our release process is broken\\\", \\\"GitFlow or trunk-based?\\\", \\\"merge or rebase?\\\", \\\"should I use a feature flag or a branch?\\\", \\\"set up GitHub Merge Queue\\\", or when `branching-strategy-worker-bee` is invoked. Do NOT use for Git mechanics (interactive rebase, conflict resolution, history rewriting - that is `git-worker-bee`), branch protection ruleset configuration (that is `github-repo-health-worker-bee`), or CI/CD pipeline topology (that is `ci-release-worker-bee`).

legioncodeinc 05af798 44 files · 171.9 KB Updated

File contents

legioncodeinc/that-git-life/tree/main/src/skills/branching-strategy-stinger commit 05af7989c9

Frequently asked questions

npx skillmds@latest add legioncodeinc/branching-strategy-stinger