关于
This skill provides a comprehensive framework for implementing Command Query Responsibility Segregation (CQRS) in backend applications. It assists developers in separating the write side (commands) from the read side (queries) to optimize performance, scalability, and security. By providing structured templates for command buses, query handlers, and event-driven read model synchronization, it enables the creation of complex, event-sourced systems and high-performance reporting modules. It is particularly valuable for distributed systems where read and write loads differ significantly or where complex domain logic requires specialized data models for different views.