fmea_risk_gate
Compute Risk Priority Number and receive a go/no-go verdict for any risky action. Assess severity, probability, and detectability to quantify risk before proceeding.
Instructions
⚙️ FMEA Risk Gate — Computes Risk Priority Number and returns a go/no-go verdict. Call BEFORE any risky action to get a quantified risk assessment.
Args: action: The action to evaluate severity: How bad if it fails (1-5, where 5=catastrophic) probability: How likely to fail (1-5, where 5=certain) detectability: How hard to detect failure (1-5, where 5=invisible)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| severity | Yes | ||
| probability | Yes | ||
| detectability | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |