git-vibe-flow
Installation
SKILL.md
Git Vibe Flow
Use this skill when the user wants to:
- start or finish work with
git vibe - apply a
mainplusfeat/*workflow - isolate tasks with worktrees
- coordinate parallel human and AI work safely
- cut a release directly from
main
Core rules
mainis the only long-lived branch.- All work branches use
feat/<slug>, even for bug fixes and urgent patches. - Every
feat/*branch is created as its own worktree. mainshould remain clean and deployable.- Releases happen directly on
mainwith a release commit and an annotated tag.
Why this workflow exists
Related skills