Lead Discovery — Orchestrator
This is the entry point for all lead generation requests. Before any signal skill runs, this skill ensures the agent has enough business context to configure every downstream skill correctly.
When to Use
- User asks to "find leads", "generate leads", "do outbound", "find prospects", or any variation
- User mentions lead generation without specifying a particular signal source
- User asks to run a specific signal skill but the agent has no business context yet
- Always run this skill first — before github-repo-signals, job-signals, community-signals, competitor-signals, or event-signals
What This Skill Does
- Learns about the user's business (via website or questions)
- Identifies competitors, ICP, and relevant technologies
- Generates the shared context object that all signal skills need
- Recommends which signal sources to run and in what order
- Hands off to individual signal skills with inputs pre-filled
Phase 1: Gather Business Context
If the user provides a website URL
Scrape the website (homepage, pricing page, about page, docs if available) and extract:
- Product description — one-liner of what the product does
- Category — the market category (e.g., observability, API platform, CI/CD, CRM)
- Target buyer — who the product is sold to (developers, DevOps, marketers, etc.)
- Key features — the 3-5 main capabilities
- Technology keywords — the technical terms associated with this product and space
- Pricing model — free tier, usage-based, seat-based, enterprise (helps qualify leads)
- Competitors mentioned or implied — from comparison pages, "alternative to" language, integrations
After extracting, present a summary to the user and ask them to confirm or correct.
If the user does NOT have a website
Ask these questions one conversational block at a time. Do NOT dump all questions at once.
Block 1 — The Basics:
- What does your product do? (one sentence)
- Who is your ideal buyer? (role, company size, industry)
- What problem does it solve?
Block 2 — The Market (ask after Block 1 is answered):
- Who are your main competitors? (even indirect ones)
- What technologies or tools does your product integrate with or replace?
- What does your tech stack look like? (helps identify GitHub repos)
Block 3 — Sales Context (ask after Block 2 is answered):
- How do you sell today? (inbound, outbound, PLG, partnerships)
- What's your price range? (helps filter lead quality — a $500/yr tool targets different companies than a $50k/yr platform)
- Any specific companies or segments you're already targeting?
Phase 2: Competitor & Ecosystem Research
Once you have the business context, research to fill gaps the user didn't provide:
Identify Competitors
- Search the web for "[product category] alternatives", "[competitor name] vs", "best [category] tools 2025/2026"
- Build a list of 5-10 direct and indirect competitors
- For each competitor, note:
- Name and website
- GitHub repos (if open-source or has public repos)
- Product Hunt slug (if launched there)
- Greenhouse/Lever career page slug (for job signals)
Identify Relevant GitHub Repos
- Search GitHub for repos in the product's technology space
- Include: competitor repos, category-defining repos, popular libraries the ICP uses
- Aim for 3-8 repos that the user's ideal buyers would star, fork, or contribute to
Identify Community Watering Holes
- Which subreddits discuss this space?
- Are there relevant HN threads or recurring topics?
- Any Slack/Discord communities, forums, or newsletters? (note these even if we can't scrape them — useful context)
Identify Relevant Events
- What conferences does this ICP attend?
- Any upcoming or recent events in the space?
Present your research findings to the user for confirmation before proceeding.
Phase 3: Build the Shared Context Object
After Phases 1 and 2, you should have all of this:
SHARED CONTEXT
==============
Product: [one-liner description]
Category: [market category]
Website: [URL or "none"]
ICP:
Role: [e.g., Backend engineers, DevOps leads, Engineering managers]
Company size: [e.g., 50-500 employees]
Industry: [e.g., SaaS, fintech, healthtech — or "any"]
Tech stack: [e.g., Kubernetes, Python, AWS]
Competitors: [list with GitHub repos, PH slugs, career page slugs where found]
Technology keywords: [list of 10-20 relevant terms]
Problem statements: [3-5 problems the product solves, as they'd appear in job posts or forum discussions]
GitHub repos to scan: [3-8 repos]
Subreddits: [5-10 relevant subreddits]
Job search queries: [3-5 job title searches]
Greenhouse/Lever slugs: [company career page slugs]
Product Hunt slugs: [competitor PH slugs]
Conference/event names: [if identified]
Present this to the user as a formatted summary. Ask them to confirm, add, or remove items.
Phase 4: Recommend Signal Sources & Route
Based on the context, recommend which signal skills to run. Use this priority order:
Always recommend (free, high signal):
- github-repo-signals — if relevant repos were identified and the ICP is technical/developer-facing
- job-signals (HN + RemoteOK + Greenhouse/Lever only) — free sources, detects hiring intent
Recommend if relevant:
- community-signals (HN only — free) — if the ICP participates in developer communities
- competitor-signals — if competitors have PH launches, case studies, or recent press
- event-signals — if specific conferences/events were identified
Recommend with cost note:
- community-signals (add Reddit — ~$5-10) — broader community coverage
- job-signals (add LinkedIn/Google — ~$1-3) — broader job board coverage
- SixtyFour enrichment — after any signal skill produces output (~$0.05-0.20/lead)
Present the recommendation as a numbered plan with costs. Ask the user which sources they want to run — all of them, a subset, or just start with the free ones.
Handoff
Once the user picks their sources, begin executing them in the recommended order. For each skill:
- Invoke the appropriate skill (e.g., , )
- Pre-fill all inputs from the shared context (do NOT re-ask the user for information you already have)
- Only ask skill-specific questions that weren't covered in the shared context (e.g., user limit for github-repo-signals)
- After each skill completes, briefly summarize results and move to the next
Key Rules
-
Never jump straight to a signal skill without first understanding the business. Even if the user says "scan this GitHub repo", take 30 seconds to understand what they sell and who they sell to — it makes the output analysis 10x more useful.
-
Don't ask all questions at once. Conversational blocks. If the user gives a website, you may not need to ask anything at all.
-
Research fills gaps. If the user says "our competitors are X and Y", still research to find Z they may have missed. But present findings for confirmation — don't assume.
-
Cost transparency. Always tell the user which sources are free and which cost money before running anything.
-
Reuse context. Once the shared context is built, every downstream skill should inherit it. The user should never be asked the same question twice.
-
Start small, scale up. Default recommendation: start with free sources, review results, then decide on paid sources. Don't push users to spend money upfront.