nm-archetypes-architecture-paradigm-cqrs-esApplies CQRS and Event Sourcing for read/write separation and audit trails
Install via ClawdBot CLI:
clawdbot install athola/nm-archetypes-architecture-paradigm-cqrs-esGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/athola/claude-night-market/tree/master/plugins/archetypesAudited Apr 17, 2026 · audit v1.0
Generated May 7, 2026
A financial institution needs to maintain an immutable audit trail of all transactions for compliance and fraud detection. CQRS separates transaction recording (write) from balance reporting (read), while Event Sourcing captures every account event for forensic analysis.
An e-commerce platform with high write throughput (order placement) and variable read patterns (inventory queries, order history). CQRS optimizes the write model for consistency and the read model for fast queries, with Event Sourcing enabling order state reconstruction and temporal queries.
A hospital system requiring full auditability of patient record changes for regulatory compliance. Event Sourcing captures every clinical event, while CQRS provides dedicated read models for different care teams (doctors, nurses, billing) and a write model enforcing clinical invariants.
A logistics company tracking goods through complex supply chains with multiple stakeholders. Event Sourcing records each shipment event (departure, inspection, delivery), and CQRS allows different views for customers (tracking), operators (optimization), and auditors (compliance).
An online multiplayer game needs real-time leaderboards (high read load) and consistent player state updates (write-heavy). CQRS separates read-optimized leaderboards from write-optimized game state, with Event Sourcing enabling replay for cheat detection and state recovery.
Offer CQRS/ES-based platforms as a service (e.g., event store, audit logging) with tiered pricing based on event volume, retention period, and read model throughput. Revenue from monthly or annual subscriptions with usage-based overages.
Provide expertise to enterprises adopting CQRS/ES, including architecture design, custom development, and migration from legacy systems. Revenue from project-based engagements and ongoing support contracts.
Host and manage an event store (e.g., EventStoreDB, Kafka) with built-in CQRS projections and monitoring. Charge based on storage, compute, and data transfer, with premium features like multi-region replication and compliance certifications.
💬 Integration Tip
Start with a single bounded context to gain experience before expanding to other domains. Use event versioning from day one to avoid breaking changes as schemas evolve.
Scored Jul 6, 2026
Use when designing new system architecture, reviewing existing designs, or making architectural decisions. Invoke for system design, architecture review, design patterns, ADRs, scalability planning.
Calculate construction costs using resource-based method. Estimate project costs from work items, physical resource norms, and current prices.
Support architectural understanding from home projects to professional practice and theory.
Design property graph schemas for knowledge graph systems using Neo4j-style node labels, relationships, and properties based on domain descriptions or develo...
Search OneHome (CoreLogic) portal listings, get property details, photos, schools, saved searches. Use when the user asks about real estate listings shared b...
Real estate tax calculation and planning for Taiwan properties. Covers 房地合一稅 (House and Land Combined Tax), 土地增值稅 (Land Value Increment Tax), 財產交易所得稅 (Proper...