← ClaudeAtlas

inbound-lead-triagelisted

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-ai/goose-skills · ★ 727 · AI & Automation · score 82
Install: claude install-skill gooseworks-ai/goose-skills
# 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": { "source_tool": "HubSpot | Salesforce | Typeform | CSV | other", "access_method": "API | CSV export | MCP tool | manual paste", "fields_availa