Agent Skills
› ciembor/agent-rules-books
› domain-driven-design-distilled
domain-driven-design-distilled
GitHub提供轻量级领域驱动设计(DDD)指导,涵盖限界上下文、子域、聚合及战术建模,强调在保持实用性的同时减少过度仪式化。
Trigger Scenarios
需要应用 DDD 原则进行架构设计
处理限界上下文或子域划分问题
进行战术建模如聚合根和领域事件设计
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


