Generates a complete DDD aggregate root with all the surrounding infrastructure: entity class with invariant validation, value objects including an ID type, repository interface, domain events for creation and updates, and test stubs. It wires everything into your bounded context's folder structure and updates barrel exports. The skill also hooks into Claude Flow's memory and neural training system to track what it built. Useful when you're working in a structured DDD codebase and want to skip the boilerplate of setting up a new aggregate by hand. It assumes you already have a bounded context scaffolded under src and follows strict naming conventions.
npx skills add https://github.com/ruvnet/ruflo --skill ddd-aggregate