概要
The Cross-Context skill is a sophisticated tool for developers practicing Domain-Driven Design (DDD) to maintain clean architectural boundaries. It identifies dependencies across different domain contexts—such as authorization, payments, or notifications—and guides the implementation of Anti-Corruption Layers (ACL). By defining clear interface contracts and model translation logic, it prevents external domain models from polluting core business logic while providing robust templates for resilience patterns like circuit breakers and automated fallbacks.