deal-sourcing-signals

Scans companies for deal-sourcing signals across six dimensions and scores investment readiness.

3.4k|487|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/davepoon/buildwithclaude --skill deal-sourcing-signals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deal-sourcing-signals
Source: https://github.com/davepoon/buildwithclaude/tree/main/plugins/venture-capital-intelligence/skills/deal-sourcing-signals
Command: npx skills add https://github.com/davepoon/buildwithclaude --skill deal-sourcing-signals

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Venture capital analysts spend hours manually researching companies to detect hiring, funding, product, team, market, and tech signals that indicate investment readiness. This Skill automates that scan and produces a scored sourcing brief.

Core Features & Use Cases

  • Six-Dimension Signal Scan: Runs targeted web searches for hiring, funding, product, team, market, and tech signals, then classifies each with strength and sentiment scores.
  • Quantified Deal Scoring: A Python scorer normalizes signals into per-type scores (0-100), a weighted overall deal score, and an investment readiness verdict of MONITOR, ENGAGE, or MOVE FAST.
  • Formatted Sourcing Brief: Generates a 200-word outreach brief plus a formatted terminal report with score bars and top signals.
  • Use Case: An associate asks whether a startup is raising soon; the Skill scans live web data, detects 3x hiring growth and a recent product launch, and outputs an ENGAGE rating with a first-meeting angle.

Quick Start

Ask Claude to run a deal signal scan on a company, for example: scan signals for Acme Corp and tell me if they are raising soon.

Frequently Asked Questions about deal-sourcing-signals

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan a company for deal-sourcing signals?

Provide the company name and optionally its website, stage filter, and geography. The Skill runs six targeted web searches, classifies up to five signals per type with strength and sentiment, then Python scripts compute an overall deal score and readiness rating.

What signal types does a VC deal sourcing scan cover?

The scan covers six canonical signal types: HIRING, FUNDING, PRODUCT, TEAM, MARKET, and TECH. Each type is scored 0-100 and weighted, with hiring and funding weighted highest at 0.25 each.

How is the investment readiness score calculated?

Each signal's strength (1-10) is multiplied by a sentiment factor, aggregated per type with exponential normalization to 0-100, then weighted into an overall score. Scores of 70 or above, or a funding score of 60 or above, return MOVE FAST; 45 or above returns ENGAGE; otherwise MONITOR.

Does the deal sourcing scan require Python or external packages?

It requires Python 3 but uses only the standard library (json, math, os, sys, collections), so no pip installs are needed. Live signal data comes from Claude's web search, not from an external API.

Why does signal_scorer.py report that raw_signals.json is not found?

The scorer expects raw_signals.json in the skill's output directory, written during the classification step. Run the web search and signal extraction steps first so the file exists before executing signal_scorer.py.

What are the limitations of web-search-based signal detection?

Signals depend on publicly indexed information, so stealth companies or unannounced rounds may score low despite real activity. Strength scoring is manual and subjective, and old or unverified news should be rated as weak or noise.