Ruflo Ddd

Ruflo Ddd from gabrielmoreira/agent-skills-mirror.

by @gabrielmoreira 3 skills

Skills in this plugin

3
  1. Ddd Context · gabrielmoreira
    Create 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.
    17 repo stars
  2. Ddd Validate · gabrielmoreira
    Validate 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.
    17 repo stars
  3. Ddd Aggregate · gabrielmoreira
    Scaffold 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.
    17 repo stars