From antigravity-awesome-skills
Plans and routes DDD work from strategic modeling to tactical implementation and evented architecture. Performs viability checks and directs to specialized sub-skills.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:domain-driven-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- You need to model a complex business domain with explicit boundaries.
Use full DDD only when at least two of these are true:
@ddd-strategic-design@ddd-context-mapping@ddd-tactical-patterns@cqrs-implementation@event-sourcing-architect and @event-store-design@saga-orchestration@projection-patterns@architecture-decision-recordsIf templates are needed, open references/ddd-deliverables.md.
Always return:
Use @domain-driven-design to assess if this billing platform should adopt full DDD.
Then route to the right next skill and list artifacts we must produce this week.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderPlans and routes Domain-Driven Design: viability checks, strategic modeling (subdomains, bounded contexts), tactical patterns, CQRS, event sourcing, sagas for complex business domains.
Models complex business software around the domain using ubiquitous language, bounded contexts, aggregates, and entities/value objects to reduce miscommunication between technical and business teams.