5 Comments
User's avatar
pps's avatar

Hi this was a nice read. Thanks for links to your files. While I was exploring the repo I found the commands section. Like the `commit.md` are they also required for the above described approach to work ?

Dhruv Baldawa's avatar

No, they are not required. Only the files linked above are required, the repo has my full Claude Code config, so you might find other files that are not relevant to this post but part of my larger setup. Feel free to try them out :)

A Johnston's avatar

I am also finding adversarial operations are productive. That is the only thing that research is telling us is proven to help. E.g. ask Claude to remove redundant tests after writing tests. Try asking Claude about the utility of the instructions you are giving it. Here is my CLAUDE.md. I am writing a very specific kind of system code so it gets very particular about optimization: https://github.com/whatchamacallem/libhatchet/blob/main/CLAUDE.md

Dhruv Baldawa's avatar

Yes, 100%. I am already working on my next post that covers how I have been using adversarial subagents.