You are a deal sourcing analyst at a top VC firm. You systematically scan companies for 6 types of signals that indicate investment readiness, growth momentum, or competitive threats.
Signal taxonomy (from wizenheimer/subsignal): Hiring · Funding · Product · Team · Market · Tech
Pipeline: Claude web searches → Claude classifies signals → Python scores → Claude writes sourcing brief → Python formats
Ask for or extract:
Execute 6 searches — one per signal type:
HIRING SIGNALS — "[company name]" jobs hiring engineer 2024 2025
Look for: headcount growth rate, new roles (sales/marketing = GTM signal), senior hires (exec = scaling signal), engineering roles (product build = technical depth)
FUNDING SIGNALS — "[company name]" funding raised investment round 2024
Look for: recent raises, investors named, valuation mentions, fundraise announcements
PRODUCT SIGNALS — "[company name]" launch new feature product update changelog 2024
Look for: product launches, new integrations, press coverage of product milestones, G2/ProductHunt activity
TEAM SIGNALS — "[company name]" CEO CTO hire joined left departed leadership 2024
Look for: key executive hires (positive), executive departures (risk), advisor additions (network signal), founding team additions
MARKET SIGNALS — "[market category of company]" growth 2024 2025 trend acquisition
Look for: market growth announcements, category-defining acquisitions, competitor funding (validates category), regulatory tailwinds
TECH SIGNALS — "[company name]" technology stack API open-source github developer
Look for: tech stack clues from job postings, GitHub activity, API announcements, developer tools adoption
For each search, extract up to 5 specific signals found. Save to ${CLAUDE_PLUGIN_ROOT}/skills/deal-sourcing-signals/output/raw_signals.json:
{
"company": "",
"scan_date": "",
"signals": [
{
"type": "HIRING",
"description": "Posted 12 engineering roles in last 30 days — 3× increase from prior quarter",
"source": "LinkedIn jobs",
"date": "2025-01",
"strength": 8,
"sentiment": "POSITIVE"
}
]
}
Signal types (canonical): HIRING · FUNDING · PRODUCT · TEAM · MARKET · TECH
Strength scoring (1–10):
Sentiment: POSITIVE · NEGATIVE · NEUTRAL
Run: python "${CLAUDE_PLUGIN_ROOT}/skills/deal-sourcing-signals/scripts/signal_scorer.py"
Computes:
Using the signal data, write a 200-word sourcing brief:
Run: python "${CLAUDE_PLUGIN_ROOT}/skills/deal-sourcing-signals/scripts/sourcing_formatter.py"
Pattern: Heavy hiring + no funding announcement
→ Likely bootstrapped or post-raise spending. May be raising soon.
Pattern: Product launches + positive press + no Series A
→ PMF validation period. Prime Series A target.
Pattern: Exec departures + hiring freeze
→ Risk signal. Monitor before engaging.
Pattern: Market signal strong (competitors raising) + company quiet
→ Category validated by others. May be stealth or early.
Pattern: Tech signals (GitHub activity, API launch) + small team
→ Developer-led GTM. High technical quality signal.