One prompt that finds, emails, and logs 200 investor contacts via Claude Code

A solo founder shared an open-source prompt that turns any AI coding agent into a fully automated personalized outreach system. The prompt instructs the agent to:
- Search the web for relevant investors, partners, or customers
- Check Gmail and Notion to ensure no one is contacted twice
- Write a personalized email for each target (no templates)
- Send each email individually via SMTP
- Log every outreach to Notion with thread IDs
- Auto-correct on failure
The user reported that the system found and emailed 200 targets while they made lunch — with zero duplicates and a full audit trail in Notion. The same approach works for customers, B2B partners, job applications, etc.
The entire skill file is open-source at github.com/samihalawa/swarm-massive-outreach-skill. To use it: drop the file into Claude Code, Cursor, Windsurf, or any AI agent; plug in SMTP + Notion credentials; edit the 5 lines describing your startup; then run it.
This is a practical demonstration of AI agents handling multi-step workflows that previously required hours of manual scraping, deduplication, email personalization, sending, and logging.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code Agent Orchestrator Architecture for Multi-Agent Systems
The Ultrathink team runs an AI-operated store where 6 Claude Code agents handle design, code, marketing, and operations. Their orchestrator agent coordinates work across specialized agents, handles failures, and ships code to production automatically.

Why AI Won't Speed Up Your Development Processes – Focusing on Bottlenecks
Frederick Vanbrabant argues that AI won't automatically speed up software processes unless you fix upstream bottlenecks like vague requirements, as illustrated with Gantt charts and a deep dive into 'The Goal' and 'The Toyota Way'.

Practical lessons from automating LinkedIn outreach with OpenClaw
A developer shares hard-won lessons from three weeks of automating LinkedIn outreach with OpenClaw, covering LinkedIn's automation detection, account warm-up periods, ICP scoring with intent signals, rate limiting nuances, and conversation flow design.

Building a Mobile App with Claude and ChatGPT: A Non-Technical Developer's Workflow
A developer with no CS background built a full mobile app called BloomDay using Claude and ChatGPT while unemployed, employing a React Native, Supabase, RevenueCat, and Cloudflare stack.