data-room

GitHub

辅助创业者准备融资尽职调查数据室,生成按阶段划分的文档清单,审计现有材料并推荐文件夹结构。适用于主动筹备、初次或确认性尽调场景。

skills/data-room/SKILL.md shawnpang/startup-founder-skills

Trigger Scenarios

用户需要为融资准备尽职调查数据室 投资者在路演后要求补充材料 提及 'data room'、'due diligence'、'DD checklist' 或询问投资者所需文件

Install

npx skills add shawnpang/startup-founder-skills --skill data-room -g -y
More Options

Use without installing

npx skills use shawnpang/startup-founder-skills@data-room

指定 Agent (Claude Code)

npx skills add shawnpang/startup-founder-skills --skill data-room -a claude-code -g -y

安装 repo 全部 skill

npx skills add shawnpang/startup-founder-skills --all -g -y

预览 repo 内 skill

npx skills add shawnpang/startup-founder-skills --list

SKILL.md

Frontmatter
{
    "name": "data-room",
    "reads": [
        "startup-context"
    ],
    "related": [
        "pitch-deck",
        "investor-research"
    ],
    "description": "When the user wants to prepare a due diligence data room for fundraising, or when an investor has requested additional materials after a pitch. Also activates for \"data room\", \"due diligence\", \"DD checklist\", or \"what documents do investors need?\"."
}

Data Room

When to Use

  • The founder is mid-fundraise and investors are requesting due diligence materials.
  • The founder wants to proactively prepare a data room before starting outreach.
  • The founder received a term sheet and needs to prepare for confirmatory due diligence.

Context Required

From startup-context: stage, legal entity type, founding date, team composition, fundraising history, cap table basics, revenue/metrics, and any existing legal or financial documents.

From the user: current round stage (pre-term sheet vs. post-term sheet), which investor is requesting materials, and any specific document requests received.

Workflow

  1. Read startup context — Pull company details from .agents/startup-context.md to understand stage, entity type, and what documents should already exist.
  2. Assess the DD stage — Determine if this is proactive prep (pre-pitch), initial DD (post-first meeting), or confirmatory DD (post-term sheet). The scope differs significantly.
  3. Generate the checklist — Produce a stage-appropriate checklist using the master framework below. Mark each item as: Exists, Needs Update, Needs Creation, or Not Applicable.
  4. Audit existing materials — Review documents for completeness, staleness (financials older than 1 month), and red flags (missing signatures, inconsistent cap table).
  5. Draft missing items — Provide templates or drafts for documents the founder needs to create (financial summary, KPI dashboard, org chart).
  6. Organize the room — Recommend a folder structure and set access controls for what to share pre- vs. post-term sheet.

Output Format

A structured checklist in markdown, organized by category:

## Data Room Checklist — [Company Name] — [Round]

### Section 1: Corporate Documents
- [x] Certificate of Incorporation — exists, current
- [ ] Board consent for fundraise — needs creation
- [ ] 409A valuation — needs update (last done 14 months ago)

Followed by a recommended folder structure and access-level guidance.

Frameworks & Best Practices

Master Due Diligence Checklist

1. Corporate Documents: Certificate of Incorporation (and amendments), bylaws, board minutes (last 12 months), board consent for fundraise, stockholder agreements, QSBS eligibility docs, state registrations, any pending litigation.

2. Cap Table & Equity: Fully diluted cap table (Carta/Pulley export, not a manual spreadsheet), option plan and grant ledger, SAFEs/convertible notes with terms, pro forma post-round cap table, current 409A valuation (<12 months old), secondary sale history.

3. Financials: P&L, balance sheet, cash flow — actual, last 12 months (monthly). Bank balance and burn rate. 18-36 month projections with stated assumptions. Revenue breakdown by customer/cohort. Unit economics (CAC, LTV, gross margin, payback). AR/AP aging. Outstanding debt.

4. Metrics & KPIs: Monthly KPI dashboard (MRR/ARR, growth, churn, NRR, DAU/MAU). Cohort retention. Sales pipeline (B2B) or funnel conversion (B2C/PLG).

5. Product & Technology: Product roadmap (6-12 months), architecture overview, IP ownership confirmation, patent filings, open source license audit, SOC 2 or security summary.

6. Contracts & Customers: Top 10 customer contracts, customer concentration analysis (<20% per customer is ideal), key vendor/partner agreements, exclusivity or non-compete clauses, churn log.

7. Team & HR: Org chart, founder/key employee bios, employment agreements (confirm IP assignment), contractor agreements, option grant summary, HR disputes, benefits summary.

8. Legal & Compliance: Privacy policy and GDPR/CCPA status, regulatory licenses, trademarks, terms of service, insurance (D&O, E&O, cyber).

Stage-Specific Scoping

  • Pre-seed / Seed: Focus on sections 1, 2, 3 (lighter — 3-6 months of financials), and 7 (team). Product and legal can be thinner. No 409A yet is fine.
  • Series A: All sections expected. Monthly financials for 12+ months. Solid metrics dashboard. Airtight IP assignment. Current 409A required.
  • Post-term sheet DD: Everything above, plus items the lead investor's counsel specifically requests. Corporate governance gets scrutinized here.

Folder Structure

/01-Corporate           /05-Product-and-Technology
/02-Cap-Table-Equity    /06-Contracts-Customers
/03-Financials          /07-Team-HR
/04-Metrics-KPIs        /08-Legal-Compliance
                        /09-Pitch-Materials

Access Control

  • Pre-term sheet: Share pitch materials, metrics dashboard, financial summary, team bios. Hold back contracts, full cap table, legal docs.
  • Post-term sheet: Open the full room. Require an NDA before sharing customer contracts or detailed financials.
  • Watermark PDFs with the investor's name. Use link-level analytics (DocSend) to track what gets opened.

Red Flags That Kill Deals

  • Cap table inconsistencies between the table and signed documents.
  • Missing IP assignment agreements for contractors who built core product.
  • Stale or missing 409A when options have been granted.
  • Financial statements that don't reconcile with bank statements.
  • Non-standard founder vesting without board approval documentation.

Related Skills

  • pitch-deck — the deck is the top-of-funnel; the data room is the supporting evidence
  • investor-research — knowing which investors are in the pipeline helps prioritize what to prepare first

Examples

Example prompt: "We just got a term sheet for our Series A. What do I need in my data room?"

Good output approach: Generate the full 8-section checklist scoped for confirmatory DD. Cross-reference against startup context to pre-fill what likely exists. Flag highest-risk items (cap table accuracy, IP assignments, 409A currency). Recommend a folder structure and 2-4 week timeline.

Example prompt: "I'm about to start fundraising for our seed round. Should I set up a data room now?"

Good output snippet:

Yes — a proactive data room signals operational maturity. For seed, focus on:

  • Clean cap table export (Carta or Pulley, not a spreadsheet)
  • Certificate of Incorporation and amendments
  • 6-month financial summary (revenue, burn, bank balance)
  • IP assignment agreements for all founders and contractors
  • Monthly KPI dashboard (MRR, user count, growth rate)

Version History

  • 4ad31b4 Current 2026-07-05 10:47

Same Skill Collection

skills/accelerator-application/SKILL.md
skills/architecture-design/SKILL.md
skills/board-update/SKILL.md
skills/churn-analysis/SKILL.md
skills/cicd-setup/SKILL.md
skills/code-review/SKILL.md
skills/cold-outreach/SKILL.md
skills/community-discovery/SKILL.md
skills/competitive-analysis/SKILL.md
skills/competitor-monitoring/SKILL.md
skills/content-strategy/SKILL.md
skills/contract-review/SKILL.md
skills/daily-product-digest/SKILL.md
skills/earned-media-outreach/SKILL.md
skills/email-marketing/SKILL.md
skills/employer-brand/SKILL.md
skills/event-hosting/SKILL.md
skills/feedback-synthesis/SKILL.md
skills/founder-thought-leadership/SKILL.md
skills/fundraising-email/SKILL.md
skills/interview-kit/SKILL.md
skills/investor-research/SKILL.md
skills/job-description/SKILL.md
skills/landing-page/SKILL.md
skills/launch-strategy/SKILL.md
skills/lead-scoring/SKILL.md
skills/market-research/SKILL.md
skills/mvp-scoping/SKILL.md
skills/onboarding-flow/SKILL.md
skills/partnership-outreach/SKILL.md
skills/pitch-deck/SKILL.md
skills/prd-writing/SKILL.md
skills/privacy-policy/SKILL.md
skills/process-docs/SKILL.md
skills/proposal-generation/SKILL.md
skills/review-mining/SKILL.md
skills/roadmap-planning/SKILL.md
skills/sales-script/SKILL.md
skills/security-review/SKILL.md
skills/sentiment-monitoring/SKILL.md
skills/seo-technical/SKILL.md
skills/soc2-prep/SKILL.md
skills/social-content/SKILL.md
skills/sourcing-outreach/SKILL.md
skills/startup-context/SKILL.md
skills/support-docs/SKILL.md
skills/tech-stack-eval/SKILL.md
skills/terms-of-service/SKILL.md
skills/user-research-synthesis/SKILL.md

Metadata

Files
0
Version
4ad31b4
Hash
2d371187
Indexed
2026-07-05 10:47

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-09 12:20
浙ICP备14020137号-1 $Гость$