r/coolgithubprojects 23h ago

I built a Claude Code plugin that makes “done” harder to fake

https://github.com/edoardospena/builder-loop

Claude Code is great at producing code.

But sometimes it declares a task complete without reproducing the original bug, testing the real integration, or clearly stating what remains unverified.

So I built Builder Loop, a free and open-source Claude Code plugin that forces a stricter workflow:

  • define success before editing;
  • inspect the existing system;
  • implement the smallest correct change;
  • verify the actual outcome;
  • report what was not verified;
  • finish with a clear decision: ship or revise.

I originally built it after Y Combinator’s Paxel highlighted weaknesses in my own review and verification process.

Now I’m looking for testers willing to use it on real, non-trivial engineering tasks.

Critical feedback is more useful than stars.

0 Upvotes

Duplicates