module-entity
Installation
SKILL.md
Module Entity
Use this skill when the request is to create or complete a domain entity within an existing module in modules/, along with the entity unit test and coverage verification.
This skill does not create controller, Prisma repository, migration, seed, or backend adapters. The focus here is only:
- domain entity
- explicit, lazy validation
- reuse of shared rules
- strong unit tests
- 100% coverage for the created or updated entity
Required inputs
module nameaggregate nameoraggregate pathentity namelist of attributes with types