- Add note to .gitignore explaining fizzbuzz/.git is intentional
- FizzBuzz maintains its own git history to demonstrate TDD progression
- Facilitators can use 'cd fizzbuzz && git log' to see RED-GREEN commits
- Workshop documentation (WORKSHOP_PLAN, FACILITATOR_GUIDE, etc.)
- FizzBuzz kata with demo script (git history to be recreated)
- Password Validator kata with demo script and solution
- Shopping Cart kata with demo script and solution
- Setup guide and TDD reference card for participants