From agentic-bundle-ddd-evented-architecture
Maps relationships between bounded contexts and defines integration contracts using DDD patterns. Helps prevent domain leakage, plan anti-corruption layers, and clarify upstream/downstream ownership.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-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.
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.
npx claudepluginhub sickn33/agentic-awesome-skills --plugin agentic-bundle-ddd-evented-architecture14plugins reuse this skill
First indexed Jun 2, 2026
Showing the 6 earliest of 14 plugins
Maps relationships between bounded contexts and defines integration contracts using DDD patterns. Helps prevent domain leakage, plan anti-corruption layers, and clarify upstream/downstream ownership.
Guides domain modeling using DDD strategic patterns: bounded contexts, context maps, subdomain analysis, and ubiquitous language. Useful for decomposing monoliths or designing microservices.
Models software around the business domain using bounded contexts, aggregates, value objects, and ubiquitous language. Apply when designing complex business logic to prevent model drift.