domain-driven-design
Plan and route Domain-Driven Design work from strategic modeling to tactical implementation and evented architecture patterns.
Content Preview
--- name: domain-driven-design description: "Plan and route Domain-Driven Design work from strategic modeling to tactical implementation and evented architecture patterns." risk: safe source: self tags: "[ddd, domain, bounded-context, architecture]" date_added: "2026-02-27" --- # Domain-Driven Design ## Use this skill when - You need to model a complex business domain with explicit boundaries. - You want to decide whether full DDD is worth the added complexity. - You need to connect strategic
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/domain-driven-design.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/domain-driven-design/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/domain-driven-design/SKILL.md
Related Skills
architecture
Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.
architecturearchitecture
by sickn33 (Antigravity) · antigravity-awesome-skills
architecture
Architecture design skill with ADR records, system design checklists, scalability assessment, and architecture patterns
architecturearchitecture
by davepoon · buildwithclaude
architecture-decision-records
Comprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions.
architecturearchitecturedecisionrecords
by sickn33 (Antigravity) · antigravity-awesome-skills
architecture-patterns
Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems.
developmentarchitecture
by sickn33 (Antigravity) · antigravity-awesome-skills