risk-profile

Score implementation risks by Probability × Impact across six categories.

2|2|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/adolfoaranaes12/BMAD-ENHANCED --skill risk-profile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: risk-profile
Source: https://github.com/adolfoaranaes12/BMAD-ENHANCED/tree/main/.claude/skills/risk-profile
Command: npx skills add https://github.com/adolfoaranaes12/BMAD-ENHANCED --skill risk-profile

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and templates (resource) components.

What problem does it solve?

This Skill assesses implementation risks using Probability × Impact (P×I), documents mitigations for high risks, and prioritizes test scenarios (P0/P1/P2).

Core Features & Use Cases

  • 6 risk categories (Technical, Security, Performance, Data, Business, Operational)
  • P×I scoring (1-9) with rationale
  • High-risk mitigation plans
  • Test prioritization aligned to risk

Quick Start

Reproduce a risk assessment for a feature and generate mitigation suggestions.

Frequently Asked Questions about risk-profile

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

FAQPage Schema
How do I assess implementation risks using a Probability × Impact matrix?

Probability × Impact scoring quantifies implementation risks by multiplying likelihood (1-9) by potential impact (1-9) across six categories: Technical, Security, Performance, Data, Business, and Operational. This produces a composite risk profile with numerical scores that guide mitigation prioritization and test planning.

When should I run a risk assessment—before, during, or after development?

Risk assessments apply across three phases: pre-implementation to identify and mitigate risks before work begins, during development to catch emerging issues, and post-implementation to validate mitigations and inform future iterations. Running assessments at all three stages yields the most complete risk profile.

How do risk scores drive test prioritization and quality gates?

High Probability × Impact scores map directly to P0, P1, and P2 test priorities—P0 tests cover critical risks, P1 addresses significant risks, and P2 handles lower-priority concerns. This alignment ensures testing effort focuses on the highest-impact failure modes and defines pass/fail thresholds for release.

What output do I get from a risk assessment?

A risk profile delivers risk counts by category, highest risk scores, quality gate recommendations, and a structured set of P0/P1/P2 tests paired with specific mitigations. This output feeds directly into development planning and test strategy.

Can I document and track mitigations for high-risk scenarios?

Yes. The Skill generates mitigation plans for high-risk items identified in each category, documenting the specific actions and controls needed to reduce Probability or Impact. Mitigations are tied to corresponding test scenarios for validation.

What risk categories does this approach cover?

Risk assessments span six domains: Technical, Security, Performance, Data, Business, and Operational. This breadth ensures you identify failure modes across infrastructure, compliance, system behavior, data integrity, commercial impact, and deployment concerns.

Related Skills