소개
This skill provides a comprehensive framework for implementing Command Query Responsibility Segregation (CQRS) in software architectures. It guides developers through the process of decoupling data modification (commands) from data retrieval (queries), enabling independent scaling of read and write workloads. With pre-built templates for command buses, query handlers, and FastAPI integration, it simplifies the creation of event-sourced systems and complex reporting engines while ensuring best practices like eventual consistency management and read-model synchronization.