What problem does it solve?
It removes the repetitive setup work of creating new .NET features by generating consistent vertical slices with endpoints, validation, EF Core configuration, and integration tests.
Core Features & Use Cases
- Architecture-aware feature generation: Produces scaffolds aligned to the chosen architecture (VSA, CA, DDD, or Modular Monolith) and asks for clarification when the architecture is unknown.
- Complete vertical slices: Generates a full feature slice end-to-end (handler, validation, DTOs, EF configuration, and integration test) instead of partial code.
- Production-grade conventions and guardrails: Enforces Result pattern handling, CancellationToken usage, FluentValidation + ValidationFilter wiring, OpenAPI metadata, pagination constraints, global exception handling checks, and testcontainers-based integration tests.
- Entity scaffolding workflow: Generates entities paired with IEntityTypeConfiguration and highlights migration creation after configuration.
- Modular monolith module scaffolding: Supports module-scoped DbContext setup, DI registration, endpoint grouping, and isolated schema defaults.
Quick Start
Load the scaffolding skill and ask it to scaffold a new endpoint named "AddProduct" for your .NET 10 project with integration tests enabled.