Risk assessment
Skill bromso/metapowers/plugins/legal/skills/risk-assessment
A Claude Code plugin that adds an agentic skills framework, with MCP's and a meta prompting processes. Inspired by "Superpowers" & "Figma Console MCP", but not just for development or design; but for all aspect within the digital production cycle.
npx -y skills add bromso/metapowers --skill risk-assessmentAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 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
Identify and score legal risks by likelihood, impact, and jurisdiction
SKILL.md
2.7 KB, as published. Nobody here has run it
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.mdfor 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
- Read
-
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.mdwith 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