Review Domain Boundaries

Use when reviewing a Ruby app for DDD (domain-driven design) boundaries, module boundaries, service boundaries, or code organization: detects bounded contexts, language leakage, cross-context orchestration, and unclear ownership — uses `rg` to find cross-context references and leaked terms, identifies misplaced domain models and documents ownership direction (which context owns invariants, transitions, and side effects), proposes the smallest credible boundary improvement before large reorganizations, outputs findings first then open questions then recommended next skills, and loads boundary-leakage examples only when their content is needed. Covers context mapping, leakage detection, and cross-context coupling.

igmarin Updated

File contents

igmarin/ruby-core-skills/tree/main/skills/review-domain-boundaries commit cb55168b94

Frequently asked questions

npx skillmds@latest add igmarin/review-domain-boundaries