disler/super-simple-software-factory ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple software factory setup for my repo, something that lets coding agents work in clear phases instead of just wandering around in one long prompt.
I want a repeatable workflow where Python controls the sequence, retries, and done checks, and the agents only handle bounded tasks like planning, building, reviewing, and documenting. Please make it so the run is easy to install into a repo, easy to stamp in, and easy to rerun without breaking anything if files already exist.
I also want the whole thing to be observable, so every step and message gets saved as it happens, ideally in SQLite, with a way to see what ran and what happened. If it makes sense, include a simple visual way to inspect sessions too.
Use the README as the guide, and if you need current docs for any tool, look them up online. Keep it practical and make the first run something I can smoke test quickly.
Are you gonna build this?
make sure you review the code using coderabbit