Day 12
Module 2 Review
Finalize your CLAUDE.md, test every section, and create a reusable template.
0 / 7 tasks
The perfect CLAUDE.md
A great CLAUDE.md is like a great onboarding document: it tells a new team member (or AI) everything they need to work effectively from day one. It should be discoverable, specific, and maintained like code.
Final review checklist
markdown
- [ ] Project description is 2-3 sentences, accurate
- [ ] Tech stack lists all key dependencies with versions
- [ ] Directory structure is documented with purpose of each folder
- [ ] Code style covers naming, formatting, imports
- [ ] Rules section has 'Always' and 'Never' blocks
- [ ] Custom commands are defined and tested
- [ ] Common tasks are documented (how to run tests, start dev server)
- [ ] Environment variables are listed
- [ ] Authentication/auth patterns are explained
- [ ] CI/CD context is accurate