top | item 44839150

(no title)

MrGreenTea | 6 months ago

I just recently stumbled upon your tdd-guard when looking for inspiration for Claude hooks. I've been so impressed with what it allowed me to improve the workflow and quality. Then I was somewhat disappointed that almost no one seems to talk about this potential and how they're using hooks. Yours was the only interesting project I found in this regard and hope to give it a spin this weekend .

You don't happen to have a short video where you go into a bit more detail on how you use it though?

discuss

order

Nizoss|6 months ago

Sorry, I missed the second part of your comment!

I don't have a detailed video beyond the short demo on the repo, but I'll look into recording something more comprehensive or cover it in a blog post. Happy to ping you when it's ready!

In the meantime: I simply set it up and go about my work. The only thing I really do is just nudge the agent into making architectural simplifications and make sure that it follows the testing strategies that I like: dependency injection, test helpers, test data factories and such. Things that I would do regardless of the hook.

I like to give my tests the same attention and care that I give production code. They should be meaningful and resilient. The code base contains plenty of examples but I will look into putting something together.

Nizoss|6 months ago

Thank you for the kind words, it means a lot!

I spent my summer holiday on this because I truly believe in the potential of hooks in agentic coding. I'm equally surprised that this space hasn't been explored more.

I'm currently working on making the validation faster and more customizable, plus adding reporters to support more languages.

I think there is an Amazon backed vscode forked that is also exploring this space. I think they market it as spec driven development.

Edit: I found it, its called Kiro: https://kiro.dev/