```markdown # CQRS+ES Review ## Result: APPROVE / REJECT ## Summary {Summarize the result in 1-2 sentences} ## Reviewed Aspects | Aspect | Result | Notes | |--------|--------|-------| | Aggregate design | ✅ | - | | Event design | ✅ | - | | Command/Query separation | ✅ | - | | Projections | ✅ | - | | Eventual consistency | ✅ | - | ## Issues (if REJECT) | # | Scope | Location | Issue | Fix Suggestion | |---|-------|----------|-------|----------------| | 1 | In-scope | `src/file.ts:42` | Issue description | Fix approach | Scope: "In-scope" (fixable in this change) / "Out-of-scope" (existing issue, non-blocking) ## Existing Issues (reference, non-blocking) - {Record of existing issues unrelated to the current change} ```