OnlineIgniter/legislative-tracker ? reverse-engineered prompt
Reverse engineered prompt
Build me a legislative tracking app that checks for new and updated bills every day, turns each bill into a short plain English summary, tags it by topic, and routes it to the right team. I want it to work for state and federal bills, start with LegiScan or Open States, and remember what it has already seen so it does not send duplicates.
Please make it able to send the results to email, Slack or Teams, and also into Salesforce as records with team routing and a link back to the official bill source. If a bill does not match any topic, it should go into a review queue instead of being lost.
I want the whole thing to run in Docker with a simple command from the README, and it would be great if the summaries are easy to swap to a different AI model later without rewriting the pipeline.