25 lines
615 B
Markdown
25 lines
615 B
Markdown
# DDD Deliverables Checklist
|
|
|
|
Use this checklist to keep DDD adoption practical and measurable.
|
|
|
|
## Strategic deliverables
|
|
|
|
- Subdomain map (core, supporting, generic)
|
|
- Bounded context map and ownership
|
|
- Ubiquitous language glossary
|
|
- 1-2 ADRs documenting critical boundary decisions
|
|
|
|
## Tactical deliverables
|
|
|
|
- Aggregate list with invariants
|
|
- Value object list
|
|
- Domain events list
|
|
- Repository contracts and transaction boundaries
|
|
|
|
## Evented deliverables (only when required)
|
|
|
|
- Command and query separation rationale
|
|
- Event schema versioning policy
|
|
- Saga compensation matrix
|
|
- Projection rebuild strategy
|