Help us improve
Share bugs, ideas, or general feedback.
From antigravity-bundle-ddd-evented-architecture
Maps relationships between bounded contexts and defines integration contracts using DDD context mapping patterns. Use for service integrations, anti-corruption layers, and ownership clarification.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-ddd-evented-architectureHow this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-bundle-ddd-evented-architecture:ddd-context-mappingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Defining integration patterns between bounded contexts.
Maps relationships between bounded contexts and defines integration contracts using DDD context mapping patterns. Use for service integrations, anti-corruption layers, and ownership clarification.
Maps relationships between bounded contexts using DDD patterns (ACL, OHS, PL, shared kernel). Generates Context Mapper DSL (CML), Mermaid/PlantUML diagrams after event storming.
Break complex systems into bounded contexts with DDD. Map business capabilities to service boundaries, define ubiquitous language, assess cohesion/coupling. Use when refactoring monoliths or designing new architectures.
Share bugs, ideas, or general feedback.
If detailed mapping structures are needed, open references/context-map-patterns.md.
Use @ddd-context-mapping to define how Checkout integrates with Billing,
Inventory, and Fraud contexts, including ACL and contract ownership.