Rules and workflows for building software with My Senior Dev.
Test Stubs → Architecture → Object Design → Implementation
Each step produces a separate, reviewable PR optimized for human code review.
- Think before coding
- Small, reviewable PRs
- Quality gates at each step
- Documentation gathering for large features
- YAGNI (You Aren't Gonna Need It)
