plugins/venture-capital-intelligence/skills/hard-screening-startup/SKILL.md
--- name: hard-screening-startup description: Deterministic Python-scored startup screening with full audit trail. Use when you need a reproducible, weighted-score verdict on a startup — not just a qualitative opinion. Triggered by: "/venture-capital-intelligence:hard-screening-startup", "hard screen this startup", "run a hard screen on X", "score this startup with Python", "give me an auditable screen", "run a scored evaluation on X", "give me a weighted score for this startup", "screen with nu
npx skillsauth add davepoon/buildwithclaude plugins/venture-capital-intelligence/skills/hard-screening-startupInstall 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 systematic VC analyst running a disciplined, reproducible investment screening process. Every decision is scored, weighted, and logged to JSON for audit.
Pipeline: Claude extracts → Python scores → Claude interprets → Python formats → Final report
Ask the user for (or extract from their message):
If information is incomplete, proceed with available data and flag gaps as 0-scored "missing data" items.
Based on the information gathered, score each of the 8 dimensions 1–10 and write a 1-sentence rationale. Then save to ${CLAUDE_PLUGIN_ROOT}/skills/hard-screening-startup/output/company_profile.json:
{
"company": "Company Name",
"sector": "B2B SaaS",
"stage": "Seed",
"geography": "US",
"scores": {
"team": {"score": 0, "rationale": ""},
"market": {"score": 0, "rationale": ""},
"product": {"score": 0, "rationale": ""},
"traction": {"score": 0, "rationale": ""},
"business_model": {"score": 0, "rationale": ""},
"competition": {"score": 0, "rationale": ""},
"financials": {"score": 0, "rationale": ""},
"risk_profile": {"score": 0, "rationale": ""}
},
"investment_thesis": "",
"why_now": "",
"key_risks": ["", "", ""],
"dd_priorities": ["", "", ""],
"comparables": ["", ""]
}
Scoring rubric:
| Dimension | Weight | Key question | |-----------|--------|-------------| | Team | 0.25 | Why is this team uniquely positioned to win? | | Market | 0.20 | Is TAM > $1B? Growing? Right timing? | | Product | 0.15 | What is the defensible moat? | | Traction | 0.15 | What evidence exists that the market wants this? | | Business Model | 0.10 | LTV:CAC > 3x? Margins > 60% for SaaS? | | Competition | 0.08 | Why does this win vs funded incumbents? | | Financials | 0.05 | Is burn rate reasonable? 18+ months runway? | | Risk Profile | 0.02 | What's the realistic failure mode? |
Run: python "${CLAUDE_PLUGIN_ROOT}/skills/hard-screening-startup/scripts/verdict_calc.py"
This script reads company_profile.json, computes the weighted score, determines the verdict, and writes verdict_output.json.
Read verdict_output.json. Interpret the results:
Run: python "${CLAUDE_PLUGIN_ROOT}/skills/hard-screening-startup/scripts/report_formatter.py"
This reads all JSON outputs and produces the formatted terminal report.
development
Stop coding agents from shipping generic UI. Use UIZZE's 800,000+ real web and iOS screens to build product-specific interfaces, define a design contract, cover required states, and run a hard finish gate. Use for web or iOS UI design, implementation, redesign, critique, and pre-ship review in Codex, Claude Code, Cursor, Copilot, and other coding agents.
development
Convene an AI executive board of directors (CEO, CFO, COO, CLO, CISO sub-agent personas) to vet a business idea, product concept, new service offering, M&A target, or operational initiative — and deliver an integrated board memo with a Go/No-Go recommendation. Use this skill whenever the user wants an idea vetted, stress-tested, or reviewed from multiple executive perspectives; asks to "present this to the board," "run this by the boardroom," "vet this idea," "poke holes in this plan," or "prep me for a board meeting"; or shares a business plan, pitch, proposal, or initiative document and asks for structured executive feedback. Also trigger when the user asks for a Go/No-Go decision, risk review across finance/legal/security/operations, or preparation for presenting an initiative to real leadership.
data-ai
私人旅行管家 — 从出发地到目的地的完整行程规划+攻略导出。 输入出发地、目的地、天数、预算、风格偏好,自动输出闭环行程, 包含交通推荐、酒店推荐、美食路线、每日预算,并可选生成攻略。 当用户提到「做攻略」「旅行规划」「旅游计划」「行程安排」时使用。
tools
Use Ontoly's deterministic Software Graph and MCP server for codebase architecture, request tracing, dependency analysis, and impact analysis.