foundationagents/metagpt ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python app that acts like a tiny AI software company.
I want to type one plain English request, like “make a 2048 game”, and have the system break it into roles like product manager, architect, project manager, and engineer, then turn that into useful output such as user stories, requirements, APIs, basic docs, and a generated project folder. It should work both from a command line and as a library I can call from Python.
Please make it easy to configure my model API key in a local config file, and include a simple setup flow so I can get started quickly. If it helps, look up current docs online for the model provider setup and best practices. I’d also like a few example prompts and a clear README that explains how to install it, run it, and what kinds of things it can generate.
Are you gonna build this?
make sure you review the code using coderabbit