From venture-capital-intelligence
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 the momentum signals for X", "find signals on X", "is X worth tracking". Claude Code only. Requires Python 3.x. Uses web search for live signal data.
npx claudepluginhub isanthoshgandhi/venture-capital-intelligenceThis skill uses the workspace's default tool permissions.
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.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Provides process, architecture, review, hiring, and testing guidelines for engineering teams relying on AI code generation.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
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.