Scaffolds a Clean Architecture use case (command/query + handler + response) for the DCI Triage Assistant. Use this when adding a new operation to the application layer — for example, a TriageRequest use case, a GetTicketHistory query, or any new command/query handler pair.
2026-04-29