Legal Analysis
Purpose
Analyze legal documents, extract key clauses, and perform structured legal research.
Key Datasets
- CUAD (atticus-project/cuad): Contract Understanding Atticus Dataset — 510 contracts, 41 clause types, 13,000+ annotations (CC-BY)
- CaseHOLD: Legal case holding identification
- LegalBench: Legal reasoning benchmark across 162 tasks
Clause Types (from CUAD)
Document Name, Parties, Agreement Date, Effective Date, Expiration Date, Renewal Term, Notice Period, Governing Law, Arbitration, Anti-Assignment, Non-Compete, Non-Solicitation, Termination for Convenience, IP Ownership, License Grant, Non-Disparagement, Revenue/Profit Sharing, Change of Control, Audit Rights, Uncapped Liability, Cap on Liability, Liquidated Damages, Most Favored Nation, Exclusivity, Minimum Commitment, Volume Restriction, Insurance, Covenant Not to Sue, Third Party Beneficiary
Protocol
- Document intake — Parse contract structure, identify parties and key dates
- Clause extraction — Identify and classify clauses by type
- Risk analysis — Flag unusual, missing, or potentially problematic provisions
- Comparison — Compare against standard terms for the contract type
- Summary — Structured output with key terms, obligations, and risks
Rules
- This is NOT legal advice — always recommend professional legal review
- Identify jurisdiction-specific considerations
- Flag ambiguous language that could be interpreted multiple ways
- Note missing standard clauses that are typically expected
1---2name: legal-analysis3description: Analyze legal contracts, extract clauses, and perform legal research with structured frameworks4---5
6# Legal Analysis
7
8## Purpose
9Analyze legal documents, extract key clauses, and perform structured legal research.
10
11## Key Datasets
12- **CUAD** (atticus-project/cuad): Contract Understanding Atticus Dataset — 510 contracts, 41 clause types, 13,000+ annotations (CC-BY)
13- **CaseHOLD**: Legal case holding identification
14- **LegalBench**: Legal reasoning benchmark across 162 tasks
15
16## Clause Types (from CUAD)
17Document Name, Parties, Agreement Date, Effective Date, Expiration Date, Renewal Term, Notice Period, Governing Law, Arbitration, Anti-Assignment, Non-Compete, Non-Solicitation, Termination for Convenience, IP Ownership, License Grant, Non-Disparagement, Revenue/Profit Sharing, Change of Control, Audit Rights, Uncapped Liability, Cap on Liability, Liquidated Damages, Most Favored Nation, Exclusivity, Minimum Commitment, Volume Restriction, Insurance, Covenant Not to Sue, Third Party Beneficiary
18
19## Protocol
201. **Document intake** — Parse contract structure, identify parties and key dates
212. **Clause extraction** — Identify and classify clauses by type
223. **Risk analysis** — Flag unusual, missing, or potentially problematic provisions
234. **Comparison** — Compare against standard terms for the contract type
245. **Summary** — Structured output with key terms, obligations, and risks
25
26## Rules
27- This is NOT legal advice — always recommend professional legal review
28- Identify jurisdiction-specific considerations
29- Flag ambiguous language that could be interpreted multiple ways
30- Note missing standard clauses that are typically expected