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 main plus feat/* workflow
  • isolate tasks with worktrees
  • coordinate parallel human and AI work safely
  • cut a release directly from main

Core rules

  • main is 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.
  • main should remain clean and deployable.
  • Releases happen directly on main with a release commit and an annotated tag.

Why this workflow exists

Related skills
Installs
1
GitHub Stars
2
First Seen
Mar 16, 2026