Agent Skills
› ciembor/agent-rules-books
› domain-driven-design
domain-driven-design
GitHub用于复杂领域建模,定义界限上下文、保护通用语言及设计聚合根。触发场景包括战略设计、上下文映射、模型驱动设计及涉及聚合与仓储的设计决策。
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


