Ruflo Ddd
Ruflo Ddd from gabrielmoreira/agent-skills-mirror.
Skills in this plugin
3- ▌ Ddd Context · gabrielmoreiraCreate and manage a DDD bounded context with standard directory structure. Use when starting a new subdomain, splitting a monolith into bounded contexts, or scaffolding the domain/application/infrastructure layout for a fresh module.
- ▌ Ddd Validate · gabrielmoreiraValidate domain boundaries -- detect cross-context import violations and aggregate invariant issues. Use when auditing a DDD codebase for leaks between bounded contexts, before merging cross-cutting changes, or as a CI gate to catch boundary erosion early.
- ▌ Ddd Aggregate · gabrielmoreiraScaffold an aggregate root with entity, value objects, repository interface, domain events, and test stubs. Use when adding a new aggregate to an existing bounded context, modeling a new business concept that owns invariants, or generating the boilerplate for an entity + repo + events triplet.