📄Commercial Legal (official)
Vendor agreements, NDAs, and SaaS terms reviewed against your own playbook, with redlines and GREEN/YELLOW/RED triage.
Works with
- Claude Code or Claude Cowork — same plugin runs in both.
- Your contract files (upload, paste, or a connected drive).
- Optional MCP connectors: Ironclad, DocuSign, Slack, Google Drive.
What's inside
- /commercial-legal:reviewcommand
Detects whether it's a vendor MSA, NDA, or SaaS agreement and runs the right review — deviations, risk, redlines, one memo.
- /commercial-legal:amendment-historycommand
Traces how a contract changed across the base agreement and every amendment.
- /commercial-legal:escalation-flaggercommand
Routes contract issues to the right approver and drafts the ask.
- cold-start-interviewskill
Learns your negotiating playbook on first run — every later review reads from it.
Installation
On first run, the cold-start interview asks how your team actually negotiates (fallback positions, escalation rules, signature authority) and saves it as your practice profile — every review after that is against your playbook, not generic advice.
⚖️ Every output is a draft for attorney review — not legal advice. A lawyer reviews and takes responsibility for anything that leaves the building.
- Make sure Claude Code is installed.
npm i -g @anthropic-ai/claude-code - Copy the block below and paste it into your terminal.
The lines run one after another — everything the plugin needs, in one paste.
- Credentials
No API keys. Reviews run on documents you provide; optional connectors (DocuSign, Ironclad, Drive) each have their own sign-in.
- Restart Claude Code and use it.
Quit and reopen Claude Code so the plugin loads. Its commands and skills are then available in every session — run
/pluginto confirm it's installed.
Prefer to read the source first? Open on GitHub.