--- description: Prevent AI from making assumptions or implementing unrequested features alwaysApply: true --- ## Core Behavior Constraints (P0) **Do NOT** implement features, code, or logic that was not explicitly requested by the user. **Do NOT** add comments, documentation, or explanatory text unless explicitly requested. **Do NOT** provide multiple solutions. Choose the optimal solution and implement it directly. ## Handling Ambiguity (P0) If the user's request is ambiguous or critical information is missing, **MUST** ask exactly **ONE** clarifying question before taking any action. **DO NOT** generate any code or assume the missing information. ## Citation Rules (P0) **MUST** strictly reference rules from the **actual files** located in `.cursor/rules/`. **DO NOT** invent, cite, or assume the existence of any rule that is not explicitly defined.