- You need to decouple side effects (send email, update audit log) from the primary operation - You are implementing CQRS to separate read and write models for a bounded context - You need event sourcing where domain events are the source of truth - You want to publish domain events that multiple s…
Intense-Visions
4 skills Unclaimed
- On a milestone gate, to confirm the harness still constrains rather than merely decorates the project - When adding the strength audit as a required CI check, so the seven STRENGTH patterns block the merge instead of being prose advice - When validating a harness-distribution (toolkit) repo befor…
- Running SQL queries that Prisma Client cannot express (CTEs, window functions, complex joins) - Performing bulk operations more efficiently than Prisma's generated queries - Calling database-specific features (full-text search, advisory locks, lateral joins) - Executing data migrations or one-off…
- Performance is perceived as slow but no one has measured what is actually slow - You need to establish a baseline before optimizing to prove the optimization worked - A flame chart or performance trace needs to be read and interpreted - Performance budgets need to be defined and enforced in CI - …