소개
This skill provides a comprehensive framework for implementing CQRS patterns within your applications, enabling the clean separation of data modification (Commands) from data retrieval (Queries). It offers standardized Python templates for command buses, query handlers, and event-sourced system foundations, making it ideal for developers building complex systems that require independent scaling of read and write workloads or high-performance reporting capabilities. By decoupling these concerns, the skill helps reduce system complexity in large-scale applications and facilitates more flexible data modeling.