What I do
- Verify changes align with
docs/architecture/ARCHITECTURE.md - Check for consistency with existing architectural patterns
- Identify scalability concerns in new designs
- Review ADR completeness for significant changes
When to use me
Use this skill when reviewing PRs that add new components, change data flow, or modify the event model.
Review Checklist
- New components fit the existing architecture
- Event sourcing patterns are followed correctly
- CQRS separation is maintained
- ADR exists for significant decisions