systems-review
Installation
SKILL.md
Systems Review
After implementing, let's review for second-order effects:
Implementation Summary
- What was built? Brief description.
- What changed? Files modified.
- What's the interface? Input/output contracts.
Performance Review
Analyze performance implications:
- What's the time complexity?
- What happens at 10x scale?
- Where are potential bottlenecks?
- Are there N+1 query risks?
- Is caching appropriate?