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
-
Validate name: Ensure the context name is kebab-case and does not already exist under
src/. -
Create directory structure:
src/<context-name>/ domain/ entities/ value-objects/ events/ services/ repositories/ application/ infrastructure/