blazingscrubs-hub/codebuff — reverse-engineered prompt
Reverse engineered prompt
Build me an open source AI coding assistant that runs from the terminal. I want people to install it, open any project folder, type a plain English request like fix this security bug or add rate limiting, and have the tool figure out the right files, make the edits, and run tests so the user can trust the result.
Make it work through a team of specialized agents, like one that finds relevant files, one that plans, one that edits, and one that reviews the work. Also include a way for users to create their own custom agents with a simple init command, plus an SDK so developers can run agents inside their own apps.
There should be a free ad supported version with no setup or credits, and clear docs for installing the CLI, using the SDK, and contributing. Keep it practical and polished, with good error handling and a friendly terminal experience. Look up current docs online if you need to.
Want more depth? Deep Reverse