AgentSkillsCN

startup-due-diligence

为种子轮与 A 轮初创企业(聚焦美国特拉华州的 C-Corp)提供法律尽职调查服务。同时兼顾投资人与创始人的视角。主要功能包括:(1) 交互式文档审查与问题排查;(2) 生成文件请求清单;(3) 分析资本结构表以及 SAFE/可转换票据;(4) 识别风险信号并标注严重程度;(5) 生成尽职调查报告。触发条件:尽职调查、DD、初创企业投资、资本结构表审查、A 轮、种子轮融资、投资人尽职调查、初创企业法律审查、SAFE 分析、可转换票据、409A 估值、创始人归属期。

SKILL.md
--- frontmatter
name: "startup-due-diligence"
description: "Legal due diligence review for seed-stage and Series A startups (US, Delaware C-Corp focus). Supports both investor and founder perspectives. Capabilities include: (1) Interactive document review and issue spotting; (2) Document request list generation; (3) Cap table and SAFE/convertible note analysis; (4) Red flag identification with severity ratings; (5) Diligence report generation. TRIGGERS: due diligence, DD, startup investment, cap table review, Series A, seed round, investor diligence, legal review startup, SAFE analysis, convertible note, 409A, founder vesting."
metadata:
  author: "Skala Inc."
  license: "Apache-2.0"
  license-notice: "See LICENSE and NOTICE files in the repository"
  homepage: "https://skala.io/legal-skills"
  repository: "https://github.com/skala-io/legal-skills"

First published on Skala Legal Skills

Legal Disclaimer

This skill is provided for informational and educational purposes only and does not constitute legal advice. The analysis and information provided should not be relied upon as a substitute for consultation with a qualified attorney. No attorney-client relationship is created by using this skill. Laws and regulations vary by jurisdiction and change over time. Always consult with a licensed attorney in your jurisdiction for advice on specific legal matters. The creators and publishers of this skill disclaim any liability for actions taken or not taken based on the information provided.


Startup Due Diligence Skill

Overview

Conduct legal due diligence on early-stage US startups (Seed/Series A). This skill supports:

  • Investors: Identify risks before investing
  • Founders: Prepare for diligence, fix issues proactively

Workflow

Step 1: Intake

Collect context before proceeding:

code
1. Perspective: Investor or Founder?
2. Stage: Pre-seed / Seed / Series A
3. Scope: Full DD or specific area (Corporate, Cap Table, IP, etc.)
4. Company basics: Name, State, Entity type, Industry

Step 2: Document Collection

Based on scope, request documents by category. See references/checklists/ for complete lists:

CategoryReference File
Corporate & Formationreferences/checklists/corporate.md
Cap Table & Securitiesreferences/checklists/cap-table.md
Intellectual Propertyreferences/checklists/ip.md
Employment & Foundersreferences/checklists/employment.md
Material Contractsreferences/checklists/contracts.md
Compliance & Regulatoryreferences/checklists/compliance.md
Litigationreferences/checklists/litigation.md
Financialreferences/checklists/financials.md

Step 3: Document Review

For each document received:

  1. Identify document type and category
  2. Check against category-specific criteria
  3. Flag issues using severity ratings (see below)
  4. Cross-reference with other documents for consistency

Severity Ratings:

  • 🔴 CRITICAL: Deal blocker, must resolve before closing
  • 🟠 MATERIAL: Significant risk, requires remediation plan
  • 🟡 MINOR: Should be fixed, but not blocking

See references/red-flags/common-issues.md for comprehensive issue patterns.

Step 4: Issue Analysis

For identified issues, provide:

  1. Description: What the issue is
  2. Risk: Why it matters
  3. Remediation: How to fix it
  4. Timeline: Estimated effort to resolve
  5. Escalation: Whether legal counsel required

Step 5: Report Generation

Generate deliverables using templates in assets/templates/.

CRITICAL: Template Usage Protocol

NEVER directly edit template .docx files. Always use the deterministic script:

bash
# 1. Collect data into JSON
cat > data.json << 'EOF'
{
  "COMPANY_NAME": "Acme Inc.",
  "REPORT_DATE": "2024-01-15",
  ...
}
EOF

# 2. Validate data
python scripts/validate_data.py diligence-report data.json

# 3. Populate template (deterministic - only fills {{PLACEHOLDERS}})
python scripts/populate_template.py assets/templates/diligence-report.docx data.json output.docx

This ensures template text is NEVER modified - only placeholders are filled.

Guidance Documents

Load these as needed based on the issues encountered:

TopicReference
SAFE notes & convertiblesreferences/guidance/safe-notes.md
Delaware C-Corp specificsreferences/guidance/delaware-corp.md
Stock options & 409Areferences/guidance/409a-options.md
Founder equity & vestingreferences/guidance/founder-equity.md

Quick Reference: Common Red Flags

Corporate

  • Missing board/stockholder consents for key actions
  • Charter not filed or not current
  • No bylaws or outdated bylaws

Cap Table

  • Discrepancies between cap table and stock ledger
  • Options granted without 409A valuation
  • SAFE/note terms not modeled in pro forma

IP

  • No IP assignment from founders (pre-incorporation work)
  • Missing PIIA from contractors who built product
  • Open source license violations

Employment

  • Founder shares not vesting (or fully vested day 1)
  • Key employees without offer letters/agreements
  • Misclassified contractors

Compliance

  • No securities filings (Form D, Blue Sky)
  • Missing 83(b) elections for early exercises

Output Formats

  1. Summary Table: Quick overview of findings by category
  2. Detailed Report: Full analysis with recommendations (DOCX)
  3. Issue Tracker: Spreadsheet format for tracking remediation
  4. Document Request List: Customized checklist for target company

Disclaimers

  • This is diligence assistance, not legal advice
  • All findings should be reviewed by qualified legal counsel
  • Escalate securities, tax, and regulatory matters to specialists
  • Document review is point-in-time; circumstances may change