概要
This skill provides expert guidance for implementing Command Query Responsibility Segregation (CQRS) and Event Sourcing patterns within complex applications. It helps developers move beyond traditional CRUD architectures by treating state changes as immutable events, enabling features like complete historical audit trails, temporal queries, and highly optimized read models. It is particularly useful for systems requiring high scalability, complex domain logic, or strict compliance requirements where understanding the full history of data changes is critical.