This runs a comprehensive DDD compliance audit across your codebase, checking for the kind of violations that creep in when teams grow or deadlines loom. It scans your bounded contexts for illegal cross-boundary imports (like reaching directly into another context's domain layer instead of using public APIs), verifies aggregate roots aren't exposing public setters that bypass invariants, and validates that repositories and events follow proper patterns. You get a categorized table of violations with file paths and line numbers. Most useful during architecture reviews or when onboarding new developers who need to understand your context boundaries. The boundary violation detection alone saves hours of code review back and forth.
npx skills add https://github.com/ruvnet/ruflo --skill ddd-validate