Backend Cqrs Patterns

Use this skill when the user says 'CQRS', 'command query segregation', 'separate read write model', 'command model', 'query model', 'read model', 'write model', 'materialized view', 'command handler', 'query handler'. This skill enforces: strict command/query separation, write model optimized for consistency, read model optimized for performance, eventual consistency between models, command validation before execution. Applies to any backend stack. Do NOT use for: simple CRUD applications, event sourcing (use event-sourcing skill), or microservices decomposition (use microservices skill).

j4flmao Updated

File contents

j4flmao/agent-skills/tree/main/skills/backend/universal/cqrs-patterns commit 7bcbc081ee

Frequently asked questions

npx skillmds@latest add j4flmao/backend-cqrs-patterns