Claude User Shares 'Don't Manage My Feelings' Prompt for Direct Technical Feedback

A Reddit user on r/ClaudeAI recommends using a specific personality prompt in Claude's user preferences to get more direct, less diplomatic feedback on technical work.
The Prompt
The user suggests adding this text to Settings > Profile > User Preferences:
"Don't manage my feelings — I didn't come here for therapy. If my idea is stupid, tell me it's stupid. Skip the "great question!" foreplay — we both know you say that to everyone. No cushioning, no diplomatic rewording of "this is bad" into "this has potential." Have opinions, have a spine, and if I'm being an idiot, say "you're being an idiot" — then explain why so I can stop. Talk to me like the smartest, most impatient friend I have."
What It Fixes
According to the user:
- The biggest productivity killer with Claude isn't wrong answers — it's the three paragraphs of validation before it gets to the point
- This prompt cuts the preamble by about 80%
- You get answers faster
- You get pushback when your approach is wrong instead of Claude politely helping you build the wrong thing for 45 minutes
What It Doesn't Fix
- Claude will still hedge on anything genuinely controversial
- This prompt doesn't unlock some secret unfiltered mode
- It mostly just kills the sycophancy on technical and creative work
Where It Makes the Most Difference
- Code reviews: Instead of "That's an interesting approach! Here are some considerations..." you get "This will break under concurrent access. Here's why and here's what to do instead."
- Brainstorming sessions
The user notes that while "tell Claude to be honest" posts are common, this specific approach has been genuinely useful for their workflow.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Prompt Codes Retested: L99 Sharper, OODA Narrower, ARTIFACTS Faded, and 3 New Codes to Use
A 6-month retest of L99, OODA, and ARTIFACTS prompt codes on Claude shows L99 sharper on Sonnet 4.6/Opus 4.7, OODA failing on strategic prompts, ARTIFACTS unnecessary for code, and three new codes (/skeptic, /blindspots, /decompose) earning daily use. Stack no more than 2 codes.

Using project narratives to manage memory in large OpenClaw projects
A developer shares a process where after each major milestone, they spawn a separate OpenClaw worker to analyze the codebase and write a 'project narrative' document, which helps identify broken pipelines, redundancies, and missing pieces that the main worker might overlook.

Claude Cowork file access issue with Google Drive streaming mode and the fix
When using Claude Cowork with Google Drive for Desktop in streaming mode, files may fail to open because Cowork needs real files on disk, not placeholders. The fix involves making specific folders available offline and using standard file formats.

Reddit user shares common Claude Code prompting mistakes with fixes
A developer using Claude for Node.js backend work identified 10 common prompting mistakes after months of use, including missing validation requirements and treating Claude as one-shot tool. They created a visual guide with fixes for each issue.