Claude Cheat Sheet

1) Low-usage “5 verbeteringen” (zonder code)

 

Scan ONLY the following paths: src/ and app/. Ignore everything else. 
Goal: suggest improvements that are quick + high impact. 
Output format: 
- Exactly 5 actions 
- Each action: Title (max 6 words) + 1 sentence why + 1 sentence how 
- No code, no examples, no file dumps 
- Keep total under 150 words

2) Ultra-zuinig (als je bijna op limiet zit)

 

Give 5 quick improvements (max 12 words each). 
No explanation. 
No code.

3) Beperk tot specifieke files

 

Only review these files: path/to/file1.py, path/to/file2.py, path/to/file3.py 
List 5 improvements. 
1 line each. 
No code.

4) Voorstellen → wachten → 1 change uitvoeren

 

Step 1: list the 3 highest-impact improvements (P0) in bullets. 
Step 2: wait for my choice. 
Step 3: implement ONLY the chosen one and show unified diff only.

5) Alleen diffs, geen file dumps

 

Implement the chosen improvement. 
Show only unified diffs for changed files. 
No full file dumps. 
Minimal changes.

6) Alleen items #1, #3, #5 uitvoeren

 

From the 5 proposed improvements, implement ONLY items #1, #3, and #5. 
Do NOT implement #2 or #4 and do not add extra improvements. 
Process: 
- Create/update TODO.md with checkboxes for #1, #3, #5 (and a “Skipped: #2, #4” note). 
- Work one item at a time in this order: #1 → #3 → #5. 
- After each item: update TODO.md (mark done + 1-line note). 

Output: - Show only unified diffs for files you changed. 
- Keep changes minimal; no new dependencies unless absolutely necessary. 
- Ask max 2 questions only if required to proceed.