diff --git a/tmp/leads/AGENT_INSTRUCTIONS.md b/tmp/leads/AGENT_INSTRUCTIONS.md index 522e0f5..783d1db 100644 --- a/tmp/leads/AGENT_INSTRUCTIONS.md +++ b/tmp/leads/AGENT_INSTRUCTIONS.md @@ -18,10 +18,14 @@ Read `seo-keywords.csv` from the repo root. Parse all rows. Sort by `CPC_High_EU ## Step 2 — Find 20 leads -Use both sources below. Deduplicate by email address. Aim for 20 unique leads total. +Use both sources below. Deduplicate by email address across both sources. Aim for 20 unique leads total. + +### Geographic priority +- **Primary (60%)**: English-speaking markets — US, UK, Australia, Canada, Ireland +- **Secondary (40%)**: EU — Germany, Netherlands, France, Spain, Sweden, Denmark, Belgium ### Source A — Vibe Prospecting -Search DACH (Germany, Austria, Switzerland) and English-speaking markets (US, UK, Australia). +Search the markets above with these filters: - Industries: restaurants/hospitality, marketing agencies, retail, print/design, events - Company size: 5–200 employees - Target titles: Owner, Marketing Manager, CMO, Digital Manager, Operations Manager @@ -88,12 +92,25 @@ Email body... ``` 4. Commit: `git add tmp/leads/DATE-leads.md && git commit -m "leads: add outreach draft DATE"` -5. Output a short summary: how many leads found per source, and confirm the file path. + +--- + +## Step 6 — Send review email + +Send the draft file to timo@qrmaster.net so he can review it in his inbox. +SMTP: host=smtp.qrmaster.net, port=465, secure=true, user=timo@qrmaster.net, pass=fiesta. +From and To: timo@qrmaster.net. +Subject: [QR Master Leads] DATE — 20 new drafts ready for review. +Body: plain text with the full contents of the leads file pasted in. +Use nodemailer. Create tmp/send-review.mjs, run with node, then delete it. +If SMTP fails, skip silently — the committed file is the source of truth. + +Output a final summary: leads found per source, file path, whether review email was sent. --- ## Critical rules -- **DO NOT send any emails.** Only save the file and commit. The human reviews in Claude Code CLI and gives approval there. +- **DO NOT send cold emails to leads.** Only save the file, commit, and send the review email to timo@qrmaster.net. Approval happens in Claude Code CLI. - If fewer than 20 leads are found, include all you found with a note at the top of the file. - Do not fabricate leads or email addresses. Only use real contacts from Vibe Prospecting and Apollo.io.