LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: domain-driven-design

Browse skills that share this tag.

  • breach-encapsulation-naming - Explicit encapsulation breaching getter naming convention
    naming-conventionencapsulationdomain-driven-designcode-review

    ★ 80 · Updated 2026-09-20

    Standardizes getter naming in domain models using the breachEncapsulationOf prefix to prevent getter misuse and maintain encapsulation principles.

    ⚙ Apply breachEncapsulationOf prefix to getters⚙ Detect getter design anti-patterns⚙ Guide refactoring to Tell pattern
  • modular-architecture - Modular Architecture and Component Splitting Design
    modular-architecturesystem-designdependency-managementclean-architecture

    ★ 602 · Updated 2026-09-15

    Guides system design, dependency management, and scalable modular architecture implementation based on high cohesion and low coupling principles.

    ⚙ Analyze system architecture and requirements⚙ Identify module boundaries⚙ Design inter-module interfaces
  • grill-with-docs - Stress-test plans against domain models and update docs
    documentationdomain-driven-designarchitecture-decision-recordsplanning

    ★ 0 · Updated 2026-09-13

    Challenges plans against domain models, sharpens terminology, and updates CONTEXT.md and ADRs inline during interview sessions.

    ⚙ Interview user about plan details⚙ Explore codebase for existing documentation⚙ Challenge ambiguous or conflicting terminology
  • arch-ddd - Domain-Driven Design Architecture for Backend Systems
    architecturedddbackenddomain-driven-design

    ★ 1 · Updated 2026-09-13

    Applies Domain-Driven Design architecture to backend projects, covering context mapping, aggregate definition, services, and code structure.

    ⚙ Split bounded contexts⚙ Define aggregates and invariants⚙ Map command and query use-cases
  • db-conceptual-modeling - DB Conceptual Modeling
    databaseconceptual-modelingdomain-driven-designdata-architecture

    ★ 7 · Updated 2026-09-10

    Models domain entities, relationship semantics, and lifecycle boundaries before logical or physical database schema decisions.

    ⚙ Identify core concepts and events⚙ Define entity relationships and lifecycles⚙ Capture key business invariants
  • domain-architect - Swift Codebase Domain Discovery & Architecture Mapping
    swiftdomain-driven-designarchitecturecodebase-analysis

    ★ 159 · Updated 2026-06-30

    Discovers business domains in a Swift codebase by tracing user capabilities and maps each domain's vertical architectural slice, providers, and cross-cutting concerns.

    ⚙ discover business domains from product capabilities⚙ map vertical slices per domain⚙ identify external SDK provider bridges
  • ddd-deep-domain - DDD Domain Exploration Skill for devorq_v3
    devorqddddomain-driven-designdomain-exploration

    ★ 13 · Updated 2026-06-30

    Guides domain model discovery through a 6-stage workshop before writing SPEC.md, generating domain-model.json with entities, bounded contexts, and invariants.

    ⚙ run domain exploration workshop⚙ map domain entities and value objects⚙ identify bounded contexts
  • hexagonal-arch - Hexagonal Architecture Ports & Adapters Pattern
    architecturehexagonalports-and-adaptersdesign-pattern

    ★ 2 · Updated 2026-05-28

    Apply hexagonal architecture pattern with inward-pointing dependencies through ports and adapters

    ⚙ design service structure⚙ define port interfaces⚙ implement adapters
  • engineering-software-architect - Software Architecture Design Expert
    software-architecturesystem-designdomain-driven-designdistributed-systems

    ★ 0 · Updated 2026-05-09

    Software architecture expert specializing in system design, domain-driven design, architecture patterns, and technical decisions for scalable, maintainable systems.

    ⚙ design software architecture⚙ perform domain modeling⚙ select architecture patterns
  • create-persistence-adapter - Generate JPA persistence adapter
    JPApersistencedomain-driven-designhexagonal-architecture

    ★ 18 · Updated 2026-03-26

    Scaffold or update complete JPA persistence adapter with entity, repository, mapper, and adapter classes

    ⚙ read repository port file⚙ read domain entity⚙ generate entity class
  • ddd-domain-expert - DDD Domain Design Expert for Complex Business Architectures
    ddddomain-driven-designarchitectureenterprise

    ★ 602 · Updated 2026-02-14

    Map complex business realities into technical boundaries using Bounded Contexts and tactical patterns

    ⚙ identify bounded contexts⚙ design domain models⚙ implement aggregates