spoke-sh/keel ? reverse-engineered prompt
Reverse engineered prompt
Build me a Rust command line tool for managing a turn based board for human and AI delivery teams.
I want it to help a team keep track of work from planning to implementation, with a clear turn loop that lets people inspect what is next, pull the right item for a given role, do the work, record proof, and close it out. It should have commands for things like checking board health, showing the current flow, listing roles, pulling the next item for manager or operator, and moving a story through start, record, submit, and accept. It should also support a doctor style command that finds and fixes obvious board problems.
Make it feel like a real engine, not just a notes app. Keep the board rules strict, and include the basic project files and docs needed to explain how to use it. If current docs or best practices would help, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit