Help us improve
Share bugs, ideas, or general feedback.
From legal-skills
Conducts legal due diligence for US seed/Series A startups: interactive document review, cap table/SAFE analysis, red flag spotting with severity ratings, report generation for investors/founders.
npx claudepluginhub skala-io/legal-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/legal-skills:startup-due-diligenceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
*First published on [Skala Legal Skills](https://www.skala.io/legal-skills)*
assets/templates/cap-table-memo.docxassets/templates/diligence-report.docxassets/templates/document-request-list.docxassets/templates/issue-summary.docxreferences/checklists/cap-table.mdreferences/checklists/compliance.mdreferences/checklists/contracts.mdreferences/checklists/corporate.mdreferences/checklists/employment.mdreferences/checklists/financials.mdreferences/checklists/ip.mdreferences/checklists/litigation.mdreferences/guidance/409a-options.mdreferences/guidance/delaware-corp.mdreferences/guidance/founder-equity.mdreferences/guidance/safe-notes.mdreferences/red-flags/common-issues.mdreferences/template-schemas.yamlscripts/create_placeholder_templates.pyscripts/populate_template.pyReviews VC term sheets for pre-seed, seed, Series A rounds. Analyzes clauses from investor/founder perspectives, rates terms vs market standards, flags deviations, provides negotiation guidance.
Generates and tracks due diligence checklists across financial, commercial, legal, operational, HR, IT, and ESG workstreams with status tracking and red flag escalation.
Drafts and fills Y Combinator SAFE templates—valuation cap, discount, MFN, pro rata side letter—for startup fundraising. Produces signable DOCX files.
Share bugs, ideas, or general feedback.
First published on Skala Legal Skills
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.
Conduct legal due diligence on early-stage US startups (Seed/Series A). This skill supports:
Collect context before proceeding:
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
Based on scope, request documents by category. See references/checklists/ for complete lists:
| Category | Reference File |
|---|---|
| Corporate & Formation | references/checklists/corporate.md |
| Cap Table & Securities | references/checklists/cap-table.md |
| Intellectual Property | references/checklists/ip.md |
| Employment & Founders | references/checklists/employment.md |
| Material Contracts | references/checklists/contracts.md |
| Compliance & Regulatory | references/checklists/compliance.md |
| Litigation | references/checklists/litigation.md |
| Financial | references/checklists/financials.md |
For each document received:
Severity Ratings:
See references/red-flags/common-issues.md for comprehensive issue patterns.
For identified issues, provide:
Generate deliverables using templates in assets/templates/.
CRITICAL: Template Usage Protocol
NEVER directly edit template .docx files. Always use the deterministic script:
# 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.
Load these as needed based on the issues encountered:
| Topic | Reference |
|---|---|
| SAFE notes & convertibles | references/guidance/safe-notes.md |
| Delaware C-Corp specifics | references/guidance/delaware-corp.md |
| Stock options & 409A | references/guidance/409a-options.md |
| Founder equity & vesting | references/guidance/founder-equity.md |
Corporate
Cap Table
IP
Employment
Compliance