dotnet-enterprise | Creating new projects, full architecture setup | "new project", "enterprise", "set up solution" |
dotnet-ddd-entity | Creating entities, aggregates, value objects | "create entity", "new aggregate", "value object" |
dotnet-cqrs-feature | Adding commands, queries, vertical slices | "add feature", "create command", "new query" |
dotnet-api-endpoint | Creating Minimal API routes | "add endpoint", "new route", "REST API" |
dotnet-integration-test | Writing unit/integration tests | "write tests", "add test", "testcontainers" |
dotnet-domain-event | Domain events + MassTransit consumers | "add event", "create consumer", "MassTransit" |
dotnet-ef-migration | EF Core migrations, entity configs | "add migration", "configure table", "EF Core" |
dotnet-hybrid-cache | Caching with HybridCache + Redis | "add caching", "Redis", "cache invalidation" |
dotnet-code-review | Code quality review | "review code", "PR review", "check quality" |
dotnet-docker-deploy | Docker, Aspire, CI/CD | "dockerize", "deploy", "Aspire", "CI/CD" |
dotnet-observability | OpenTelemetry, Serilog, metrics | "add logging", "tracing", "monitoring" |
dotnet-mvc | Opt-in only: MVC, Razor, Views, server UI — not for API-only | User explicitly: "MVC", "Razor", "Views", AddControllersWithViews |