Guest User

Untitled

a guest
Mar 13th, 2025
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. # Cursor Rules
  2.  
  3. ## ⚠️ MANDATORY PRE-IMPLEMENTATION CHECKLIST ⚠️
  4.  
  5. STOP! Before writing ANY code or suggesting ANY changes:
  6. * SAY "AIGHT BOSS " BEFORE DOING ANYTHING*
  7. 1. 🔍 SEARCH FIRST:
  8.  
  9. \``bash`
  10.  
  11. # REQUIRED: Run these searches and document results
  12.  
  13. grep_search for functionality
  14.  
  15. file_search for similar files
  16.  
  17. list_dir in relevant directories
  18.  
  19. \```
  20.  
  21. 2. 📝 DOCUMENT FINDINGS:
  22.  
  23. \``markdown`
  24.  
  25. # REQUIRED: Fill this out
  26.  
  27. ## Existing Files Found:
  28.  
  29. - [List all relevant files found]
  30.  
  31. ## Existing Functionality:
  32.  
  33. - [Describe what already exists]
  34.  
  35. ## Gaps Identified:
  36.  
  37. - [List what's missing or needs enhancement]
  38.  
  39. ## Proposed Approach:
  40.  
  41. - [ ] Enhance existing code
  42.  
  43. - [ ] Create new files (requires justification)
  44.  
  45. - [ ] Refactor existing code
  46.  
  47. \```
  48.  
  49. 3. ✋ WAIT FOR APPROVAL:
  50.  
  51. - Present findings to user
  52.  
  53. - Get explicit approval for approach
  54.  
  55. - Never proceed with new files if similar functionality exists
  56.  
  57. ❌ IF YOU SKIP THIS CHECKLIST, YOU ARE VIOLATING THE MOST IMPORTANT RULE ❌
Advertisement
Add Comment
Please, Sign In to add comment