Architecture Rubric
Architecture Rubric Score each area from 0 to 4. Area Score Evidence : Requirements are clear Scale assumptions are explicit Architecture diagram is understandable Data flow is doc
Architecture Rubric
Score each area from 0 to 4.
| Area | Score | Evidence |
|---|---|---|
| Requirements are clear | ||
| Scale assumptions are explicit | ||
| Architecture diagram is understandable | ||
| Data flow is documented | ||
| Security boundaries are documented | ||
| Reliability strategy exists | ||
| Observability strategy exists | ||
| Cost estimate exists | ||
| Failure modes are considered | ||
| ADRs explain major decisions |
Strong Architecture Evidence
- Diagram plus written explanation.
- ADRs for database, model, vector store, deployment, and auth.
- Cost and disaster recovery notes.
- Monitoring and alert plan.