- Primary style: [layered/feature/event-driven/other]
- Why this classification: [short evidence-backed rationale]
- Primary constraints: [2-3 constraints that shape design]
[entry] -> [processing] -> [domain logic] -> [data/integration] -> [response/output]
Describe the flow in 4-6 steps using file-backed evidence.
| Layer or module | Owns | Must not own | Evidence |
|---|---|---|---|
| [name] | [responsibility] | [non-responsibility] | [file] |
| Pattern | Where found | Why it exists |
|---|---|---|
| [singleton/repository/adapter/etc] | [path] | [reason] |
- [Risk 1 + impact]
- [Risk 2 + impact]
- [path/to/entrypoint]
- [path/to/main-layer-files]
- [path/to/data-or-integration-layer]
Add only when needed:
- Startup or initialization order details
- Async/event topology diagrams
- Anti-pattern catalog with refactoring paths
- Failure-mode analysis and resilience posture