e-johnstonn/SalesCopilot — reverse-engineered prompt
Reverse engineered prompt
Build me a Windows only desktop app for sales calls that listens to a conversation, transcribes it live, and acts like a copilot while I’m talking to a prospect. I want a simple UI where I can enter the other person’s name, hit Start, see the transcript update in real time, and chat with an assistant that can read the current conversation and give me helpful answers and talking points.
It should also notice likely objections or questions from the customer and surface quick advice without me having to ask first. I want it to use a small knowledge base from text files so I can swap in my own sales guidelines later. When the call is over, let me save the transcript, reopen old ones later, and ask for a summary, performance feedback, or follow up suggestions based on that transcript.
Use Whisper style speech transcription and OpenAI for the assistant. Make setup straightforward with an API key file, and assume FFmpeg is installed. Look up current docs online if you need to.
Want more depth? Deep Reverse