Domain Driven Design starter modelling process
https://github.com/ddd-crew/ddd-starter-modelling-process (set of tools/approaches)
Align
Discover
ie event storming
Decompose
- split domain into sub-domains
Connect
- validate it (quickly)
- if it doesn't make sense, go back to Decompose
Strategize
- what parts of the domain need the most work?
- try to focus on the most important areas
Organize
Define
Code