Checklist for getting a new developer fully set up and into the dev workflow. ## Access - [ ] Accept GitHub org invite - [ ] Enable 2FA on GitHub account - [x] Added to `developers` team - [ ] Confirm access to relevant repos ## Local Setup - [ ] Clone assigned repos - [ ] Copy `.env.example` → `.env`, fill in values (get secrets from Kevin) - [ ] Read `CLAUDE.md` in each repo before touching code ## Tools - [ ] Install `gh` CLI and authenticate (`gh auth login`) - [ ] n8n access: https://n8n.mightyandtrue.com (get credentials from Kevin) - [ ] Supabase access: shared instance (get credentials from Kevin) ## Git Workflow - [ ] Understand branch naming convention: `your-name/short-description` - [ ] Never push directly to `main` — branch protection is enforced - [ ] Open a PR, reference the related issue with `Closes #N` - [ ] 1 approval required before merging ## Project Board - [ ] Review the Engineering project board: https://github.com/orgs/mightyandtrue/projects/2 - [ ] Understand Planning vs Backlog vs This Week columns - [ ] Pick up first issue and move it to This Week
Checklist for getting a new developer fully set up and into the dev workflow.
Access
developersteamLocal Setup
.env.example→.env, fill in values (get secrets from Kevin)CLAUDE.mdin each repo before touching codeTools
ghCLI and authenticate (gh auth login)Git Workflow
your-name/short-descriptionmain— branch protection is enforcedCloses #NProject Board