ddd-context

Installation
SKILL.md

Create a bounded context directory structure for the given context name.

Parse $ARGUMENTS as the context name (kebab-case). If empty, list existing contexts.

Steps

  1. Validate name: Ensure the context name is kebab-case and does not already exist under src/.

  2. Create directory structure:

    src/<context-name>/
      domain/
        entities/
        value-objects/
        events/
        services/
        repositories/
      application/
      infrastructure/
    
Installs
647
Repository
ruvnet/ruflo
GitHub Stars
66.6K
First Seen
Apr 30, 2026
ddd-context — ruvnet/ruflo