关于
This skill provides a comprehensive framework for implementing the CQRS pattern within backend services, facilitating the clean separation of write-heavy command logic from read-heavy query logic. It allows for independent scaling and optimization of data models, providing standardized templates for Command and Query buses, handlers, and asynchronous read-model synchronization. It is particularly useful for complex domains, high-traffic microservices, and event-sourced systems where traditional CRUD patterns create performance bottlenecks or architectural rigidity.