소개
The DDD UseCase Generator streamlines the creation of application layer components within Domain-Driven Design architectures. It automates the generation of single-responsibility use case classes and event listeners, ensuring consistent patterns for dependency injection via tsyringe, domain event emission, and input validation. By separating orchestration logic from infrastructure concerns, this skill helps developers implement complex business workflows and event-driven triggers while maintaining clean architecture boundaries and robust error handling.