scrum-master/risk-assessment

Identifies project risks and maps them to mitigation strategies using a probability-impact matrix.

553|50|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/echoVic/boss-skill --skill scrum-master-risk-assessment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrum-master/risk-assessment
Source: https://github.com/echoVic/boss-skill/tree/main/skill/skills/scrum-master/risk-assessment
Command: npx skills add https://github.com/echoVic/boss-skill --skill scrum-master-risk-assessment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project teams often discover risks too late because they lack a structured way to identify, score, and respond to threats across technical, resource, requirement, and dependency dimensions.

Core Features & Use Cases

  • Risk Identification Framework: Categorizes risks into technical, resource, requirement, and dependency types with concrete examples for each.
  • Probability-Impact Matrix: Scores each identified risk as low, medium, or high using a 3x3 likelihood-versus-impact grid.
  • Response Strategy Selection: Maps each risk to one of four strategies—avoid, mitigate, transfer, or accept—with guidance on when each applies.
  • Use Case: During sprint planning, a Scrum Master runs this assessment to surface that a third-party API dependency is high-impact and medium-probability, then assigns a transfer strategy with a fallback vendor plan.

Quick Start

Ask the agent to run a risk assessment on the current project and produce a scored risk register with response strategies.

Frequently Asked Questions about scrum-master/risk-assessment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I assess project risks in agile teams?

Identify risks across four categories—technical, resource, requirement, and dependency—then score each on a probability-impact matrix. Assign a response strategy (avoid, mitigate, transfer, or accept) based on the resulting risk level.

What is a probability-impact risk matrix?

A probability-impact matrix scores risks by likelihood (low, medium, high) against impact (low, medium, high). The intersection determines the overall risk level, helping teams prioritize which risks need immediate response plans.

When should a Scrum Master run a risk assessment?

Run risk assessments at project kickoff, during sprint planning, and whenever scope or dependencies change. This skill is agent-invocable, so the scrum-master agent triggers it when risk evaluation or response planning is needed.

What risk response strategies exist for project management?

Four standard strategies exist: avoid (change plans to eliminate the risk), mitigate (reduce probability or impact), transfer (shift to a third party), and accept (acknowledge and prepare contingency). High risks favor avoidance, while low risks are typically accepted.

Can this risk assessment method handle external dependency risks?

Yes, dependency risks such as unstable external APIs or delayed third-party services are an explicit category. The recommended strategy for these is transfer, shifting the risk to the responsible external party where possible.