term-sheet-review

Review VC term sheets for pre-seed, seed, and Series A rounds. Analyzes each clause from investor or startup perspective, identifies investor-friendly vs. founder-friendly terms, flags deviations from market standards, and provides negotiation guidance. Use when reviewing any VC term sheet, evaluating investment terms, or preparing for funding negotiations. Triggers on term sheet, VC financing, Series A, seed round, liquidation preference, anti-dilution, protective provisions.

16 stars

Best use case

term-sheet-review is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Review VC term sheets for pre-seed, seed, and Series A rounds. Analyzes each clause from investor or startup perspective, identifies investor-friendly vs. founder-friendly terms, flags deviations from market standards, and provides negotiation guidance. Use when reviewing any VC term sheet, evaluating investment terms, or preparing for funding negotiations. Triggers on term sheet, VC financing, Series A, seed round, liquidation preference, anti-dilution, protective provisions.

Teams using term-sheet-review should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/term-sheet-review/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/tools/term-sheet-review/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/term-sheet-review/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How term-sheet-review Compares

Feature / Agentterm-sheet-reviewStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Review VC term sheets for pre-seed, seed, and Series A rounds. Analyzes each clause from investor or startup perspective, identifies investor-friendly vs. founder-friendly terms, flags deviations from market standards, and provides negotiation guidance. Use when reviewing any VC term sheet, evaluating investment terms, or preparing for funding negotiations. Triggers on term sheet, VC financing, Series A, seed round, liquidation preference, anti-dilution, protective provisions.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

*First published on [Skala Legal Skills](https://www.skala.io/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.

---

# VC Term Sheet Review

## Overview

Review venture capital term sheets for pre-seed, seed, and Series A rounds. Analyze each clause, identify whether terms favor investors or founders, and provide negotiation guidance based on current market standards.

## Workflow

1. **Ask user role**: Investor or Startup founder?
2. **Identify investment stage**: Pre-seed, Seed, Series A, or Series B+
3. **Extract and analyze each clause** against market standards
4. **Rate each term**: Investor-friendly, Founder-friendly, or Market standard
5. **Provide tailored recommendations** based on user's role
6. **Generate summary** with key negotiation points

## Initial Questions

Before reviewing a term sheet, ask the user:

```
1. Are you the INVESTOR or the STARTUP in this transaction?
2. [If not clear from document] What stage is this financing? (Pre-seed/Seed/Series A)
```

**Series B+ handling**: If the term sheet is for Series B or later:
> "I should note that my expertise is primarily in pre-seed through Series A transactions. Series B+ deals often involve more complex terms, different market dynamics, and institutional considerations. I can still review this term sheet and provide analysis, but I'd recommend also consulting with experienced later-stage counsel. Would you like me to proceed with the review?"

## Clause Analysis Framework

For each clause, provide:
- **Current term**: What the term sheet says
- **Market standard**: What's typical for this stage (see references/market-standards.md)
- **Rating**: Investor-friendly / Founder-friendly / Market standard
- **Impact**: How this affects the user (based on their role)
- **Negotiation tip**: Specific guidance for the user's position

## Key Clauses to Review

Analyze these clauses in order (see references/clause-analysis.md for detailed guidance):

### Economics
1. **Valuation** (pre-money, post-money, option pool)
2. **Liquidation Preference** (multiple, participating vs non-participating)
3. **Dividends** (cumulative vs non-cumulative, rate)
4. **Anti-dilution** (full ratchet vs weighted average)
5. **Pay-to-play**

### Control
6. **Board Composition** (seats, observer rights)
7. **Protective Provisions** (veto rights)
8. **Drag-along Rights**
9. **Voting Rights**

### Other Rights
10. **Pro-rata Rights** (participation in future rounds)
11. **Information Rights**
12. **Registration Rights**
13. **Right of First Refusal / Co-sale**
14. **Founder Vesting**
15. **No-shop Period**

## Output Format

Structure your review as:

```
## Term Sheet Review Summary

**Company**: [Name]
**Round**: [Stage]
**Reviewing as**: [Investor/Startup]

## Overall Assessment
[2-3 sentence summary of the deal's overall character]

## Clause-by-Clause Analysis

### 1. Valuation
- **Term**: [What's stated]
- **Assessment**: [Rating]
- **Analysis**: [Impact and context]
- **Recommendation**: [For this user's role]

[Continue for each clause...]

## Key Negotiation Points
1. [Most important issue to address]
2. [Second priority]
3. [Third priority]

## Red Flags
- [Any terms significantly outside market norms]

## Summary Table
| Clause | Rating | Priority to Negotiate |
|--------|--------|----------------------|
| ... | ... | ... |
```

## References

- **references/market-standards.md**: Current market standards by stage (2024-2025 data)
- **references/clause-analysis.md**: Detailed analysis guidance for each clause type

Related Skills

tla-review

16
from diegosouzapw/awesome-omni-skill

Comprehensive TLA+ specification review with checklist and automated validation

tc-review

16
from diegosouzapw/awesome-omni-skill

Review QA test case documents (Markdown) against source code to find coverage gaps. Use when reviewing test cases, analyzing test coverage, suggesting missing scenarios, or learning codebase to extract testable scenarios. Supports project-based learning from multiple GitHub repos with dual memory (local + Dify RAG).

serial-terminal

16
from diegosouzapw/awesome-omni-skill

Safely interact with serial ports (send/receive data). Use when the user needs to communicate with serial devices like Arduino, ESP32, or other microcontrollers. CRITICAL - Never read /dev/tty* devices directly.

self-review

16
from diegosouzapw/awesome-omni-skill

Local code review comparing branches/diffs without GitHub integration. Use when the user wants to review their code, self-review changes, check for bugs before committing, or mentions code review, diff review, or branch comparison.

review-pr

16
from diegosouzapw/awesome-omni-skill

Review-only GitHub pull request analysis with the gh CLI. Use when asked to review a PR, provide structured feedback, or assess readiness to land. Do not merge, push, or make code changes you intend to keep.

review-implementation

16
from diegosouzapw/awesome-omni-skill

Use after hyperpowers:executing-plans completes all tasks - verifies implementation against bd spec, all success criteria met, anti-patterns avoided

review-github-actions

16
from diegosouzapw/awesome-omni-skill

Reviews GitHub Actions workflow files for best practices, ensuring workflows delegate commands to Makefile targets for maintainability and DRY principles. Enforces clean CI/CD patterns including proper caching, matrix strategies, and security practices.

priority-review

16
from diegosouzapw/awesome-omni-skill

Evidence-based code review for diffs, PRs, and commits using P0-P3 severity. Finds actionable defects in changed code (security, correctness, reliability) and avoids style-only feedback.

paw-review-understanding

16
from diegosouzapw/awesome-omni-skill

Analyzes PR changes to create ReviewContext.md and DerivedSpec.md artifacts. Handles both initial analysis and resumption after baseline research.

open-eth-terminal-action-generator

16
from diegosouzapw/awesome-omni-skill

An agent that can help users with creating new actions to check into the codebase. It should generate action code and link it to the application after querying the user for information about the goal of the action.

iterm-worktree

16
from diegosouzapw/awesome-omni-skill

Manage git worktrees with iTerm2 integration. Use when user asks to create isolated development environments, work on features in parallel, manage worktrees, open worktrees in new tabs/windows, switch between worktrees, or close completed worktrees. Triggers on "create worktree", "new worktree", "feature branch with worktree", "open worktree", "switch worktree", "close worktree", "list worktrees", or mentions wanting to work on multiple features simultaneously.

gitlab-mr-review-flow

16
from diegosouzapw/awesome-omni-skill

标准化“需求描述 → 规范检索 (QMD) → 实现改动 → GitLab MCP 创建 MR → 代码评审报告”的流程技能。