risk-analysis

1
0
Source

Risk analysis using risk registers, probability/impact matrices, and mitigation planning. Identifies, assesses, and manages project, business, and technical risks with structured response strategies.

Install

mkdir -p .claude/skills/risk-analysis && curl -L -o skill.zip "https://mcp.directory/api/skills/download/6517" && unzip -o skill.zip -d .claude/skills/risk-analysis && rm skill.zip

Installs to .claude/skills/risk-analysis

About this skill

Risk Analysis

When to Use This Skill

Use this skill when:

  • Risk Analysis tasks - Working on risk analysis using risk registers, probability/impact matrices, and mitigation planning. identifies, assesses, and manages project, business, and technical risks with structured response strategies
  • Planning or design - Need guidance on Risk Analysis approaches
  • Best practices - Want to follow established patterns and standards

Overview

Systematically identify, assess, and manage risks using risk registers, probability/impact matrices, and structured response planning. Supports project risks, business risks, technical risks, and opportunity management.

What is Risk Analysis?

Risk is an uncertain event or condition that, if it occurs, has a positive or negative effect on objectives. Risk analysis involves:

  • Identification: What could happen?
  • Assessment: How likely? How impactful?
  • Response Planning: What will we do about it?
  • Monitoring: Track and update risks

Risk vs Issue

ConceptDefinitionAction
RiskPotential future event (uncertain)Plan response
IssueCurrent problem (certain)Resolve now

Threats vs Opportunities

TypeEffectResponse Goal
ThreatNegative impactMinimize exposure
OpportunityPositive impactMaximize benefit

Risk Register

The central repository for all identified risks:

## Risk Register

| ID | Risk Description | Category | Probability | Impact | Score | Owner | Response | Status |
|----|-----------------|----------|-------------|--------|-------|-------|----------|--------|
| R-001 | [Description] | [Category] | H/M/L | H/M/L | [P×I] | [Name] | [Strategy] | Open |

Risk Register Fields

FieldDescription
IDUnique identifier
DescriptionClear risk statement
CategoryType of risk
ProbabilityLikelihood of occurrence
ImpactConsequence if it occurs
ScoreRisk priority (P × I)
OwnerPerson responsible
ResponsePlanned response strategy
StatusOpen, Mitigated, Closed, Occurred

Risk Categories

CategoryExamples
TechnicalTechnology failure, integration issues
ScheduleDelays, dependencies
CostBudget overrun, resource costs
ResourceSkill gaps, availability
ExternalVendor, regulatory, market
OrganizationalChange resistance, priorities
QualityDefects, performance
SecurityData breach, unauthorized access

Probability/Impact Matrix

Scoring Scales

Probability Scale:

LevelScoreDescriptionLikelihood
Very Low1Rare< 10%
Low2Unlikely10-30%
Medium3Possible30-50%
High4Likely50-70%
Very High5Almost Certain> 70%

Impact Scale:

LevelScoreScheduleCostQuality
Very Low1< 1 week< 5%Minor
Low21-2 weeks5-10%Noticeable
Medium32-4 weeks10-20%Significant
High41-3 months20-40%Major
Very High5> 3 months> 40%Critical

Risk Score Calculation

Risk Score = Probability × Impact

Score Range: 1-25

Risk Priority Zones:

ScorePriorityAction
1-4LowAccept or monitor
5-9MediumActive management
10-14HighPriority attention
15-25CriticalImmediate action

Visual Matrix

quadrantChart
    title Risk Matrix
    x-axis Low Impact --> High Impact
    y-axis Low Probability --> High Probability
    quadrant-1 Critical
    quadrant-2 High Priority
    quadrant-3 Low Priority
    quadrant-4 Medium Priority

Risk Response Strategies

For Threats (Negative Risks)

StrategyDescriptionWhen to Use
AvoidEliminate the threatHigh probability and impact
TransferShift to third partyFinancial/contractual risks
MitigateReduce probability or impactMost common approach
AcceptAcknowledge, no actionLow priority risks

For Opportunities (Positive Risks)

StrategyDescriptionWhen to Use
ExploitEnsure opportunity occursHigh-value opportunities
SharePartner to increase capabilityNeed external help
EnhanceIncrease probability or impactModerate opportunities
AcceptTake advantage if it occursLow-effort opportunities

Response Planning Template

## Risk Response Plan: R-001

**Risk:** [Description]
**Strategy:** [Avoid/Transfer/Mitigate/Accept]

### Prevention Actions
| Action | Owner | Due Date | Status |
|--------|-------|----------|--------|
| [Preventive measure] | [Name] | [Date] | [Status] |

### Contingency Plan
**Trigger:** [What indicates risk is occurring]
**Actions:**
1. [Contingency action 1]
2. [Contingency action 2]

### Residual Risk
**After mitigation:**
- Probability: [Reduced level]
- Impact: [Reduced level]
- New Score: [Residual score]

Workflow

Phase 1: Risk Identification

Step 1: Gather Inputs

Sources for risk identification:

  • Project plans and schedules
  • Stakeholder concerns
  • Historical data from similar projects
  • SWOT analysis (Threats)
  • Technical assessments
  • External environment analysis

Step 2: Brainstorm Risks

Techniques:

  • Checklist review: Standard risk categories
  • Expert interviews: Subject matter experts
  • Assumption analysis: Test project assumptions
  • Root cause analysis: Work backward from impacts
  • SWOT: Threats and opportunities

Step 3: Document Risks

Risk statement format:

"There is a risk that [CONDITION/CAUSE] may result in [CONSEQUENCE/IMPACT]"

Example:
"There is a risk that key developer leaves may result in schedule delay and knowledge loss"

Phase 2: Risk Assessment

Step 1: Assess Probability

For each risk:

  • What is the likelihood of occurrence?
  • What evidence supports this assessment?
  • Use defined scale (1-5)

Step 2: Assess Impact

For each risk:

  • What would be the consequence?
  • Consider multiple impact types (schedule, cost, quality)
  • Use the highest impact dimension
  • Use defined scale (1-5)

Step 3: Calculate and Prioritize

## Risk Assessment Summary

| ID | Risk | P | I | Score | Priority |
|----|------|---|---|-------|----------|
| R-001 | [Risk 1] | 4 | 5 | 20 | Critical |
| R-002 | [Risk 2] | 3 | 3 | 9 | Medium |
| R-003 | [Risk 3] | 2 | 2 | 4 | Low |

Phase 3: Response Planning

Step 1: Select Response Strategy

For each significant risk:

  • Match strategy to risk characteristics
  • Consider cost of response vs. risk exposure
  • Assign risk owner

Step 2: Define Response Actions

  • Specific, measurable actions
  • Clear owners and due dates
  • Contingency triggers defined

Step 3: Calculate Residual Risk

After planned mitigations:

  • Re-assess probability and impact
  • Calculate residual risk score
  • Determine if acceptable

Phase 4: Monitoring

Step 1: Track Risk Status

Regular review cadence:

  • Critical risks: Weekly
  • High risks: Bi-weekly
  • Medium risks: Monthly
  • Low risks: Quarterly

Step 2: Update Register

  • New risks identified
  • Risk scores changed
  • Responses executed
  • Risks closed or occurred

Output Formats

Risk Register (Markdown Table)

## Risk Register: [Project/Initiative]

**Date:** [ISO Date]
**Owner:** [Name]
**Review Cycle:** [Weekly/Monthly]

| ID | Risk Description | Category | P | I | Score | Owner | Response | Actions | Status |
|----|-----------------|----------|---|---|-------|-------|----------|---------|--------|
| R-001 | Key developer may leave during critical phase | Resource | 4 | 5 | 20 | PM | Mitigate | Cross-train, document | Open |
| R-002 | Third-party API may have breaking changes | Technical | 3 | 4 | 12 | Tech Lead | Mitigate | Abstraction layer | Open |
| R-003 | Budget approval may be delayed | Cost | 2 | 4 | 8 | Sponsor | Accept | Monitor | Open |
| R-004 | New regulation may require features | External | 2 | 3 | 6 | BA | Accept | Watch | Open |

### Summary
- **Total Risks:** 4
- **Critical (15+):** 1
- **High (10-14):** 1
- **Medium (5-9):** 1
- **Low (1-4):** 1

Risk Matrix Visualization

quadrantChart
    title Risk Assessment Matrix
    x-axis Low Impact --> High Impact
    y-axis Low Probability --> High Probability
    quadrant-1 Critical - Immediate Action
    quadrant-2 High - Active Management
    quadrant-3 Low - Monitor
    quadrant-4 Medium - Plan Response
    "R-001 Key Dev": [0.9, 0.8]
    "R-002 API Changes": [0.7, 0.6]
    "R-003 Budget": [0.7, 0.35]
    "R-004 Regulation": [0.5, 0.35]

Structured Data (YAML)

risk_register:
  name: "[Project/Initiative]"
  version: "1.0"
  date: "2025-01-15"
  owner: "Project Manager"
  review_cycle: "weekly"

  risk_appetite:
    overall: "moderate"
    schedule: "low"
    cost: "moderate"
    quality: "low"

  scales:
    probability:
      1: "Rare (<10%)"
      2: "Unlikely (10-30%)"
      3: "Possible (30-50%)"
      4: "Likely (50-70%)"
      5: "Almost Certain (>70%)"
    impact:
      1: "Very Low"
      2: "Low"
      3: "Medium"
      4: "High"
      5: "Very High"

  risks:
    - id: "R-001"
      description: "Key developer may leave during critical phase"
      category: "Resource"
      probability: 4
      impact: 5
      score: 20
      priority: "critical"
      owner: "Project Manager"
      response_strategy: "mitigate"
      response_actions:
        - action: "Cross-train team member"
          owner: "Tech

---

*Content truncated.*

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

643969

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

591705

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

318399

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

340397

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

452339

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

304231

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.