Agent Skills
› ciembor/agent-rules-books
› domain-driven-design
domain-driven-design
GitHub应用DDD规则进行复杂领域建模,定义限界上下文、保护通用语言及设计聚合根。涉及战略模式与战术设计决策。
Trigger Scenarios
需要进行领域建模
定义限界上下文
设计聚合根
Install
npx skills add ciembor/agent-rules-books --skill domain-driven-design -g -y
SKILL.md
Frontmatter
{
"name": "domain-driven-design",
"license": "MIT",
"description": "Apply Eric Evans-inspired DDD rules when modeling a complex domain, defining bounded contexts, protecting ubiquitous language, or designing aggregates."
}
Domain-Driven Design Skill
Use this skill when a task involves strategic domain modeling, ubiquitous language, bounded contexts, context mapping, aggregates, repositories, domain services, or model-driven design.
Before making design or code decisions, read and apply domain-driven-design.mini.md. Use domain-driven-design.md only as a deeper reference when the mini rules are not enough for the current domain-modeling tradeoff.
Version History
- 893a88a Current 2026-09-11 20:34


