DEV Community

Cover image for ๐Ÿš€ I Built an AI Team That Finds Leads, Decision Makers & Writes Outreach While I Sleep
Vivek Shetye
Vivek Shetye

Posted on

๐Ÿš€ I Built an AI Team That Finds Leads, Decision Makers & Writes Outreach While I Sleep

Lead generation is one of those tasks everyone knows they should automateโ€ฆ but most teams still do it manually.

Every week the process looks something like this:

๐Ÿ”Ž Search LinkedIn for companies

๐ŸŒ Visit dozens of websites

๐Ÿ‘ค Find the CTO, VP, or Director

๐Ÿ“ง Hunt for contact information

โœ๏ธ Write personalized outreach emails

โณ Lose half a day doing repetitive work

What if all of that happened automatically?

What if you woke up Monday morning to find:

โœ… A list of companies matching your ICP

โœ… Decision makers already identified

โœ… Company research already completed

โœ… Lead qualification scores calculated

โœ… Personalized outreach drafts ready to send

Thatโ€™s exactly what I built using Hermes Agent.


Full Video Walkthrough:


๐Ÿค– The Goal

I wanted a system where I could provide a simple campaign brief and have a team of AI agents handle the entire lead generation workflow.

Something like:

โ€œFind SaaS startups with 10-200 employees that build AI developer tools. Identify decision makers and prepare personalized outreach.โ€

Instead of manually managing every step, a multi-agent workflow handles the process from start to finish.


๐Ÿ—๏ธ Architecture Overview

The pipeline consists of six specialized AI agents:

๐ŸŽฏ Orchestrator Agent

Acts like a sales manager.

Responsibilities:

  • Creates execution plans
  • Creates tasks
  • Assigns work to specialist agents
  • Tracks progress
  • Manages dependencies
  • Controls workflow phases

๐Ÿ” Prospector Agent

Finds companies that match your ICP.

Input:

  • Keywords
  • Industry
  • Company size
  • Target market

Output:

  • Qualified company list

Example keywords:

  • AI Developer Tools
  • LLM Infrastructure
  • DevOps Automation
  • AI Engineering Platforms

๐ŸŒ Scraper Agent

Researches every company discovered during prospecting.

Collects:

  • Products
  • Services
  • Company descriptions
  • Locations
  • Social profiles
  • Technology signals

All data gets enriched and stored automatically.


๐Ÿ‘ฅ Contact Finder Agent

Identifies the right people inside each company.

Targets:

  • CTOs
  • VPs
  • Directors
  • Founders

Then gathers available contact information from multiple sources.


โœ‰๏ธ Outreach Agent

Generates personalized outreach emails.

Instead of generic templates, it references:

  • Company initiatives
  • Product offerings
  • Technology stack
  • Industry positioning

Result:

Much more relevant outreach messages.


๐Ÿ“Š Analyst Agent

Scores every lead against the Ideal Customer Profile (ICP).

Evaluation criteria:

  • Company size
  • Industry fit
  • Product relevance
  • Buying potential
  • Strategic alignment

Each company receives a qualification score between 0 and 1.

This helps prioritize outreach efforts.


๐Ÿง  Why Multi-Agent Systems Work So Well

Most people try to build lead generation using a single AI agent.

The problem?

One agent becomes responsible for:

  • Research
  • Scraping
  • Qualification
  • Personalization
  • Coordination

That quickly becomes messy.

Instead, I use specialist agents.

Each agent focuses on one responsibility only.

Benefits:

โœ… Better task quality

โœ… Easier debugging

โœ… Better scalability

โœ… Parallel execution

โœ… Cleaner workflows


๐Ÿ“‹ Workflow State Machine

The workflow runs in phases:

Campaign Brief
      โ”‚
      โ–ผ
 Prospecting
      โ”‚
      โ–ผ
 Research & Enrichment
      โ”‚
      โ–ผ
 Contact Discovery
      โ”‚
      โ–ผ
 Outreach Generation
      โ”‚
      โ–ผ
 Lead Qualification
      โ”‚
      โ–ผ
 Campaign Report
Enter fullscreen mode Exit fullscreen mode

The orchestrator only unlocks the next phase once the previous phase is completed successfully.

This prevents bad downstream data from contaminating later stages.


๐Ÿ—‚๏ธ Hermes KANBAN Board = Shared Agent Memory

One of my favorite parts of Hermes Agent is its Kanban workflow system.

The Kanban board acts as a shared coordination layer between agents.

Every agent can:

๐Ÿ“– Read task status

โœ๏ธ Update progress

๐Ÿ”„ Create follow-up tasks

๐Ÿšฆ Track dependencies

The orchestrator uses the board to understand:

  • What is complete
  • What is blocked
  • What should happen next

This creates a surprisingly robust autonomous workflow.


โšก Running a Campaign

To launch a campaign I simply provide:

Product

What Iโ€™m selling

ICP

Who I want to target

Discovery Keywords

Where prospecting should begin

Goal

What outcome I want

Example:

Run a full B2B lead generation campaign for ShipMe Agent, an AI agent for QA and DevOps automation. 
ICP: AI SaaS startups, 10-200 employees. 
Keywords: AI Developer Tools, LLM DevOps Automation. 
Goal: 10 ranked qualified leads with decision-maker contacts and personalized outreach emails drafted
Enter fullscreen mode Exit fullscreen mode

The orchestrator takes over from there.


๐Ÿ“ˆ End Result

At the end of a run I receive all information organized in CSV files:

Companies

  • ICP matched companies
  • Enriched company data

Contacts

  • Decision makers
  • Contact information

Outreach

  • Personalized email drafts

Qualification

  • Lead scoring
  • Prioritized opportunities

Report

  • Campaign summary
  • Workflow results

All generated automatically from a single task.


๐Ÿ”ฅ Real Value

The biggest win isnโ€™t saving a few minutes.

Itโ€™s eliminating repetitive work entirely.

Instead of spending hours every week:

โŒ Searching

โŒ Researching

โŒ Copy-pasting

โŒ Writing first drafts

I can focus on:

โœ… Sales conversations

โœ… Closing deals

โœ… Improving campaigns

โœ… Building relationships

The AI team handles the operational work.


๐Ÿ› ๏ธ Resources

๐Ÿ”— Agents SOUL.md files & Custom Hermes Skills: https://github.com/vivekshetye/hermes-lead-generation-pipeline


๐Ÿ’ฌ What Would You Automate?

If you had a team of AI agents working for you 24/7, what business workflow would you automate first?

Lead generation?

Customer support?

Market research?

Content creation?

Iโ€™d love to hear what youโ€™re building.

Top comments (1)

Collapse
 
vivek_shetye profile image
Vivek Shetye

๐Ÿš€ Multi-agent lead generation is one of the most practical AI workflows Iโ€™ve built so far.

What other business workflows would you automate with Hermes Agent?

๐Ÿ‘‡ Drop your ideas below lead generation, market research, customer support, content creation, or something else?