zlisto/marketing_agent_v2 ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python tool that helps with prospecting and outreach for a small marketing or sales team.
I want to give it a simple project folder with JSON templates for my company, the kind of prospects I want, the contact roles I care about, and the email style I want to use. Then it should use Gemini with Google Search to find real businesses, look up public contact info with source links, and write personalized email drafts based on what it finds. It should save everything as JSON inside a project outputs folder, and it should be able to run all at once or stage by stage.
Please make it careful about not inventing contact details, only keep emails or phones that have a real source URL, and make the results easy to review before sending. A simple HTML report would be nice too. If you need to, look up the current docs for the Gemini Search grounding API.
Are you gonna build this?
make sure you review the code using coderabbit