What problem does it solve?
This Skill automates and standardizes the end-to-end process of introducing new backend entities in a .NET 10 Clean Architecture, covering Domain, Application Contracts, Application, Infrastructure, and Api layers, ensuring consistent repository patterns, configuration, migrations, and DI wiring.
Core Features & Use Cases
- Supports both Generic Repository (Pattern A) and Specific Repository (Pattern B) workflows, including entity definition, unit of work updates, service and controller generation, and migration creation.
- Provides an integrated validation script to verify all required steps are implemented and properly wired.
- Includes scenario references and best-practice patterns to guide complex header-detail or lifecycle-enabled entities.
Quick Start
Run the validate_entity.py script to confirm an entity passes all steps and consult the SCENARIOS.md guidance for typical implementations.