Skip to content
Skillv1.0.0

ddd-strategic-design

Design DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains.

by sickn33(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sickn33/agentic-awesome-skills (skills/ddd-strategic-design/SKILL.md). Install upstream with npx skills add sickn33/agentic-awesome-skills --skill ddd-strategic-design. Copyright stays with the author.

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 it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sickn33-agentic-awesome-skills-ddd-strategic-design/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sickn33-agentic-awesome-skills-ddd-strategic-design.ocm.jsonjson
{
  "ocm": "1",
  "id": "sickn33-agentic-awesome-skills-ddd-strategic-design",
  "kind": "skill",
  "name": "ddd-strategic-design",
  "description": "Design DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains.",
  "publisher": "sickn33",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "ddd",
      "strategic-design",
      "bounded-context",
      "ubiquitous-language",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Design DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/sickn33/agentic-awesome-skills",
      "path": "skills/ddd-strategic-design/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/sickn33/agentic-awesome-skills/blob/HEAD/skills/ddd-strategic-design/SKILL.md",
      "key": "sickn33/agentic-awesome-skills/skills/ddd-strategic-design/SKILL.md"
    }
  },
  "instructions": "# DDD Strategic Design\n\n## Use this skill when\n\n- Defining core, supporting, and generic subdomains.\n- Splitting a monolith or service landscape by domain boundaries.\n- Aligning teams and ownership with bounded contexts.\n- Building a shared ubiquitous language with domain experts.\n\n## Do not use this skill when\n\n- The domain model is stable and already well bounded.\n- You need tactical code patterns only.\n- The task is purely infrastructure or UI oriented.\n\n## Instructions\n\n1. Extract domain capabilities and classify subdomains.\n2. Define bounded contexts around consistency and ownership.\n3. E",
  "cost": {
    "context_tokens": 322
  }
}

Fetch it by URL: GET /api/v1/registry/sickn33-agentic-awesome-skills-ddd-strategic-design/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.