action-priority-matrix
Compute Risk Priority Number (RPN = S x O x D), classify failure modes into H/M/L action priority per AIAG-VDA tables.
适合你,如果需要进行FMEA中的风险优先级计算与分类。
npx oh-my-skill add yogsoth-ai/de-anthropocentric-research-engine/action-priority-matrixcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- yogsoth-ai/de-anthropocentric-research-engine/action-priority-matrixnpx oh-my-skill verify yogsoth-ai/de-anthropocentric-research-engine/action-priority-matrix怎么用
商店整理自技能原文 · 版本 59ace64 · 表述以原文为准装上后,Claude能根据你给的严重性(S)、发生频率(O)和检测难度(D)分数,自动计算风险优先级数(RPN = S×O×D),并按行业标准将故障模式分为高、中、低三个行动优先级,列出必须整改的高优先级项和边界案例。
当你提供三个分数列表(S、O、D),通常是在进行失效模式与影响分析(FMEA)时要求计算RPN和优先级分类时触发。
技能原文 SKILL.md
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
<!-- BEGIN available-tables (generated) -->
Available SOPs
Optional, no fixed order; the final leaf is always a sop.
| SOP | When to use | | --- | --- | | spawn-agent | Spawn a customized CC subagent with full MCP tool access. Used by SOPs that declare execution: subagent. |
<!-- END available-tables (generated) -->