AI Native Development
This directory discusses Git workflows in the age of AI programming: AI can generate code faster, and humans need to use Git to organize changes into reviewable, verifiable, and rollback-ready engineering units.
What to Read First
Tools change, but underlying principles remain stable: isolate tasks, review diffs, split commits, retain validation, and let humans be responsible for the final merge.
Recommended Combinations
| Scenario |
Recommended Combination |
| Single small fix |
AI Workflow + AI Review |
| Large feature |
AI Workflow + Commit Splitting + Stacked PR |
| Multi-agent parallel work |
Worktree + Multi-Agent Branch Strategy |
| Team adoption of AI Review |
AI Generated Code Review + AI Reviewer and Human Reviewer |
Related Content