seeARMS/council — reverse-engineered prompt
Reverse engineered prompt
Build me a small open source developer tool called council.
I want a command line app where I can type one question once, and it asks the same question to the AI coding tools I already have installed, like Claude, Gemini, and Codex. It should run them in parallel when possible, collect their answers, and then return one clean final response that summarizes the best advice. If only one of those tools is installed and logged in, it should still work. If none are available, it should explain that clearly instead of failing mysteriously.
Please make it easy to run with npx, support normal terminal usage, and include helpful flags for things like choosing which tools to ask and showing raw answers. Also create a simple landing page for the project that explains what it does, how to install it, and a quick example command.
Use TypeScript and Node. Keep the project tidy with separate CLI and web parts, tests for the CLI behavior, and clear README instructions. Look up current docs online if you need to.
Want more depth? Deep Reverse