Agent Skills
› ciembor/agent-rules-books
› domain-driven-design-distilled
domain-driven-design-distilled
GitHub提供轻量级领域驱动设计(DDD)实践指导,涵盖限界上下文、子域、聚合及战术建模,强调减少仪式化开销。适用于需要平衡架构严谨性与开发效率的复杂业务系统设计场景。
Trigger Scenarios
进行软件架构设计或重构时涉及领域模型划分
讨论或定义限界上下文与上下文映射关系
设计聚合根、值对象或领域事件等战术模式
Install
npx skills add ciembor/agent-rules-books --skill domain-driven-design-distilled -g -y
SKILL.md
Frontmatter
{
"name": "domain-driven-design-distilled",
"license": "MIT",
"description": "Apply Vaughn Vernon-inspired lightweight DDD rules when using bounded contexts, subdomains, context maps, and tactical modeling without excess ceremony."
}
Domain-Driven Design Distilled Skill
Use this skill when a task needs practical DDD guidance for subdomains, bounded contexts, context mapping, aggregates, domain events, or tactical modeling with restrained ceremony.
Before making design or code decisions, read and apply domain-driven-design-distilled.mini.md. Use domain-driven-design-distilled.md only as a deeper reference when the mini rules are not enough for the current DDD tradeoff.
Version History
- 893a88a Current 2026-09-11 20:34


