Section 18 of 1995% complete
Section 18: Product Governance
Decision Making
| Area | Decision Maker | Input From |
|---|---|---|
| Product vision | Cady (Lead) | All team |
| Architecture | Cady + Jorsh | Aura for infra |
| Technical implementation | Jorsh | Code review required |
| Infrastructure | Aura | Team approval for costs |
| Security | Consensus | All team |
Code Review Policy
- All changes require PR review
- At least one approval before merge
- CI must pass (build + tests)
- Security-sensitive changes require two approvals
Communication
| Channel | Purpose |
|---|---|
| Discord | Day-to-day communication |
| GitHub Issues | Bug reports, feature requests |
| Azure DevOps | Sprint planning, work items |
| Weekly sync | Progress review, blockers |
Documentation Standards
Architecture decisions documented in ADRs (Architecture Decision Records). API contracts defined
before implementation. CLAUDE.md keeps Claude Code informed.