When to Use
Add this when performance characteristics matter for scalability, user experience, or operational cost. Ensures every generation considers and documents performance implications.Rule Definition
Name — Annotate Performance Impact Description — paste this into the rule description field on the platform:How It Works
- Add this rule to your project on the platform
- Generated code uses efficient patterns by default across all layers
- Algorithmic complexity is documented inline using Big O notation
- Trade-off decisions include comments explaining the rationale
- Code review validates that complexity annotations and efficiency patterns are present