cqrs-implementation
CQRS Implementation
Comprehensive guide to implementing CQRS (Command Query Responsibility Segregation) patterns.
Use this skill when
- Separating read and write concerns
- Scaling reads independently from writes
- Building event-sourced systems
- Optimizing complex query scenarios
- Different read/write data models are needed
- High-performance reporting is required
Do not use this skill when
- The domain is simple and CRUD is sufficient
- You cannot operate separate read/write models
- Strong immediate consistency is required everywhere
Instructions
- Identify read/write workloads and consistency needs.
- Define command and query models with clear boundaries.
- Implement read model projections and synchronization.
- Validate performance, recovery, and failure modes.
- If detailed patterns are required, open
resources/implementation-playbook.md.
Resources
resources/implementation-playbook.mdfor detailed CQRS patterns and templates.
🧠 Knowledge Modules (Fractal Skills)
1. implementation-playbook
More from nguyenphiikhanh/netro
ui-ux-pro-max-skill
Premium design and micro-interactions toolkit.
33senior-fullstack
Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaffolding, code quality analysis, architecture patterns, and complete tech stack guidance. Use when building new projects, analyzing code quality, implementing design patterns, or setting up development workflows.
1mobile-developer
Develop React Native, Flutter, or native mobile apps with modern
1mobile-design
Mobile-first design thinking and decision-making for iOS and Android apps.
1clean-code
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
1database-optimizer
Expert database optimizer specializing in modern performance
1