Compute Risk Priority Number (RPN = S x O x D), classify failure modes into H/M/L action priority per AIAG-VDA tables.
Scanned 6/1/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill action-priority-matrix --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Action Priority Matrix?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-action-priority-matrix)More formats (shields.io, HTML) on the badges page.
---
name: action-priority-matrix
description: Compute Risk Priority Number (RPN = S x O x D), classify failure modes into H/M/L action priority per AIAG-VDA tables.
execution: subagent
prompt: ./prompt.md
input: severity_scores (string), occurrence_scores (string), detection_scores (string)
used-by: [failure-anticipation]
---
# Action Priority Matrix
Computes RPN and classifies failure modes into High/Medium/Low action priority.
## Execution
Subagent — spawned via subagent-spawning/spawn-agent.
## Why Subagent
Priority classification requires mechanical computation followed by judgment on borderline cases. Isolated context ensures consistent application of thresholds.
## Input
- **severity_scores**: S scores for all failure modes
- **occurrence_scores**: O scores for all failure modes
- **detection_scores**: D scores for all failure modes
## Output
- **priority_matrix**: Full table with S, O, D, RPN, and H/M/L classification
- **action_required**: H-priority items requiring mandatory mitigation
- **borderline_cases**: Items near threshold boundaries
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!