| name | contract-review |
| description | Orchestrates a comprehensive multi-agent contract review that analyzes
risk, plain-English translation, missing protections, and compliance
in parallel. Use when a user shares a contract and wants a full review,
safety score, or executive summary. Trigger with "/contract-review" or
"review this contract".
|
| allowed-tools | Read, Glob, Grep, Task |
| version | 1.1.0 |
| author | Intent Solutions <jeremy@intentsolutions.io> |
| license | MIT |
| tags | ["legal","contracts","review","risk","orchestration","multi-agent"] |
| compatibility | Designed for Claude Code |
Contract Review — Multi-Agent Orchestrator
Flagship contract review skill that spawns five parallel analysis agents, then
aggregates their findings into a single executive report with a Contract Safety
Score. Designed for founders, freelancers, and small-business operators who need
to understand what they are signing without retaining outside counsel for every
agreement.
Overview
Most contracts arrive as walls of dense legalese. A single-pass review misses
nuance. This skill mirrors how a law firm reviews contracts: multiple
specialists work in parallel, each with a different lens, then a senior partner
synthesizes everything into a recommendation.
The orchestrator:
- Ingests the contract (file path or pasted text).
- Classifies the contract type and extracts metadata.
- Launches five parallel agents (risk, plain-English, missing protections,
compliance, and party-balance analysis).
- Aggregates results into a unified report with a 0-100 Contract Safety Score.
Prerequisites
- The contract must be provided as a file path to a readable document (PDF,
DOCX, TXT, MD) or pasted directly into the conversation.
- For file-based input the file must exist and be accessible via the Read tool.
- No external APIs or network access are required.
Instructions
-
Ingest the contract.
- If a file path is provided, read the full document with the Read tool.
- If the text is pasted, capture it verbatim.
- Confirm the document length; warn if it exceeds 50 pages.
-
Classify the contract.
Determine the contract type from one of the following categories:
- Employment Agreement
- Independent Contractor / Freelance Agreement
- Non-Disclosure Agreement (NDA)
- Master Services Agreement (MSA)
- Software License / SaaS Agreement
- Terms of Service / Terms of Use
- Privacy Policy / Data Processing Agreement
- Partnership / Joint Venture Agreement
- Lease / Real Estate Agreement
- Other (describe)
-
Extract metadata.
Capture: parties, effective date, term/duration, governing law,
dispute resolution mechanism, total contract value (if stated).
-
Launch five parallel agents using the Task tool.
Each agent receives the full contract text and returns structured findings.