# Decisions Non-architectural decisions live here: - [business/](business/) — commercial / org decisions - [product/](product/) — product behavior decisions that are not ADRs - [technical/](technical/) — engineering process decisions that are not ADRs Architecture decisions belong **only** in [docs/architecture/adr/](../architecture/adr/). Template: [decision-template.md](../templates/decision-template.md) ## Seeded Decisions | Decision | Path | | --- | --- | | Internal phase numbering vs brief labels | [technical/phase-numbering.md](technical/phase-numbering.md) | | First business module preference | [product/first-business-module.md](product/first-business-module.md) |