implementing-domain-driven-design
GitHub指导在代码中实施领域驱动设计(DDD),涵盖聚合、事件、仓储等核心概念的实现规范。
Trigger Scenarios
Install
npx skills add ciembor/agent-rules-books --skill implementing-domain-driven-design -g -y
SKILL.md
Frontmatter
{
"name": "implementing-domain-driven-design",
"license": "MIT",
"description": "Apply Vaughn Vernon-inspired implementation DDD rules when building aggregates, domain events, repositories, application services, or context integrations."
}
Implementing Domain-Driven Design Skill
Use this skill when a task involves implementing DDD in code: aggregate boundaries, invariants, repositories, domain events, application services, modules, factories, or bounded-context integration.
Before making design or code decisions, read and apply implementing-domain-driven-design.mini.md. Use implementing-domain-driven-design.md only as a deeper reference when the mini rules are not enough for the current implementation tradeoff.
Version History
- 893a88a Current 2026-09-11 20:34


