ddd-application-slice

Installation
SKILL.md

Purpose

Use this skill to design or implement one coherent DDD application slice in a standardized structure:

  • entrypoint (controller, endpoint, or application service)
  • mediator-style message (query, command, or event/fire-and-forget message)
  • handler
  • optional domain service
  • repository and mapping

Keep the skill technology-agnostic. The mediator library can vary. Preserve the architectural responsibilities.

Core model

Treat each new use case as one of these three flows:

Related skills
Installs
3
First Seen
Apr 17, 2026