What problem does it solve?
This Skill automates generation and guidance for implementing business logic within a Domain-Driven Design four-layer architecture, reducing architecture violations and accelerating Service layer and domain code creation for Java Spring projects.
Core Features & Use Cases
- Architecture-safe code generation: Produces Param, Entity/DO, BO, DTO and enforces API / Application / Domain / Infrastructure boundaries.
- Integration-ready implementations: Generates Repository interfaces, MyBatis-Plus Mappers, domain interactors, and application orchestration compatible with Java 11, Spring Boot 2.1, and Gradle.
- Use case: Implement a new business feature by defining Param → Entity → Repository persistence, domain interactors, application use case orchestration, and DTO/VO response mapping while publishing domain events for cross-boundary consistency.
Quick Start
Generate a Service and Domain interactor for the Order aggregate that validates input, maps Param to Entity, persists via MyBatis-Plus repository, and returns a DTO.