‹ 首页

action-priority-matrix

@yogsoth-ai · 收录于 5 天前 · 上游提交 2 周前

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 安装 校验哈希
npx oh-my-skill add yogsoth-ai/de-anthropocentric-research-engine/action-priority-matrix
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- yogsoth-ai/de-anthropocentric-research-engine/action-priority-matrix
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify yogsoth-ai/de-anthropocentric-research-engine/action-priority-matrix
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
388GitHub stars
~273最小装载
~672含声明引用
~672文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 59ace64 · 表述以原文为准
它做什么

装上后,Claude能根据你给的严重性(S)、发生频率(O)和检测难度(D)分数,自动计算风险优先级数(RPN = S×O×D),并按行业标准将故障模式分为高、中、低三个行动优先级,列出必须整改的高优先级项和边界案例。

什么时候触发

当你提供三个分数列表(S、O、D),通常是在进行失效模式与影响分析(FMEA)时要求计算RPN和优先级分类时触发。

装好后可以这样说
你会得到完整表格和行动要求。
输出包括高优先级项。
基于AIAG-VDA标准。
技能原文 SKILL.md作者撰写 · Apache-2.0 · 59ace64

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) -->

按 Apache-2.0 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。