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-architecture191plugins reuse this skill
First indexed Jun 2, 2026
Showing the 6 earliest of 191 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.
Redesigns bounded contexts, defines aggregates, and generates context maps with Mermaid diagrams based on evaluation results from /architect:integrate-evaluations.