This is a comprehensive workflow discipline for keeping AI-generated code manageable through git. It pushes trunk-based development with short-lived branches (1-3 days max), atomic commits around 100 lines, and a save point pattern where every successful increment gets committed immediately. The change summary format is especially practical for AI work: explicitly documenting what you didn't touch prevents scope creep and makes reviews faster. Includes worktree patterns for running multiple agents in parallel and pre-commit hygiene checks. The core insight is that when code generation is fast, version control becomes your primary defense against chaos. Best for teams struggling with large AI-generated PRs or merge conflict hell.
npx skills add https://github.com/addyosmani/agent-skills --skill git-workflow-and-versioning