lead-discovery
Orchestrator that runs first for lead generation requests. Gathers business context via website analysis or questions, identifies competitors, builds ICP, and routes to signal skills with pre-filled inputs.
Profile →npx skills add gooseworks-ai/goose-skills --skill lead-discovery --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 1. Learns about the user's business (via website or questions) 2. Identifies competitors, ICP, and relevant technologies 3. Generates the shared context object that all signal skills need 4. Recommends which signal sources to run and in what order 5. 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: 1. **Product description** — one-liner of what the product does 2
- When to Use
- What This Skill Does
- Phase 1: Gather Business Context
- If the user provides a website URL
- If the user does NOT have a website
- Phase 2: Competitor & Ecosystem Research
- Identify Competitors
- Identify Relevant GitHub Repos
- Identify Community Watering Holes
- Identify Relevant Events
- Phase 3: Build the Shared Context Object
- Phase 4: Recommend Signal Sources & Route
- Always recommend (free, high signal):
- Recommend if relevant:
What does the lead-discovery skill do?
Orchestrator that runs first for lead generation requests. Gathers business context via website analysis or questions, identifies competitors, builds ICP, and routes to signal skills with pre-filled inputs.
How do I install it?
Run `npx skills add gooseworks-ai/goose-skills --skill lead-discovery --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.