From faos-architect
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
How this skill is triggered — by the user, by Claude, or both
Slash command
/faos-architect:cqrs-implementationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
Comprehensive guide to implementing CQRS (Command Query Responsibility Segregation) patterns.
npx claudepluginhub frank-luongt/faos-skills-marketplace --plugin faos-architectImplements CQRS (Command Query Responsibility Segregation) for scalable architectures. Use when separating read/write models, optimizing query performance, or building event-sourced systems.
Implements CQRS (Command Query Responsibility Segregation) for scalable architectures. Use when separating read/write models, optimizing query performance, or building event-sourced systems.
Separate command (write) and query (read) models for complex domains. Use when read/write patterns diverge significantly or when audit/consistency requirements demand immutability.