plugins/venture-capital-intelligence/skills/deal-sourcing-signals/SKILL.md
--- name: deal-sourcing-signals description: Scan a company or sector for deal-sourcing signals across 6 dimensions. Triggered by: "/venture-capital-intelligence:deal-sourcing-signals", "scan signals for X", "what signals is X showing", "deal sourcing scan", "hiring signals for X", "is X raising soon", "monitor this company", "company signal scan", "sourcing brief for X", "what is X up to", "is X growing", "track this company", "deal signal report for X", "is this company fundraising", "what are
npx skillsauth add davepoon/buildwithclaude plugins/venture-capital-intelligence/skills/deal-sourcing-signalsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
development
Show drill-me learning progress — topics studied, cards due for review, weakest concepts, and what to study next. Use when the user asks what's due, how their learning is going, or for their drill-me status.
development
Teach the user a topic as an adaptive tutor — retrieval practice, spaced repetition with decay, and persistent memory in ~/.drill-me/. Use when the user wants to learn or be drilled on something, says "drill me on X", "teach me X", or wants to study a topic, a codebase, or a document.
development
Turn any codebase into evidence-grounded Markdown docs plus a machine-readable index.json. Every claim cites its source; never invents deployment steps.
tools
Assesses the current state of the startup project and recommends what to focus on next. Use when there is a need or a question from the user to understand what the next steps are or what to focus on next.