risk-prioritization
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/risk-prioritizationClassifies failure modes into High/Medium/Low action priority using severity-weighted S/O/D scoring.
SKILL.md
.github/skills/risk-prioritizationView on GitHub ↗
--- name: risk-prioritization description: "Strategy: Action Priority matrix — classifies failure modes into H/M/L priority using severity-weighted scoring per AIAG-VDA 2019 Action Priority tables." type: strategy used-by: [failure-anticipation] tactics: [premortem-to-fmea-pipeline] --- # Risk Prioritization Strategy Classifies failure modes into High/Medium/Low action priority using severity-weighted S/O/D scoring. ## Method 1. Collect S/O/D scores from upstream FMEA analysis 2. **action-priority-matrix** applies AIAG-VDA Action Priority logic: - H (High): Mandatory action required — severity >= 8, or combined S*O >= 36 - M (Medium): Action recommended — moderate risk combinations - L (Low): Optional action — acceptable risk level 3. Rank all failure modes by priority class, then by RPN within class 4. Feed H-priority items to mitigation-design strategy ## Budget Table | Parameter | S | M | L | |---|---|---|---| | Failure modes classified | 8 | 20 | 40 | | Priority threshold tuning | fixed | 1 round | 2 rounds | | Sensitivity analysis | none | top-5 | full | ## Orchestration ``` [S/O/D scores from upstream] → action-priority-matrix → priority-ranked failure catalog → [H-priority items] → mitigation-design ``` ## Subagents - action-priority-matrix (RPN computation and H/M/L classification) - severity-scoring (re-evaluation if needed)
More from yogsoth-ai/de-anthropocentric-research-engine
- abductive-hypothesis-generationStrategy: 面对异常的最佳解释推理
- ablation-brainstormRemove components one by one, observe system changes to reveal hidden dependencies and generate ideas from structural gaps.
- ablation-component-mappingMap system architecture to ablatable units for ablation studies
- ablation-designDesign ablation studies to isolate component contributions in ML systems
- ablation-executionRemove components one by one from a system, record the response/impact of each removal.
- abp-vulnerability-classificationClassify assumptions on 2 axes — load-bearing (how much conclusion depends on it) × vulnerable (how likely to be false). Focuses attention on High-Load × High-Vulnerable quadrant.
- abstraction-extractionExtract abstract principles from concrete domain cases. Strips domain-specific details to reveal transferable mechanisms.
- abstraction-ladderPerform bisociation at multiple abstraction levels
- abstraction-ladderingMove between concrete and abstract framings — 3 levels up (Why?) and 3 levels down (How?) to find the most productive research level.
- abstraction-to-designAbstract biological principle to design principle. Bridge from biology to engineering.