Good rules are specific and actionable:
- "Use -space indentation" beats "Format code properly"
- "All API responses use ApiResponse wrapper" beats "Use consistent types"
- "Log errors to Sentry, not console" beats "Handle errors appropriately"
Vague rules get ignored. Specific rules get followed. Include the "why" for rules that aren't obvious to help the AI apply them correctly.