domain-driven-design
Model software around the business domain using bounded contexts, aggregates, and ubiquitous language. Use when the user mentions "domain modeling", "bounded context", "aggregate root", "ubiquitous language", "anti-corruption layer", "context mapping", "domain events", "strategic design", "the code doesnt match the business", or "how do we split this big system". Also trigger when breaking a monolith into services, defining service boundaries, or aligning code structure with business processes. Covers entities vs value objects, domain events, and context mapping strategies. For architecture layers, see clean-architecture. For complexity, see software-design-philosophy.
适合你,如果代码结构与业务逻辑总对不上
npx oh-my-skill add wondelai/skills/domain-driven-designcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- wondelai/skills/domain-driven-designnpx oh-my-skill verify wondelai/skills/domain-driven-design怎么用
商店整理自技能原文 · 版本 326b380 · 表述以原文为准安装后,Claude 会帮你用业务语言建模软件,识别限界上下文、聚合根、领域事件等,并评估领域模型质量。
当你提到“领域建模”、“限界上下文”、“聚合根”、“通用语言”等关键词,或要求拆分单体、定义服务边界时触发。