Legal risk assessment
Hire a 42-employee AI company in one command: 7 departments, 42 skills, 1 CEO. For Claude Code & any AI CLI.
npx -y skills add alebgl77/claude-inc --skill legal-risk-assessmentAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 25 days oldThe repository was created 25 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Severity-by-likelihood legal risk register for a situation or deal — enumerates concrete risks, scores each one impact 1-5 × likelihood 1-5, renders a heat-map table, attaches mitigations to every risk at or above threshold, defines escalation criteria for immediate human counsel, and sets monitoring triggers. Use when the user says 'what's our exposure', 'how risky is this deal', 'assess the legal risk of this', or before committing to anything with real downside.
SKILL.md
4.5 KB, as published. Nobody here has run it
Legal Risk Assessment — Risk Assessor
"Flag legal risk"
Turns "this feels risky" into a scored, sorted register with owners and tripwires. Works from a description of the situation plus any documents provided.
When to use
- "What's our exposure if we sign this?" — deal downside read
- "How risky is operating without a signed DPA for a quarter?"
- "Rank the legal risks of this expansion plan"
- Before an exec or board commit on a contested move
- Clause-level contract surgery belongs to
review-contract; this skill scores the whole situation
Workflow
- Frame the situation: the decision at stake, timeline, jurisdictions, counterparties, and what "bad" concretely looks like for the business.
- Enumerate risks across the standard surfaces — contractual, regulatory, IP, privacy and data, employment, litigation, reputational-with-legal-consequence. Each risk is a concrete event ("residuals clause lets the vendor reuse our roadmap"), never a category name ("IP risk").
- Score each risk: impact 1-5 (1 = nuisance cost … 5 = company-changing) × likelihood 1-5 (1 = remote … 5 = expected). Score = impact × likelihood, with a one-line rationale per score — unexplained numbers are guesses.
- Render the heat map sorted by score, descending.
- Attach a mitigation to every risk at or above threshold (default: score ≥ 8, overridable): the action, its owner, and the residual score once done.
- Define escalation criteria — observable conditions that send this to human counsel immediately (e.g., any impact-5 risk, regulator contact, a litigation threat received, press involvement).
- Set monitoring triggers: events that reopen the assessment ("counterparty misses a payment", "new guidance published on X"), each with a named watcher.
- Deliver the dated register and a one-sentence bottom line: proceed, proceed with mitigations, or do not proceed.
Output format
LEGAL RISK REGISTER — <matter> — <date>
Decision at stake: <one line> Mitigation threshold: score ≥ 8
HEAT MAP (sorted by score)
| # | Risk (concrete event) | Impact (1-5) | Likelihood (1-5) | Score | Rationale |
|---|-----------------------|--------------|------------------|-------|------------|
| 1 | <risk> | 4 | 4 | 16 | <one line> |
| 2 | <risk> | 5 | 2 | 10 | <one line> |
| 3 | <risk> | 2 | 3 | 6 | <one line> |
MITIGATIONS (score ≥ threshold)
| Risk # | Mitigation action | Owner | Residual score |
|--------|-------------------|-------|----------------|
| 1 | <action> | <who> | <I × L after> |
ESCALATE TO HUMAN COUNSEL IMMEDIATELY IF
- <observable condition>
- <observable condition>
MONITORING TRIGGERS
- <event> → reassess risk #<n> — watcher: <who>
BOTTOM LINE: <proceed / proceed with mitigations / do not proceed> — <one sentence why>
*Issue-spotting support, not legal advice — engage counsel for binding decisions.*
Quality bar
- Every risk is a concrete event, not a category label
- Every score carries a one-line rationale — no bare numbers
- Every risk at or above threshold has a mitigation, an owner, and a residual score
- Escalation criteria are observable conditions, not judgment calls
- Register is dated and every monitoring trigger names a watcher
- Bottom line commits to one recommendation
Example
Invocation: "We're about to sign a 3-year exclusive distribution deal in a market we've never operated in. Exposure?"
Produces: A register of seven risks. Top score 16: exclusivity lock-in with no minimum-performance exit (impact 4 × likelihood 4), mitigated by a termination-for-underperformance clause (residual 8). Escalation fires if the counterparty demands a non-compete covering existing markets; monitoring trigger on quarterly sales versus floor, watched by the deal owner. Bottom line: proceed with mitigations.
Issue-spotting support, not legal advice — engage counsel for binding decisions.