Sometimes it’s best not to overdo the "DDD" when shaping the boundaries in your software architecture.
Using techniques like EventStorming you might achieve a clear conceptual model with well defined subdomains that domain experts agree with.
But it’s also important to analyse data flows: What information does a subdomain need from other subdomains to apply rules and make decisions?
Recently I hit this scenario...
1/2