Skip to main content
Run any Skill in Manus
with one click

add-domain-service

Stars3
Forks0
UpdatedJuly 8, 2026 at 05:31

This skill should be used when the user requests adding business logic, a domain service, an application service, or any logic that should live in the Domain or Application layer of a DDD project. Triggers on phrases like "์„œ๋น„์Šค ์ถ”๊ฐ€", "๋„๋ฉ”์ธ ๋กœ์ง", "๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง", "use case ์ถ”๊ฐ€", "add service", "add use case". Generates Domain interface + implementation + DI registration + unit test scaffold. Do NOT trigger for logic that belongs inside a single Aggregate (add a method to the Aggregate instead), for pure UI/ViewModel work (use add-viewmodel), for infrastructure/config-only changes, or for projects without a Domain/Application layer split (single-project apps, scripts, or utilities with no DDD layering โ€” forcing a nonexistent layer is wrong; implement directly per the project's structure).

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
2 files
SKILL.md
readonly