inbound-lead-triage
Triages all inbound leads from a given period — demo requests, free trial signups, content downloads, webinar registrations, chatbot conversations. Classifies by urgency, qualifies against ICP, enriches with context, and produces a prioritized action queue with recommended response for each lead. Tool-agnostic — works with any CRM, form tool, or lead source.
npx skills add gooseworks-ai/goose-skills --skill inbound-lead-triage --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.
# Inbound Lead Triage Pulls all inbound leads from a specified period, classifies them by source urgency, qualifies against ICP, enriches with company/person context, and produces a prioritized action queue. Turns a messy inbox of form fills into a clear "who to call first" list. ## When to Auto-Load Load this composite when: - User says "triage my inbound leads", "review new leads", "check demo requests" - User wants to process a batch of inbound leads from any period - User asks "who should I follow up with first?" - A scheduled workflow triggers periodic inbound review ## Architecture ``` [Lead Sources] → Step 1: Collect → Step 2: Classify & Rank → Step 3: Qualify → Step 4: Enrich → Step 5: Route & Respond ↓ ↓ ↓ ↓ ↓ Raw lead list Urgency-ranked list ICP-scored list Context-rich list Action queue + drafts ``` Each step has a clear input/output contract. Tools are configured once per client, not hardcoded. --- ## Step 0: Configuration (Once Per Client) On first run, ask the user to configure their lead sources and preferences. Save to the current working directory or wherever the user prefers (e.g., `config/inbound-triage.json`). ```json { "lead_sources": { "demo_requests": { "sou
- When to Auto-Load
- Architecture
- Step 0: Configuration (Once Per Client)
- Step 1: Collect Leads
- Input
- Process
- Output
- Human Checkpoint
- Step 2: Classify & Rank by Urgency
- Urgency Tier System
- Signal Boosters (Move Up One Tier)
- Signal Dampeners (Move Down One Tier)
- Urgency Override
- Step 3: Qualify Against ICP
What does the inbound-lead-triage skill do?
Triages all inbound leads from a given period — demo requests, free trial signups, content downloads, webinar registrations, chatbot conversations. Classifies by urgency, qualifies against ICP, enriches with context, and produces a prioritized action queue with recommended response for each lead. Tool-agnostic — works with any CRM, form tool, or lead source.
How do I install it?
Run `npx skills add gooseworks-ai/goose-skills --skill inbound-lead-triage --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.
