# Strategic Design: Global View > [!Note] > Strategic Design provides a framework to decompose a complex **domain** into logical [[Subdomain]], define clear **[[Bounded Context]]** around each model, and coordinate them using **[[Context Mapping]]**, thereby managing complexity and aligning each part with its own **[[Ubiquitous Language]]**. Strategic Design begins by identifying the core **domain**, the fundamental problem space the software aims to address. This holistic perspective ensures that teams understand the ultimate objectives and constraints before proceeding with detailed modeling or implementation. Once the **domain** is established, it is partitioned into distinct [[Subdomain]]—logical segments that reflect cohesive areas of business functionality. By isolating these subdomains, developers can focus on smaller, more manageable problems and tailor models to each [[Subdomain]]’s specific requirements. For each subdomain, a [[Bounded Context]] is defined to delineate the boundary within which a particular model is valid and consistent. These boundaries prevent ambiguity and allow multiple models to coexist without conflict, each governed by its own rules and [[Ubiquitous Language]]. To integrate the [[Bounded Context]], [[Context Mapping]] describe how different models communicate and collaborate. Context maps outline translation mechanisms, shared kernels, and integration patterns, ensuring that the system functions coherently while maintaining the independence and integrity of each context. --- ## References - Vernon, V. (2016). _Domain-driven design distilled_. Addison-Wesley Professional. - Vernon, V. (2013). _Implementing domain-driven design_. Addison-Wesley Professional. - Khononov, V. (2021). _Learning domain-driven design: Aligning software architecture and business strategy_. O’Reilly Media. - Alammar, J., & Grootendorst, M. (2024). _Hands-on large language models: Language understanding and generation_. O’Reilly Media. - Evans, E. (2003). _Domain-driven design: Tackling complexity in the heart of software_. Addison-Wesley Professional. - Millett, S., & Tune, N. (2015). _Patterns, principles, and practices of domain-driven design._ Wrox.