Onboarding — New Engineer Path
Status: Canonical
Audience: Engineers, architects, AI engineers
Time: First week
Last updated: 2026-07-05
Day 1 — Orientation
- Read README.md and INDEX.md
- Skim VISION/README.md
- Clone workspace repos per development/WORKSPACE_MANAGEMENT.md
- Run
composer installandphp bin/materialize-zaixos.phpin your product consumer
Day 2 — Architecture
- ARCHITECTURE/overall-architecture.md
- ARCHITECTURE/repository-map.md
- PLATFORMS/README.md
- PRODUCTS/README.md
Day 3 — Engineering practice
Day 4 — AI stack (if applicable)
Day 5 — First contribution
- Pick a TUTORIALS/ guide relevant to your team
- Read module doc for your bounded context in MODULES/
- Run architecture tests:
composer test:architectureorphp artisan test --testsuite=Architecture
Checklist
- [ ] I know the authority chain (GOVERNANCE/authority-chain.md)
- [ ] I know my product ID (PRD-xxx) and platform pins
- [ ] I know where ADRs live (ADR/README.md)
- [ ] I know freeze rules for my product
Related
Breadcrumbs: Home → Engineering → Onboarding