Loading...
Loading...
Create and manage a DDD bounded context with standard directory structure
npx skill4agent add ruvnet/ruflo ddd-context$ARGUMENTSsrc/src/<context-name>/
domain/
entities/
value-objects/
events/
services/
repositories/
application/
infrastructure/src/<context-name>/domain/entities/index.tssrc/<context-name>/domain/value-objects/index.tssrc/<context-name>/domain/events/index.tssrc/<context-name>/domain/services/index.tssrc/<context-name>/domain/repositories/index.tssrc/<context-name>/domain/index.tssrc/<context-name>/application/index.tssrc/<context-name>/infrastructure/index.tssrc/<context-name>/index.tsmcp__claude-flow__agentdb_hierarchical-store --parent "domain" --child "context:<context-name>" --relation "contains"
mcp__claude-flow__memory_store --key "ddd-context-<context-name>" --value "Created bounded context" --namespace tasks