Manas1kukreti/FinFlow ? reverse-engineered prompt
Reverse engineered prompt
Build me a web app called FinFlow that lets teams upload XLSX files and type what they want in plain English, then turns that into a clear workflow and runs it for them.
I want users to be able to drop in messy spreadsheets, ask things like filter rows, group by a column, calculate totals, or generate a report, and have the app figure out the right columns even when the sheet names are inconsistent. If the request is unclear, it should ask a few smart follow up questions instead of guessing. After the user answers, it should continue and show live progress while the job runs.
Please include a clean dashboard, upload page, review and audit view, and an admin area for basic settings and alerts. The backend should handle file uploads, job state, clarification sessions, and long running tasks, with live updates sent back to the UI. Make the result deterministic and reviewable, with a clear execution history the user can trust. If you need to check current docs or best practices online, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit