Initialization checklist
A starter project checklist you can paste into CLAUDE.md when onboarding Claude Code to a new repo.
## Setup Checklist
- Identify the package manager and primary test command.
- Document branch naming and commit message conventions.
- Record where environment variables live and how they are loaded.
- Note any generated files or directories that should not be edited manually.
- Capture the safest local verification flow before opening a PR.