centsandcode/rubber-duck
15 stars · Last commit 2026-09-04
Socratic debugging for AI agents. Don't give me the answer. Help me find it.
README preview
# rubber-duck > *Don't give me the answer. Help me find it.* [](https://github.com/centsandcode/rubber-duck/releases) [](https://code.claude.com) [](LICENSE) A plugin for Claude Code that inverts the agent's role: instead of handing you solutions, it asks questions until **you** reach the answer yourself. Inspired by the classic rubber duck debugging technique. ## Why By default, coding agents solve. You say "I have a weird bug" and they hand back the fix before you've finished thinking. Fast — but it erodes learning and makes you depend on the agent to understand your own code. Rubber Duck turns the agent into a Socratic interlocutor. It listens, asks, guides. It does not solve until you explicitly ask. You learn, you understand,