takt/resources/global/en/instructions/review-cqrs-es.md
2026-02-07 12:00:38 +09:00

493 B

Review the changes from the perspective of CQRS (Command Query Responsibility Segregation) and Event Sourcing. AI-specific issue review is not needed (already covered by the ai_review movement).

Review criteria:

  • Aggregate design validity
  • Event design (granularity, naming, schema)
  • Command/Query separation
  • Projection design
  • Eventual consistency considerations

Note: If this project does not use the CQRS+ES pattern, review from a general domain design perspective instead.