@intentsolutionsio/general-legal-assistant 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/plugin.json +13 -0
- package/LICENSE +21 -0
- package/README.md +74 -0
- package/agents/legal-clauses.md +162 -0
- package/agents/legal-compliance.md +180 -0
- package/agents/legal-obligations.md +230 -0
- package/agents/legal-recommendations.md +185 -0
- package/agents/legal-risks.md +146 -0
- package/package.json +43 -0
- package/skills/agreement-generator/SKILL.md +225 -0
- package/skills/compliance-audit/SKILL.md +287 -0
- package/skills/contract-compare/SKILL.md +191 -0
- package/skills/contract-review/SKILL.md +183 -0
- package/skills/freelancer-review/SKILL.md +271 -0
- package/skills/missing-protections/SKILL.md +234 -0
- package/skills/nda-generator/SKILL.md +181 -0
- package/skills/negotiate/SKILL.md +163 -0
- package/skills/plain-english/SKILL.md +195 -0
- package/skills/privacy-generator/SKILL.md +213 -0
- package/skills/risk-analysis/SKILL.md +175 -0
- package/skills/terms-generator/SKILL.md +194 -0
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: contract-compare
|
|
3
|
+
description: |
|
|
4
|
+
Compares two contract versions side-by-side to detect added, removed, and
|
|
5
|
+
modified clauses with favorability analysis. Use when a user receives a
|
|
6
|
+
revised contract or redline and needs to understand what changed and who
|
|
7
|
+
each change favors. Trigger with "/contract-compare" or "compare these
|
|
8
|
+
two contracts".
|
|
9
|
+
allowed-tools: Read, Glob, Grep
|
|
10
|
+
version: 1.0.0
|
|
11
|
+
author: Intent Solutions <jeremy@intentsolutions.io>
|
|
12
|
+
license: MIT
|
|
13
|
+
compatible-with: claude-code, codex, openclaw
|
|
14
|
+
tags: [legal, contracts, comparison, redline, negotiation, diff]
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# Contract Compare — Version Comparison and Favorability Analysis
|
|
18
|
+
|
|
19
|
+
Side-by-side contract comparison skill that identifies every change between two
|
|
20
|
+
versions, classifies each change by type and severity, and determines which
|
|
21
|
+
party each modification favors. Essential during negotiation rounds when a
|
|
22
|
+
counterparty returns a revised draft.
|
|
23
|
+
|
|
24
|
+
## Overview
|
|
25
|
+
|
|
26
|
+
When a counterparty returns a revised contract, the changes they made — and the
|
|
27
|
+
changes they quietly did not make — tell a story about their priorities and
|
|
28
|
+
strategy. This skill performs a structured comparison that surfaces not just what
|
|
29
|
+
changed, but the strategic significance of each change.
|
|
30
|
+
|
|
31
|
+
It detects three dangerous patterns that manual review frequently misses:
|
|
32
|
+
indemnification drift (gradual shifting of liability across revisions), IP scope
|
|
33
|
+
creep (expanding intellectual property assignment through small wording tweaks),
|
|
34
|
+
and definition manipulation (redefining key terms to alter clause meaning
|
|
35
|
+
without touching the clauses themselves).
|
|
36
|
+
|
|
37
|
+
## Prerequisites
|
|
38
|
+
|
|
39
|
+
- Two versions of the same contract must be provided, either as:
|
|
40
|
+
- Two file paths (e.g., `contract-v1.pdf` and `contract-v2.pdf`)
|
|
41
|
+
- One file path and one pasted text block
|
|
42
|
+
- Two pasted text blocks labeled "Version A" and "Version B"
|
|
43
|
+
- The user should specify which version is the original (baseline) and which is
|
|
44
|
+
the revision. If not specified, assume the first provided is the original.
|
|
45
|
+
|
|
46
|
+
## Instructions
|
|
47
|
+
|
|
48
|
+
1. **Ingest both versions.** Read each document in full. If file paths are
|
|
49
|
+
provided, use the Read tool.
|
|
50
|
+
|
|
51
|
+
2. **Establish the structural map.** Create a section-by-section outline of both
|
|
52
|
+
documents. Note any structural changes (sections added, removed, renumbered,
|
|
53
|
+
or reordered).
|
|
54
|
+
|
|
55
|
+
3. **Perform clause-level comparison.** For each section, classify changes into:
|
|
56
|
+
|
|
57
|
+
| Change Type | Symbol | Description |
|
|
58
|
+
|-------------|--------|-------------|
|
|
59
|
+
| **Added** | + | Entirely new clause or section |
|
|
60
|
+
| **Removed** | - | Clause present in original but absent in revision |
|
|
61
|
+
| **Modified** | ~ | Wording changed within an existing clause |
|
|
62
|
+
| **Moved** | -> | Same content relocated to a different section |
|
|
63
|
+
| **Unchanged** | = | No material difference |
|
|
64
|
+
|
|
65
|
+
4. **Analyze favorability.** For each non-trivial change, determine:
|
|
66
|
+
- **Who it favors:** Party A, Party B, Neutral, or Unclear
|
|
67
|
+
- **Severity:** Minor (cosmetic/clarification), Moderate (shifts rights or
|
|
68
|
+
obligations), Major (materially alters risk or liability)
|
|
69
|
+
- **Strategic signal:** What the change reveals about the counterparty's
|
|
70
|
+
priorities or concerns
|
|
71
|
+
|
|
72
|
+
5. **Detect dangerous patterns.** Specifically scan for:
|
|
73
|
+
|
|
74
|
+
- **Indemnification drift:** Liability caps that decreased, indemnification
|
|
75
|
+
scope that expanded, or duty-to-defend language that appeared
|
|
76
|
+
- **IP scope creep:** Broader work-for-hire language, removal of background
|
|
77
|
+
IP carve-outs, expansion of "deliverables" definition
|
|
78
|
+
- **Definition manipulation:** Changes to defined terms in the definitions
|
|
79
|
+
section that alter the meaning of clauses elsewhere without modifying
|
|
80
|
+
those clauses directly
|
|
81
|
+
- **Silent removals:** Protections present in the original that were quietly
|
|
82
|
+
deleted (e.g., cure periods, notice requirements, caps)
|
|
83
|
+
- **Boilerplate weaponization:** Changes to "standard" sections like
|
|
84
|
+
governing law, dispute resolution, or assignment that shift advantage
|
|
85
|
+
|
|
86
|
+
6. **Calculate the favorability balance.** Tally all changes by which party
|
|
87
|
+
they favor and the severity weight:
|
|
88
|
+
|
|
89
|
+
```
|
|
90
|
+
Party A Score = (Major changes favoring A x 3) + (Moderate x 2) + (Minor x 1)
|
|
91
|
+
Party B Score = same formula for B
|
|
92
|
+
Balance: A-favored / B-favored / Balanced
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
7. **Generate the comparison report** with all findings organized by section.
|
|
96
|
+
|
|
97
|
+
## Output
|
|
98
|
+
|
|
99
|
+
**Filename:** `CONTRACT-COMPARISON-{YYYY-MM-DD}.md`
|
|
100
|
+
|
|
101
|
+
```
|
|
102
|
+
# Contract Comparison Report
|
|
103
|
+
## Documents Compared
|
|
104
|
+
| | Version A (Original) | Version B (Revision) |
|
|
105
|
+
## Summary of Changes
|
|
106
|
+
| Change Type | Count |
|
|
107
|
+
## Change Log (by section)
|
|
108
|
+
| Section | Change Type | Description | Favors | Severity |
|
|
109
|
+
## Dangerous Pattern Alerts
|
|
110
|
+
## Favorability Balance
|
|
111
|
+
## Silent Removals
|
|
112
|
+
## Negotiation Strategy Recommendations
|
|
113
|
+
## Disclaimer
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
## Error Handling
|
|
117
|
+
|
|
118
|
+
| Failure Mode | Cause | Resolution |
|
|
119
|
+
|--------------|-------|------------|
|
|
120
|
+
| Documents are unrelated | Two entirely different contracts provided | Warn the user and ask for confirmation before proceeding |
|
|
121
|
+
| Structural mismatch | Different section numbering schemes | Map sections by content, not by number |
|
|
122
|
+
| Missing version identifier | User did not specify which is original | Ask which version is the baseline |
|
|
123
|
+
| Partial document | One version is incomplete or truncated | Note the gaps; compare only overlapping sections |
|
|
124
|
+
| Format mismatch | One is formatted text, other is raw | Normalize both to plain text before comparing |
|
|
125
|
+
|
|
126
|
+
## Examples
|
|
127
|
+
|
|
128
|
+
**Example 1 — MSA negotiation round:**
|
|
129
|
+
|
|
130
|
+
> User: Compare ~/contracts/acme-msa-v1.pdf with ~/contracts/acme-msa-v2.pdf
|
|
131
|
+
|
|
132
|
+
```
|
|
133
|
+
Summary: 14 changes detected across 23 sections.
|
|
134
|
+
|
|
135
|
+
Key Changes:
|
|
136
|
+
1. Section 5.1 (IP Assignment) [MODIFIED] — Severity: MAJOR
|
|
137
|
+
Original: "Work product created under SOW is assigned to Client"
|
|
138
|
+
Revision: "Work product created in connection with the engagement
|
|
139
|
+
is assigned to Client"
|
|
140
|
+
Favors: Client | Signal: Expanding IP scope beyond SOW deliverables
|
|
141
|
+
|
|
142
|
+
2. Section 8.3 (Liability Cap) [MODIFIED] — Severity: MAJOR
|
|
143
|
+
Original: "Liability capped at 12 months of fees paid"
|
|
144
|
+
Revision: "Liability capped at fees paid in the preceding 3 months"
|
|
145
|
+
Favors: Vendor | Signal: 75% reduction in liability exposure
|
|
146
|
+
|
|
147
|
+
3. Section 2 (Definitions) [MODIFIED] — Severity: MAJOR
|
|
148
|
+
"Confidential Information" definition expanded to include
|
|
149
|
+
"business strategies and future product plans" — broadens
|
|
150
|
+
confidentiality obligations without touching Section 7.
|
|
151
|
+
|
|
152
|
+
DANGEROUS PATTERN: Definition manipulation detected.
|
|
153
|
+
The revision altered 3 defined terms that collectively change
|
|
154
|
+
the meaning of 7 other clauses without modifying those clauses.
|
|
155
|
+
|
|
156
|
+
Favorability Balance: 9 changes favor Client, 4 favor Vendor, 1 Neutral
|
|
157
|
+
Overall Tilt: Client-favored revision
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
**Example 2 — Employment agreement revision:**
|
|
161
|
+
|
|
162
|
+
> User: My employer sent back a revised offer. Compare the original with this
|
|
163
|
+
> new version. [pastes both]
|
|
164
|
+
|
|
165
|
+
```
|
|
166
|
+
SILENT REMOVAL ALERT:
|
|
167
|
+
Original Section 4(d) — "Employee may terminate with 2 weeks notice
|
|
168
|
+
for any reason" — has been removed entirely. The revision contains
|
|
169
|
+
no voluntary termination provision for the employee, while the
|
|
170
|
+
employer retains at-will termination rights in Section 4(a).
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
## Resources
|
|
174
|
+
|
|
175
|
+
- [CommonPaper Contract Comparison Standards](https://commonpaper.com/) —
|
|
176
|
+
Open-source contract templates useful as neutral baselines (CC BY 4.0).
|
|
177
|
+
- [American Bar Association — Contract Drafting & Negotiation](https://www.americanbar.org/)
|
|
178
|
+
— Best practices for tracking and evaluating contract revisions.
|
|
179
|
+
- [Uniform Commercial Code (UCC) Article 2](https://www.law.cornell.edu/ucc/2)
|
|
180
|
+
— Default rules that apply when contract terms are silent or removed.
|
|
181
|
+
- [Restatement (Second) of Contracts, Section 201](https://www.ali.org/) —
|
|
182
|
+
Rules of interpretation when contract language is ambiguous.
|
|
183
|
+
|
|
184
|
+
---
|
|
185
|
+
|
|
186
|
+
**Legal Disclaimer:** This skill provides AI-generated contract comparison for
|
|
187
|
+
informational and educational purposes only. It does not constitute legal
|
|
188
|
+
advice, create an attorney-client relationship, or substitute for consultation
|
|
189
|
+
with a qualified attorney. Comparison accuracy depends on the quality of input
|
|
190
|
+
documents and may miss changes in formatting, embedded objects, or metadata.
|
|
191
|
+
Always consult a licensed attorney before acting on comparison findings.
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: contract-review
|
|
3
|
+
description: |
|
|
4
|
+
Orchestrates a comprehensive multi-agent contract review that analyzes
|
|
5
|
+
risk, plain-English translation, missing protections, and compliance
|
|
6
|
+
in parallel. Use when a user shares a contract and wants a full review,
|
|
7
|
+
safety score, or executive summary. Trigger with "/contract-review" or
|
|
8
|
+
"review this contract".
|
|
9
|
+
allowed-tools: Read, Glob, Grep, Task
|
|
10
|
+
version: 1.0.0
|
|
11
|
+
author: Intent Solutions <jeremy@intentsolutions.io>
|
|
12
|
+
license: MIT
|
|
13
|
+
compatible-with: claude-code, codex, openclaw
|
|
14
|
+
tags: [legal, contracts, review, risk, orchestration, multi-agent]
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# Contract Review — Multi-Agent Orchestrator
|
|
18
|
+
|
|
19
|
+
Flagship contract review skill that spawns five parallel analysis agents, then
|
|
20
|
+
aggregates their findings into a single executive report with a Contract Safety
|
|
21
|
+
Score. Designed for founders, freelancers, and small-business operators who need
|
|
22
|
+
to understand what they are signing without retaining outside counsel for every
|
|
23
|
+
agreement.
|
|
24
|
+
|
|
25
|
+
## Overview
|
|
26
|
+
|
|
27
|
+
Most contracts arrive as walls of dense legalese. A single-pass review misses
|
|
28
|
+
nuance. This skill mirrors how a law firm reviews contracts: multiple
|
|
29
|
+
specialists work in parallel, each with a different lens, then a senior partner
|
|
30
|
+
synthesizes everything into a recommendation.
|
|
31
|
+
|
|
32
|
+
The orchestrator:
|
|
33
|
+
|
|
34
|
+
1. Ingests the contract (file path or pasted text).
|
|
35
|
+
2. Classifies the contract type and extracts metadata.
|
|
36
|
+
3. Launches five parallel agents (risk, plain-English, missing protections,
|
|
37
|
+
compliance, and party-balance analysis).
|
|
38
|
+
4. Aggregates results into a unified report with a 0-100 Contract Safety Score.
|
|
39
|
+
|
|
40
|
+
## Prerequisites
|
|
41
|
+
|
|
42
|
+
- The contract must be provided as a file path to a readable document (PDF,
|
|
43
|
+
DOCX, TXT, MD) or pasted directly into the conversation.
|
|
44
|
+
- For file-based input the file must exist and be accessible via the Read tool.
|
|
45
|
+
- No external APIs or network access are required.
|
|
46
|
+
|
|
47
|
+
## Instructions
|
|
48
|
+
|
|
49
|
+
1. **Ingest the contract.**
|
|
50
|
+
- If a file path is provided, read the full document with the Read tool.
|
|
51
|
+
- If the text is pasted, capture it verbatim.
|
|
52
|
+
- Confirm the document length; warn if it exceeds 50 pages.
|
|
53
|
+
|
|
54
|
+
2. **Classify the contract.**
|
|
55
|
+
Determine the contract type from one of the following categories:
|
|
56
|
+
- Employment Agreement
|
|
57
|
+
- Independent Contractor / Freelance Agreement
|
|
58
|
+
- Non-Disclosure Agreement (NDA)
|
|
59
|
+
- Master Services Agreement (MSA)
|
|
60
|
+
- Software License / SaaS Agreement
|
|
61
|
+
- Terms of Service / Terms of Use
|
|
62
|
+
- Privacy Policy / Data Processing Agreement
|
|
63
|
+
- Partnership / Joint Venture Agreement
|
|
64
|
+
- Lease / Real Estate Agreement
|
|
65
|
+
- Other (describe)
|
|
66
|
+
|
|
67
|
+
3. **Extract metadata.**
|
|
68
|
+
Capture: parties, effective date, term/duration, governing law,
|
|
69
|
+
dispute resolution mechanism, total contract value (if stated).
|
|
70
|
+
|
|
71
|
+
4. **Launch five parallel agents using the Task tool.**
|
|
72
|
+
Each agent receives the full contract text and returns structured findings.
|
|
73
|
+
|
|
74
|
+
| Agent | Focus | Key Deliverable |
|
|
75
|
+
|-------|-------|-----------------|
|
|
76
|
+
| Risk Analyst | Clause-by-clause risk scoring across 10 categories | Risk heat map, poison pill flags |
|
|
77
|
+
| Plain-English Translator | 8th-grade reading level rewrite | Clause-by-clause translation with flags |
|
|
78
|
+
| Protection Auditor | Gap analysis against type-specific checklists | Missing protections with urgency ratings |
|
|
79
|
+
| Compliance Checker | Regulatory alignment (GDPR, CCPA, labor law basics) | Compliance findings table |
|
|
80
|
+
| Party-Balance Analyst | Fairness tilt between the parties | Asymmetry flags, one-sided clause list |
|
|
81
|
+
|
|
82
|
+
5. **Aggregate results.**
|
|
83
|
+
Combine all five agent reports into a unified document with these sections:
|
|
84
|
+
- Executive Summary (3-5 bullet points)
|
|
85
|
+
- Contract Metadata table
|
|
86
|
+
- Contract Safety Score (0-100) with letter grade
|
|
87
|
+
- Risk Heat Map (top 5 risks ranked by severity)
|
|
88
|
+
- Plain-English Quick Reference (critical clauses only)
|
|
89
|
+
- Missing Protections (critical and important only)
|
|
90
|
+
- Compliance Findings
|
|
91
|
+
- Party-Balance Assessment
|
|
92
|
+
- Recommended Next Steps (negotiate, accept, reject, consult attorney)
|
|
93
|
+
|
|
94
|
+
6. **Compute the Contract Safety Score.**
|
|
95
|
+
Weighted formula:
|
|
96
|
+
|
|
97
|
+
| Component | Weight | Source Agent |
|
|
98
|
+
|-----------|--------|-------------|
|
|
99
|
+
| Risk severity (inverse) | 30% | Risk Analyst |
|
|
100
|
+
| Protection coverage | 25% | Protection Auditor |
|
|
101
|
+
| Party balance | 20% | Party-Balance Analyst |
|
|
102
|
+
| Compliance alignment | 15% | Compliance Checker |
|
|
103
|
+
| Language clarity | 10% | Plain-English Translator |
|
|
104
|
+
|
|
105
|
+
Letter grades: A (90-100), B (80-89), C (70-79), D (60-69), F (< 60).
|
|
106
|
+
|
|
107
|
+
7. **Present the final report** in the conversation and note the output
|
|
108
|
+
filename.
|
|
109
|
+
|
|
110
|
+
## Output
|
|
111
|
+
|
|
112
|
+
**Filename:** `CONTRACT-REVIEW-{party-or-title}-{YYYY-MM-DD}.md`
|
|
113
|
+
|
|
114
|
+
The report uses Markdown with tables and follows this structure:
|
|
115
|
+
|
|
116
|
+
```
|
|
117
|
+
# Contract Review Report
|
|
118
|
+
## Executive Summary
|
|
119
|
+
## Contract Metadata
|
|
120
|
+
## Contract Safety Score: [score]/100 ([grade])
|
|
121
|
+
## Risk Heat Map
|
|
122
|
+
## Plain-English Quick Reference
|
|
123
|
+
## Missing Protections
|
|
124
|
+
## Compliance Findings
|
|
125
|
+
## Party-Balance Assessment
|
|
126
|
+
## Recommended Next Steps
|
|
127
|
+
## Disclaimer
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
## Error Handling
|
|
131
|
+
|
|
132
|
+
| Failure Mode | Cause | Resolution |
|
|
133
|
+
|--------------|-------|------------|
|
|
134
|
+
| File not found | Path is incorrect or file missing | Ask the user to confirm the file path |
|
|
135
|
+
| Unreadable format | Binary or encrypted document | Ask for a plain-text or PDF version |
|
|
136
|
+
| Document too long | Exceeds context window | Summarize by section; warn about truncation |
|
|
137
|
+
| Agent timeout | One parallel agent fails to return | Report partial results; note which agent failed |
|
|
138
|
+
| Ambiguous contract type | Cannot classify confidently | Ask the user to confirm the contract type |
|
|
139
|
+
|
|
140
|
+
## Examples
|
|
141
|
+
|
|
142
|
+
**Example 1 — File-based review:**
|
|
143
|
+
|
|
144
|
+
> User: Review the contract at `~/contracts/acme-msa-2026.pdf`
|
|
145
|
+
|
|
146
|
+
The orchestrator reads the file, classifies it as a Master Services Agreement,
|
|
147
|
+
launches five agents, and produces a report:
|
|
148
|
+
|
|
149
|
+
```
|
|
150
|
+
Contract Safety Score: 72/100 (C)
|
|
151
|
+
Top Risk: Unlimited indemnification liability (Section 8.2)
|
|
152
|
+
Missing: No force majeure clause, no data breach notification timeline
|
|
153
|
+
Balance: Tilts 65/35 in favor of Acme Corp
|
|
154
|
+
Recommendation: Negotiate Sections 8.2 and 12.1 before signing
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
**Example 2 — Pasted text:**
|
|
158
|
+
|
|
159
|
+
> User: Review this contract: [pasted NDA text]
|
|
160
|
+
|
|
161
|
+
The orchestrator classifies it as a Mutual NDA, flags a unilateral
|
|
162
|
+
non-solicitation clause hidden in the definitions, and scores it 58/100 (F).
|
|
163
|
+
|
|
164
|
+
## Resources
|
|
165
|
+
|
|
166
|
+
- [CommonPaper Standard Contracts](https://commonpaper.com/) — Open-source
|
|
167
|
+
contract templates (CC BY 4.0) used as comparison baselines.
|
|
168
|
+
- [American Bar Association Model Contract Clauses](https://www.americanbar.org/)
|
|
169
|
+
— Authoritative clause language references.
|
|
170
|
+
- [Restatement (Second) of Contracts](https://www.ali.org/) — American Law
|
|
171
|
+
Institute's foundational contract law principles.
|
|
172
|
+
- [GDPR Full Text](https://gdpr-info.eu/) — EU data protection regulation.
|
|
173
|
+
- [CCPA Full Text](https://oag.ca.gov/privacy/ccpa) — California Consumer
|
|
174
|
+
Privacy Act via the CA Attorney General.
|
|
175
|
+
|
|
176
|
+
---
|
|
177
|
+
|
|
178
|
+
**Legal Disclaimer:** This skill provides AI-generated analysis for
|
|
179
|
+
informational and educational purposes only. It does not constitute legal
|
|
180
|
+
advice, create an attorney-client relationship, or substitute for consultation
|
|
181
|
+
with a qualified attorney. Contract interpretation depends on jurisdiction,
|
|
182
|
+
context, and specific facts that an AI cannot fully evaluate. Always consult a
|
|
183
|
+
licensed attorney before making legal decisions based on this analysis.
|
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: freelancer-review
|
|
3
|
+
description: |
|
|
4
|
+
Reviews contracts from a freelancer's perspective across 14 evaluation
|
|
5
|
+
lenses including misclassification risk, IP ownership, payment terms,
|
|
6
|
+
kill fees, and non-compete scope. Use when a freelancer or independent
|
|
7
|
+
contractor needs to evaluate a client agreement. Trigger with
|
|
8
|
+
"/freelancer-review" or "review this contract as a freelancer".
|
|
9
|
+
allowed-tools: Read, Glob, Grep
|
|
10
|
+
version: 1.0.0
|
|
11
|
+
author: Intent Solutions <jeremy@intentsolutions.io>
|
|
12
|
+
license: MIT
|
|
13
|
+
compatible-with: claude-code, codex, openclaw
|
|
14
|
+
tags: [legal, contracts, freelancer, contractor, misclassification, gig-economy]
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# Freelancer Review — Independent Contractor Contract Analysis
|
|
18
|
+
|
|
19
|
+
Specialized contract review that evaluates agreements through 14 freelancer-
|
|
20
|
+
specific lenses, flags worker misclassification risk using IRS criteria, and
|
|
21
|
+
scores the contract on a Freelancer Fairness Score. Built for the 73+ million
|
|
22
|
+
Americans who freelance and routinely sign contracts drafted by the hiring
|
|
23
|
+
party's attorneys.
|
|
24
|
+
|
|
25
|
+
## Overview
|
|
26
|
+
|
|
27
|
+
Freelancer contracts are almost always drafted by the client. This creates a
|
|
28
|
+
structural power imbalance: the contract protects the client's interests by
|
|
29
|
+
default, and freelancers — who typically cannot afford legal counsel for every
|
|
30
|
+
engagement — sign terms they do not fully understand.
|
|
31
|
+
|
|
32
|
+
This skill flips the perspective. It reads the contract as if the freelancer's
|
|
33
|
+
attorney were reviewing it, specifically looking for the patterns that most
|
|
34
|
+
commonly harm independent workers: misclassification traps, overbroad IP
|
|
35
|
+
assignments, missing payment protections, punitive non-competes, and scope
|
|
36
|
+
creep enablers.
|
|
37
|
+
|
|
38
|
+
It also checks for worker misclassification risk — whether the contract's terms
|
|
39
|
+
suggest the relationship is actually employment disguised as contracting, which
|
|
40
|
+
creates tax and legal liability for both parties.
|
|
41
|
+
|
|
42
|
+
## Prerequisites
|
|
43
|
+
|
|
44
|
+
- A contract or engagement agreement must be provided as a file path or pasted
|
|
45
|
+
text.
|
|
46
|
+
- The user is assumed to be the freelancer/contractor unless stated otherwise.
|
|
47
|
+
- Helpful context (if available): the freelancer's industry, typical rate, and
|
|
48
|
+
whether they have other active clients.
|
|
49
|
+
|
|
50
|
+
## Instructions
|
|
51
|
+
|
|
52
|
+
1. **Read the full contract.** Use the Read tool if a file path is provided.
|
|
53
|
+
|
|
54
|
+
2. **Evaluate through 14 freelancer lenses.** Score each lens 1-10 (1 = high
|
|
55
|
+
risk to freelancer, 10 = well-protected):
|
|
56
|
+
|
|
57
|
+
| # | Lens | Key Questions |
|
|
58
|
+
|---|------|---------------|
|
|
59
|
+
| 1 | **Misclassification Risk** | Does the contract create an employment relationship in disguise? Control over how/when/where? Exclusivity? Benefits? |
|
|
60
|
+
| 2 | **IP Ownership** | Does the freelancer retain any IP? Is background IP carved out? Is work-for-hire scope limited to deliverables? |
|
|
61
|
+
| 3 | **Payment Terms** | Net-30 or less? Late payment penalties? Milestone-based? Deposit required? |
|
|
62
|
+
| 4 | **Payment Amount** | Is the rate fair for scope? Are expenses covered? Is there a rate for revisions beyond scope? |
|
|
63
|
+
| 5 | **Kill Fee / Cancellation** | What happens if the client cancels? Compensation for work in progress? Minimum payment guarantee? |
|
|
64
|
+
| 6 | **Scope Definition** | Is scope specific enough to prevent creep? Are deliverables clearly defined? What is the change order process? |
|
|
65
|
+
| 7 | **Scope Creep Protection** | Is there a process for additional work? Are out-of-scope requests billable? Who approves scope changes? |
|
|
66
|
+
| 8 | **Non-Compete Clause** | Duration, geographic scope, industry breadth? Does it prevent earning a living? Is it enforceable? |
|
|
67
|
+
| 9 | **Non-Solicitation** | Can the freelancer work with the client's clients independently? Duration? |
|
|
68
|
+
| 10 | **Confidentiality Burden** | Is the NDA mutual? Duration reasonable? Does it prevent portfolio use? Residual knowledge carve-out? |
|
|
69
|
+
| 11 | **Termination Rights** | Can the freelancer terminate? What notice is required? Are there termination penalties? |
|
|
70
|
+
| 12 | **Liability Exposure** | Is liability capped? Indemnification mutual or one-sided? Insurance requirements reasonable? |
|
|
71
|
+
| 13 | **Dispute Resolution** | Is arbitration mandatory? Who pays? Is the venue accessible? Class action waiver? |
|
|
72
|
+
| 14 | **Credit and Portfolio** | Can the freelancer show the work in their portfolio? Is the client credited/anonymous? |
|
|
73
|
+
|
|
74
|
+
3. **Run the IRS 20-Factor Test for misclassification.** Evaluate the contract
|
|
75
|
+
against IRS criteria for determining worker classification:
|
|
76
|
+
|
|
77
|
+
| Factor | Indicator of Employment | Look For in Contract |
|
|
78
|
+
|--------|------------------------|---------------------|
|
|
79
|
+
| Instructions | Must comply with instructions on when, where, how | "Contractor shall follow Company's procedures" |
|
|
80
|
+
| Training | Required training provided | Mandatory onboarding or methodology requirements |
|
|
81
|
+
| Integration | Services integral to business | Exclusivity requirements, dedicated hours |
|
|
82
|
+
| Personal services | Must personally perform | No right to subcontract or delegate |
|
|
83
|
+
| Hiring assistants | Cannot hire own help | Prohibition on using subcontractors |
|
|
84
|
+
| Continuing relationship | Ongoing, not project-based | Auto-renewal, indefinite term |
|
|
85
|
+
| Set hours | Required work schedule | Core hours, attendance requirements |
|
|
86
|
+
| Full-time required | Limits on other work | Exclusivity or "best efforts" clauses |
|
|
87
|
+
| Work on premises | Required location | Office presence requirements |
|
|
88
|
+
| Order of work | Prescribed sequence | Step-by-step procedures mandated |
|
|
89
|
+
| Reports required | Regular progress reports | Daily standups, time tracking mandated |
|
|
90
|
+
| Payment method | Hourly/salary vs. project | Hourly with timesheets vs. milestone |
|
|
91
|
+
| Expenses | Company pays expenses | Equipment and software provided |
|
|
92
|
+
| Tools/materials | Company provides tools | Required use of company systems/licenses |
|
|
93
|
+
| Investment | No significant investment | No requirement for own tools/office |
|
|
94
|
+
| Profit/loss | No risk of loss | Guaranteed minimum payment |
|
|
95
|
+
| Multiple clients | Works for one client | Non-compete or exclusivity |
|
|
96
|
+
| Public availability | Not available to public | Cannot market services |
|
|
97
|
+
| Right to fire | Can be fired at will | At-will termination without cause |
|
|
98
|
+
| Right to quit | Can quit without penalty | No termination fees for contractor |
|
|
99
|
+
|
|
100
|
+
Count employment indicators. Score:
|
|
101
|
+
- 0-5 indicators: LOW misclassification risk
|
|
102
|
+
- 6-10 indicators: MODERATE risk — some terms suggest employment
|
|
103
|
+
- 11-15 indicators: HIGH risk — contract likely creates employment
|
|
104
|
+
- 16-20 indicators: CRITICAL — near-certain misclassification
|
|
105
|
+
|
|
106
|
+
4. **Apply the 20-item Freelancer Bill of Rights checklist.**
|
|
107
|
+
|
|
108
|
+
| # | Right | Present? |
|
|
109
|
+
|---|-------|----------|
|
|
110
|
+
| 1 | Right to set own schedule | |
|
|
111
|
+
| 2 | Right to work for other clients | |
|
|
112
|
+
| 3 | Right to subcontract with notice | |
|
|
113
|
+
| 4 | Right to work from own location | |
|
|
114
|
+
| 5 | Right to use own tools and methods | |
|
|
115
|
+
| 6 | Right to retain background IP | |
|
|
116
|
+
| 7 | Right to portfolio use of deliverables | |
|
|
117
|
+
| 8 | Right to timely payment (net-30 or less) | |
|
|
118
|
+
| 9 | Right to late payment penalties | |
|
|
119
|
+
| 10 | Right to kill fee on cancellation | |
|
|
120
|
+
| 11 | Right to defined scope with change orders | |
|
|
121
|
+
| 12 | Right to charge for out-of-scope work | |
|
|
122
|
+
| 13 | Right to reasonable revision limits | |
|
|
123
|
+
| 14 | Right to terminate with notice | |
|
|
124
|
+
| 15 | Right to mutual (not one-sided) NDA | |
|
|
125
|
+
| 16 | Right to reasonable non-compete (or none) | |
|
|
126
|
+
| 17 | Right to capped liability | |
|
|
127
|
+
| 18 | Right to accessible dispute resolution | |
|
|
128
|
+
| 19 | Right to written scope changes only | |
|
|
129
|
+
| 20 | Right to credit/attribution for work | |
|
|
130
|
+
|
|
131
|
+
5. **Calculate the Freelancer Fairness Score (0-100).**
|
|
132
|
+
|
|
133
|
+
| Component | Weight | Calculation |
|
|
134
|
+
|-----------|--------|-------------|
|
|
135
|
+
| 14 Lens Scores | 50% | Average of all 14 lens scores, scaled to 50 points |
|
|
136
|
+
| Misclassification (inverse) | 20% | LOW=20, MODERATE=12, HIGH=6, CRITICAL=0 |
|
|
137
|
+
| Bill of Rights coverage | 20% | (Rights present / 20) x 20 |
|
|
138
|
+
| Payment protection | 10% | Composite of payment terms, kill fee, late penalties |
|
|
139
|
+
|
|
140
|
+
Letter grades: A (90-100), B (80-89), C (70-79), D (60-69), F (< 60).
|
|
141
|
+
|
|
142
|
+
6. **Generate the negotiation playbook.** For each lens scoring 5 or below,
|
|
143
|
+
provide:
|
|
144
|
+
- What to ask for (specific contract language change)
|
|
145
|
+
- How to frame the ask (language that preserves the relationship)
|
|
146
|
+
- Walk-away signal (when the term is too unfavorable to accept)
|
|
147
|
+
|
|
148
|
+
## Output
|
|
149
|
+
|
|
150
|
+
**Filename:** `FREELANCER-REVIEW-{YYYY-MM-DD}.md`
|
|
151
|
+
|
|
152
|
+
```
|
|
153
|
+
# Freelancer Contract Review
|
|
154
|
+
## Contract Summary
|
|
155
|
+
## Freelancer Fairness Score: [score]/100 ([grade])
|
|
156
|
+
## 14-Lens Evaluation
|
|
157
|
+
| # | Lens | Score (1-10) | Key Finding |
|
|
158
|
+
## Misclassification Risk Assessment
|
|
159
|
+
### IRS 20-Factor Test Results
|
|
160
|
+
| Factor | Indicator Present? | Evidence |
|
|
161
|
+
### Risk Level: [LOW / MODERATE / HIGH / CRITICAL]
|
|
162
|
+
## Freelancer Bill of Rights Checklist
|
|
163
|
+
| # | Right | Status | Notes |
|
|
164
|
+
## Top Concerns (detailed analysis)
|
|
165
|
+
## Negotiation Playbook
|
|
166
|
+
### Lens: [name]
|
|
167
|
+
**Current term:** [quote]
|
|
168
|
+
**Ask for:** [specific language]
|
|
169
|
+
**Frame it as:** [collaborative framing]
|
|
170
|
+
**Walk away if:** [threshold]
|
|
171
|
+
## Disclaimer
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
## Error Handling
|
|
175
|
+
|
|
176
|
+
| Failure Mode | Cause | Resolution |
|
|
177
|
+
|--------------|-------|------------|
|
|
178
|
+
| Not a freelance contract | Document is employment or B2B agreement | Note the mismatch; suggest the appropriate review skill instead |
|
|
179
|
+
| Missing payment terms | Contract does not address compensation | Flag as CRITICAL; payment terms must be explicit |
|
|
180
|
+
| Hybrid arrangement | Mix of employment and contractor indicators | Explain the hybrid risk; recommend legal consultation |
|
|
181
|
+
| Multi-party contract | More than two parties involved | Identify which party is the freelancer equivalent and analyze from that perspective |
|
|
182
|
+
| Non-US jurisdiction | IRS factors may not apply directly | Note jurisdiction; apply the factors as heuristics while flagging that local law governs classification |
|
|
183
|
+
|
|
184
|
+
## Examples
|
|
185
|
+
|
|
186
|
+
**Example 1 — Red-flag freelance agreement:**
|
|
187
|
+
|
|
188
|
+
> User: Review this contract from a new client. I am a freelance designer.
|
|
189
|
+
|
|
190
|
+
```
|
|
191
|
+
Freelancer Fairness Score: 41/100 (F)
|
|
192
|
+
|
|
193
|
+
CRITICAL FINDINGS:
|
|
194
|
+
|
|
195
|
+
Misclassification Risk: HIGH (13/20 employment indicators)
|
|
196
|
+
- Section 3: "Contractor shall work from Company offices during
|
|
197
|
+
business hours" — sets location and schedule
|
|
198
|
+
- Section 4: "Contractor shall devote full-time efforts" — prevents
|
|
199
|
+
other clients
|
|
200
|
+
- Section 7: "Company shall provide all necessary equipment" — no
|
|
201
|
+
freelancer investment
|
|
202
|
+
|
|
203
|
+
IP Ownership: Score 2/10
|
|
204
|
+
- Section 9: ALL work product assigned to client, including
|
|
205
|
+
"concepts, sketches, and preliminary designs" created "in
|
|
206
|
+
connection with" the engagement. No background IP carve-out.
|
|
207
|
+
Cannot use deliverables in portfolio (Section 9.4).
|
|
208
|
+
|
|
209
|
+
Kill Fee: Score 1/10
|
|
210
|
+
- Section 12: Client may terminate "at any time for any reason"
|
|
211
|
+
with 5 days notice. No compensation for work in progress.
|
|
212
|
+
No kill fee. No minimum payment.
|
|
213
|
+
|
|
214
|
+
Negotiation Playbook:
|
|
215
|
+
1. IP: "I'd like to retain the right to show this work in my
|
|
216
|
+
portfolio after launch. This is standard industry practice and
|
|
217
|
+
helps me continue to attract quality clients — which benefits
|
|
218
|
+
our working relationship."
|
|
219
|
+
2. Kill Fee: "To protect both of us, I'd like to add a provision
|
|
220
|
+
that if the project is cancelled, I'm compensated for completed
|
|
221
|
+
work plus 25% of the remaining scope."
|
|
222
|
+
```
|
|
223
|
+
|
|
224
|
+
**Example 2 — Well-structured contractor agreement:**
|
|
225
|
+
|
|
226
|
+
> User: /freelancer-review ~/contracts/techcorp-contractor.pdf
|
|
227
|
+
|
|
228
|
+
```
|
|
229
|
+
Freelancer Fairness Score: 87/100 (B)
|
|
230
|
+
|
|
231
|
+
Misclassification Risk: LOW (3/20 indicators)
|
|
232
|
+
Bill of Rights: 17/20 present
|
|
233
|
+
|
|
234
|
+
Missing Rights:
|
|
235
|
+
- No late payment penalty clause (Right #9)
|
|
236
|
+
- No explicit revision limit (Right #13)
|
|
237
|
+
- No portfolio use provision (Right #7)
|
|
238
|
+
|
|
239
|
+
These are all RECOMMENDED additions — not deal-breakers.
|
|
240
|
+
Overall, this is a well-drafted contractor agreement that
|
|
241
|
+
respects the independent nature of the relationship.
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
## Resources
|
|
245
|
+
|
|
246
|
+
- [IRS Publication 15-A: Employer's Supplemental Tax Guide](https://www.irs.gov/publications/p15a)
|
|
247
|
+
— Official IRS guidance on worker classification, including the common-law
|
|
248
|
+
test for determining employment status.
|
|
249
|
+
- [IRS Form SS-8: Determination of Worker Status](https://www.irs.gov/forms-pubs/about-form-ss-8)
|
|
250
|
+
— IRS form and instructions for resolving classification disputes.
|
|
251
|
+
- [U.S. Department of Labor — Misclassification](https://www.dol.gov/agencies/whd/flsa/misclassification)
|
|
252
|
+
— DOL guidance on the Fair Labor Standards Act and misclassification.
|
|
253
|
+
- [Freelancers Union — Contract Resources](https://www.freelancersunion.org/)
|
|
254
|
+
— Model freelance contracts and rights advocacy resources.
|
|
255
|
+
- [CommonPaper Contractor Agreement](https://commonpaper.com/) — Open-source
|
|
256
|
+
contractor agreement template with balanced protections (CC BY 4.0).
|
|
257
|
+
- [FTC — Gig Economy Guidance](https://www.ftc.gov/) — Federal Trade
|
|
258
|
+
Commission guidance relevant to independent contractor relationships.
|
|
259
|
+
|
|
260
|
+
---
|
|
261
|
+
|
|
262
|
+
**Legal Disclaimer:** This skill provides AI-generated contract analysis for
|
|
263
|
+
informational and educational purposes only. Worker classification is a complex
|
|
264
|
+
legal determination that depends on the totality of the actual working
|
|
265
|
+
relationship, not just contract language. The IRS 20-Factor Test is applied
|
|
266
|
+
heuristically — actual classification disputes are resolved by examining all
|
|
267
|
+
facts and circumstances. This does not constitute legal or tax advice, create
|
|
268
|
+
an attorney-client relationship, or substitute for consultation with a
|
|
269
|
+
qualified employment attorney or tax professional. Classification errors carry
|
|
270
|
+
significant penalties for both parties. Always consult a licensed professional
|
|
271
|
+
for classification concerns.
|