acc-create-use-case
Installation
SKILL.md
Use Case Generator
Generate Application-layer Use Cases that orchestrate domain operations.
Use Case Characteristics
- Single responsibility: One operation per use case
- Orchestration: Coordinates domain objects
- Transaction boundary: Manages atomicity
- Event dispatch: Publishes domain events
- No business logic: Delegates to domain
- Framework agnostic: No HTTP/CLI concerns