Risk Assessment
Identify and score legal risks for "$ARGUMENTS". Evaluate each risk by likelihood, impact, and jurisdictional factors, then define mitigation strategies for the highest-priority items.
Note: AI-generated legal content does not constitute legal advice. Consult a qualified attorney.
Prerequisites
None — this is a Phase 0 Assess skill.
Process
Brainstorm risks across categories:
- Regulatory — non-compliance with applicable laws and regulations
- Contractual — breaches, unfavorable terms, missing agreements
- Intellectual property — infringement, inadequate protection, trade secrets
- Employment — misclassification, discrimination, workplace safety
- Data privacy — unauthorized processing, breach exposure, consent gaps
- Litigation — pending or potential lawsuits, dispute exposure
Score each risk:
- Read
plugins/legal/shared/risk-matrix-template.md for reference
- Likelihood (1-5): 1 = rare, 2 = unlikely, 3 = possible, 4 = likely, 5 = almost certain
- Impact (1-5): 1 = negligible, 2 = minor, 3 = moderate, 4 = major, 5 = catastrophic
- Jurisdiction modifier (1.0-1.5x): adjust based on regulatory strictness of applicable jurisdictions
- Risk score = likelihood x impact x jurisdiction modifier
Plot on risk matrix:
- Create a 5x5 likelihood vs. impact matrix
- Place each risk on the matrix
- Identify clusters of risk in high-severity zones
Define mitigation strategies for top risks:
- Avoid — eliminate the activity creating the risk
- Transfer — shift risk via insurance, indemnification, or outsourcing
- Mitigate — reduce likelihood or impact through controls
- Accept — acknowledge and monitor risks below threshold
- Assign an owner for each top risk
Write the artifact to .metapowers/legal/$ARGUMENTS/00-assess.md with heading:
Risk Assessment
Include sections:
- Risk Inventory — all identified risks by category
- Risk Scoring — likelihood, impact, jurisdiction modifier, and total score per risk
- Risk Matrix — visual 5x5 matrix with risk placement
- Top Risks — highest-scoring risks with detailed analysis
- Mitigation Strategies — action plan for each top risk with assigned owners
Output
The risk assessment written to .metapowers/legal/$ARGUMENTS/00-assess.md. Present a summary to the user highlighting:
- Total risks identified and distribution across categories
- Top 5 highest-scoring risks
- Recommended mitigation strategies for critical items
1---2name: risk-assessment3description: Identify and score legal risks by likelihood, impact, and jurisdiction4---56# Risk Assessment78Identify and score legal risks for "$ARGUMENTS". Evaluate each risk by likelihood, impact, and jurisdictional factors, then define mitigation strategies for the highest-priority items.910> **Note:** AI-generated legal content does not constitute legal advice. Consult a qualified attorney.1112## Prerequisites1314None — this is a Phase 0 Assess skill.1516## Process17181. **Brainstorm risks across categories:**19 - **Regulatory** — non-compliance with applicable laws and regulations20 - **Contractual** — breaches, unfavorable terms, missing agreements21 - **Intellectual property** — infringement, inadequate protection, trade secrets22 - **Employment** — misclassification, discrimination, workplace safety23 - **Data privacy** — unauthorized processing, breach exposure, consent gaps24 - **Litigation** — pending or potential lawsuits, dispute exposure25262. **Score each risk:**27 - Read `plugins/legal/shared/risk-matrix-template.md` for reference28 - **Likelihood** (1-5): 1 = rare, 2 = unlikely, 3 = possible, 4 = likely, 5 = almost certain29 - **Impact** (1-5): 1 = negligible, 2 = minor, 3 = moderate, 4 = major, 5 = catastrophic30 - **Jurisdiction modifier** (1.0-1.5x): adjust based on regulatory strictness of applicable jurisdictions31 - **Risk score** = likelihood x impact x jurisdiction modifier32333. **Plot on risk matrix:**34 - Create a 5x5 likelihood vs. impact matrix35 - Place each risk on the matrix36 - Identify clusters of risk in high-severity zones37384. **Define mitigation strategies for top risks:**39 - **Avoid** — eliminate the activity creating the risk40 - **Transfer** — shift risk via insurance, indemnification, or outsourcing41 - **Mitigate** — reduce likelihood or impact through controls42 - **Accept** — acknowledge and monitor risks below threshold43 - Assign an owner for each top risk44455. **Write the artifact** to `.metapowers/legal/$ARGUMENTS/00-assess.md` with heading:4647 ## Risk Assessment4849 Include sections:50 - **Risk Inventory** — all identified risks by category51 - **Risk Scoring** — likelihood, impact, jurisdiction modifier, and total score per risk52 - **Risk Matrix** — visual 5x5 matrix with risk placement53 - **Top Risks** — highest-scoring risks with detailed analysis54 - **Mitigation Strategies** — action plan for each top risk with assigned owners5556## Output5758The risk assessment written to `.metapowers/legal/$ARGUMENTS/00-assess.md`. Present a summary to the user highlighting:59- Total risks identified and distribution across categories60- Top 5 highest-scoring risks61- Recommended mitigation strategies for critical items