Agent skill · Content & Marketing

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.

gooseworks-aigithub.com/gooseworks-aiGitHub ↗
claude-codecodexcursorMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/lead-generation/composites/inbound-lead-triage/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,091
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Auto-Load
  2. Architecture
  3. Step 0: Configuration (Once Per Client)
  4. Step 1: Collect Leads
  5. Input
  6. Process
  7. Output
  8. Human Checkpoint
  9. Step 2: Classify & Rank by Urgency
  10. Urgency Tier System
  11. Signal Boosters (Move Up One Tier)
  12. Signal Dampeners (Move Down One Tier)
  13. Urgency Override
  14. Step 3: Qualify Against ICP
Ships with 1 file
  • skill.meta.json
More from goose-skills
All skills →
About this skill
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.

Keep going