azrtydxb/procoder ? reverse-engineered prompt
Reverse engineered prompt
Build me a Go tool that helps AI coding agents act more like a senior developer.
I want one binary with no runtime dependencies that can plug into different coding agents and keep them honest. It should add a strong check before work is considered done, catch messy commits like unformatted code, conflict markers, junk files, secrets, and other obvious hygiene problems, and refuse to say everything is fine when something was not actually checked. It should also have a simple workflow for specs, plans, tasks, tests, and releases, so unfinished work does not get marked complete too early.
The tool should never secretly change code on its own, only report what it found and let the agent fix it. If a bug or review issue gets through, I want a way to capture the lesson so the same class of problem gets blocked next time. Make it feel like a practical developer assistant, not a chatty one, and look up current docs online if you need to.