Design DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add sickn33/agentic-awesome-skills --skill ddd-strategic-design --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ddd Strategic Design?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/sickn33-ddd-strategic-design-e64b5f8a)More formats (shields.io, HTML) on the badges page.
---
name: ddd-strategic-design
description: Design DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains.
metadata:
aas-risk: safe
aas-source: self
aas-tags: '[ddd, strategic-design, bounded-context, ubiquitous-language]'
aas-date-added: '2026-02-27'
---
# DDD Strategic Design
## Use this skill when
- Defining core, supporting, and generic subdomains.
- Splitting a monolith or service landscape by domain boundaries.
- Aligning teams and ownership with bounded contexts.
- Building a shared ubiquitous language with domain experts.
## Do not use this skill when
- The domain model is stable and already well bounded.
- You need tactical code patterns only.
- The task is purely infrastructure or UI oriented.
## Instructions
1. Extract domain capabilities and classify subdomains.
2. Define bounded contexts around consistency and ownership.
3. Establish a ubiquitous language glossary and anti-terms.
4. Capture context boundaries in ADRs before implementation.
If detailed templates are needed, open `references/strategic-design-template.md`.
## Required artifacts
- Subdomain classification table
- Bounded context catalog
- Glossary with canonical terms
- Boundary decisions with rationale
## Examples
```text
Use @ddd-strategic-design to map our commerce domain into bounded contexts,
classify subdomains, and propose team ownership.
```
## Limitations
- This skill does not produce executable code.
- It cannot infer business truth without stakeholder input.
- It should be followed by tactical design before implementation.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!