Skip to main content

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

  1. Add this rule to your project on the platform
  2. Generated code uses efficient patterns by default across all layers
  3. Algorithmic complexity is documented inline using Big O notation
  4. Trade-off decisions include comments explaining the rationale
  5. Code review validates that complexity annotations and efficiency patterns are present