DDD Strategic Design is a development claude skill built by sickn33. Best for: Architects and senior developers decompose monoliths or align distributed systems by establishing domain boundaries, ownership models, and shared terminology with stakeholders..

What it does
Design bounded contexts, subdomains, and ubiquitous language for complex business domains using Domain-Driven Design.
Category
development
Created by
sickn33
Last updated
Claude Skilldevelopment GitHub-backed CuratedadvancedClaude Code

DDD Strategic Design

Design bounded contexts, subdomains, and ubiquitous language for complex business domains using Domain-Driven Design.

Skill instructions


name: ddd-strategic-design description: "Design DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains." risk: safe source: self tags: "[ddd, strategic-design, bounded-context, ubiquitous-language]" date_added: "2026-02-27"

DDD Strategic Design

Use this skill when

  • Defining core, supporting, and generic subdomains.
  • Splitting a monolith or service landscape by domain boundaries.
  • Aligning teams and ownership with bounded contexts.
  • Building a shared ubiquitous language with domain experts.

Do not use this skill when

  • The domain model is stable and already well bounded.
  • You need tactical code patterns only.
  • The task is purely infrastructure or UI oriented.

Instructions

  1. Extract domain capabilities and classify subdomains.
  2. Define bounded contexts around consistency and ownership.
  3. Establish a ubiquitous language glossary and anti-terms.
  4. Capture context boundaries in ADRs before implementation.

If detailed templates are needed, open references/strategic-design-template.md.

Required artifacts

  • Subdomain classification table
  • Bounded context catalog
  • Glossary with canonical terms
  • Boundary decisions with rationale

Examples

Use @ddd-strategic-design to map our commerce domain into bounded contexts,
classify subdomains, and propose team ownership.

Limitations

  • This skill does not produce executable code.
  • It cannot infer business truth without stakeholder input.
  • It should be followed by tactical design before implementation.

Use this skill

Most skills are portable instruction packages. Claude Code supports SKILL.md directly. Other agents can use adapted files like AGENTS.md, .cursorrules, and GEMINI.md.

Claude Code

Save SKILL.md into your Claude Skills folder, then restart Claude Code.

mkdir -p ~/.claude/skills/ddd-strategic-design && curl -L "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/HEAD/skills/ddd-strategic-design/SKILL.md" -o ~/.claude/skills/ddd-strategic-design/SKILL.md

Installs to ~/.claude/skills/ddd-strategic-design/SKILL.md.

Use cases

Architects and senior developers decompose monoliths or align distributed systems by establishing domain boundaries, ownership models, and shared terminology with stakeholders.

Reviews

No reviews yet. Be the first to review this skill.

No signup required

Stats

Installs0
GitHub Stars35.0k
Forks5767
LicenseMIT License
UpdatedMar 25, 2026