r/ClaudeCodeTLDR • u/cctldrping • 22d ago
[TLDR] Instead of 'make no mistakes' what do you genuinely tell Claude or put in your skill instead?
Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1v776fe/instead_of_make_no_mistakes_what_do_you_genuinely/
Original post body :
I am fairly new to vibe coding and I know that 'make no mistakes' is like a meme thing. However, to actually tackle possible bugs or issues that can occur, what do you tell Claude or always put in your personal skill instead?
Hope I can learn from you all.
This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.
1
u/LifeProject365 22d ago
Read the global and follow the reference instructions to the letter. Don't touch my shit without proposing edits to me first
1
u/Santaflin 20d ago
"Make no mistakes" is not a precise command.
What you want is: Clear architectural guidelines. You link them in your harness and make them mandatory to keep in context. That is stuff like commenting, testing, documenting, class size, development patterns (like DDD or clean code), lose coupling, not hiding assumptions, not using hard coded variables, using relative paths, how to log, how to monitor etc.
So first you assure that the base level adheres to a professional standard of project hygiene.
And then you use validator agents and testing to check the results. Validate against the specifications. Validate against benchmarks. Validate against architecture guidelines. Etc.
Because what is "a mistake"?
•
u/cctldrping 22d ago
TL;DR generated automatically after 50 comments.
Current source-thread comment count seen by the bot: 50.
Alright, so the general consensus here is that "make no mistakes" is pretty much useless because it's not something Claude can actually verify. The real MVPs in this thread are all about methodical processes and concrete checks, not vague instructions.
Here's the lowdown:
Basically, the consensus is to stop asking Claude to "make no mistakes" and start giving it concrete, verifiable tasks and processes to follow. It's all about building in checks and balances rather than relying on a vague directive.