From cps-ai-contracts
AI Contract Review skills — clause extraction, risk scoring, redline suggestions, contract comparison, and more. Apply when the engagement scope includes ai contract review work or the consultant references contract, clause, indemnity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cps-ai-contracts:aicontractsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Code:** AICONTRACTS
Code: AICONTRACTS Full name: AI Contract Review Description: AI contract review — clause extraction, risk scoring, confidence-gated exports, comparison to market standard.
| # | Skill | Command | Purpose |
|---|---|---|---|
| 1 | Clause Extraction | /cps-aicontracts:clause-extract | Extract named clauses (indemnity, limitation of liability, IP, termination, etc.) with confidence scores. |
| 2 | Risk Scoring | /cps-aicontracts:risk-score | Score extracted clauses against playbook standards; flag deviations. |
| 3 | Redline Suggestions | /cps-aicontracts:redline | Propose redlines to bring deviations into playbook compliance. |
| 4 | Contract Comparison | /cps-aicontracts:compare | Compare two contracts clause-by-clause; produce delta report. |
/cps-aicontracts:clause-extractExtract named clauses (indemnity, limitation of liability, IP, termination, etc.) with confidence scores.
client:
name: "Client Name"
industry: "Industry"
context:
scope: "in-scope description"
constraints: ["constraint 1", "constraint 2"]
references:
- "Prior deliverable / document name"
- "External benchmark / source"
/cps:verify-quality and pass through Every extracted clause has confidence score; <0.85 is flagged for human review.A CPS-branded Clause Extraction deliverable in 05_Deliverables_Final/. Pyramid-Principle structured, sourced, and reviewed.
/cps-aicontracts:risk-scoreScore extracted clauses against playbook standards; flag deviations.
client:
name: "Client Name"
industry: "Industry"
context:
scope: "in-scope description"
constraints: ["constraint 1", "constraint 2"]
references:
- "Prior deliverable / document name"
- "External benchmark / source"
/cps:verify-quality and pass through Every extracted clause has confidence score; <0.85 is flagged for human review.A CPS-branded Risk Scoring deliverable in 05_Deliverables_Final/. Pyramid-Principle structured, sourced, and reviewed.
/cps-aicontracts:redlinePropose redlines to bring deviations into playbook compliance.
client:
name: "Client Name"
industry: "Industry"
context:
scope: "in-scope description"
constraints: ["constraint 1", "constraint 2"]
references:
- "Prior deliverable / document name"
- "External benchmark / source"
/cps:verify-quality and pass through Every extracted clause has confidence score; <0.85 is flagged for human review.A CPS-branded Redline Suggestions deliverable in 05_Deliverables_Final/. Pyramid-Principle structured, sourced, and reviewed.
/cps-aicontracts:compareCompare two contracts clause-by-clause; produce delta report.
client:
name: "Client Name"
industry: "Industry"
context:
scope: "in-scope description"
constraints: ["constraint 1", "constraint 2"]
references:
- "Prior deliverable / document name"
- "External benchmark / source"
/cps:verify-quality and pass through Every extracted clause has confidence score; <0.85 is flagged for human review.A CPS-branded Contract Comparison deliverable in 05_Deliverables_Final/. Pyramid-Principle structured, sourced, and reviewed.
Discovery → /cps-aicontracts:clause-extract → /cps-aicontracts:risk-score → Recommendations
| Plugin | Integration point |
|---|---|
cps-ai-dd | Contract review during legal due diligence |
cps-ai-regs | Regulatory clauses (e.g., GDPR DPAs) |
All deliverables use standard CPS branding via:
/doc-gen for document generationassets/cps-branding.json for stylingscripts/cps-document-generator.js for automation| Skill | Primary artifact | Format |
|---|---|---|
/cps-aicontracts:clause-extract | Clause Extraction Report | DOCX/PDF |
/cps-aicontracts:risk-score | Risk Scoring Report | DOCX/PDF |
/cps-aicontracts:redline | Redline Suggestions Report | DOCX/PDF |
/cps-aicontracts:compare | Contract Comparison Report | DOCX/PDF |
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub hossamdaoud83/cps-plugins-official --plugin cps-ai-contracts