ddd-context

Originally fromruvnet/ruflo
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
49
GitHub Stars
61.6K
First Seen
May 8, 2026
ddd-context — ruvnet/claude-flow