account-research
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
\"Conduct FMEA to systematically identify, prioritize, and mitigate potential failure modes. Use this skill when the user needs to assess product or process risks, prioritize corrective actions, or build a risk register — even if they say 'failure mode analysis', 'risk
$ npx -y skills add charlieviettq/awesome-agent-skill --skill algo-mfg-fmea --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/algo-mfg-fmeaContext preview
The summary Claude sees to decide when to auto-load this skill.
\"Conduct FMEA to systematically identify, prioritize, and mitigate potential failure modes. Use this skill when the user needs to assess product or process risks, prioritize corrective actions, or build a risk register — even if they say 'failure mode analysis', 'risk
name: "\"algo-mfg-fmea\"" description: "\"Conduct FMEA to systematically identify, prioritize, and mitigate potential failure modes. Use this skill when the user needs to assess product or process risks, prioritize corrective actions, or build a risk register — even if they say 'failure mode analysis', 'risk assessment', 'what could go wrong', or 'RPN calculation'.\"." allowed-tools: Read, Glob, Grep
FMEA systematically identifies potential failure modes, their effects, causes, and current controls. Each failure is scored on Severity (S), Occurrence (O), and Detection (D) on 1-10 scales. RPN = S × O × D prioritizes which risks to address first. AIAG-VDA FMEA (2019) replaces RPN with Action Priority (AP) matrix.
**Trigger conditions:**
**When NOT to use:**
IRON LAW: Severity Can NEVER Be Reduced by Design Changes Severity is determined by the EFFECT on the customer. A brake failure is always severity 10, regardless of how unlikely or detectable it is. FMEA reduces risk by: lowering Occurrence (better design/process) or improving Detection (better testing/inspection). NEVER inflate Detection scores to lower RPN artificially.
Define scope: Design FMEA (DFMEA) or Process FMEA (PFMEA). Assemble cross-functional team. Prepare: process flow diagram or system block diagram. **Gate:** Scope defined, team assembled, reference diagrams available.
1. List all potential failure modes for each function/process step 2. For each failure mode, identify: effect on customer, root cause(s), current prevention controls, current detection controls 3. Score: Severity (1-10), Occurrence (1-10), Detection (1-10) 4. **Classic RPN:** RPN = S × O × D. Prioritize high RPNs. 5. **AIAG-VDA AP:** Use the S-O-D combination matrix to assign Action Priority: High, Medium, Low. 6. Define recommended actions for High-priority items with responsibility and target dates
Review: are all functions/steps covered? Do severity scores match actual customer impact? Are detection scores realistic (not overly optimistic)? **Gate:** Complete coverage, realistic scoring, actions assigned for high-priority items.
Return FMEA register with prioritized actions.
{
"fmea_items": [{"failure_mode": "seal leak", "effect": "water damage", "cause": "material degradation", "severity": 8, "occurrence": 4, "detection": 6, "rpn": 192, "ap": "high", "action": "add pressure test at final inspection"}],
"summary": {"total_modes": 45, "high_priority": 8, "medium": 15, "low": 22},
"metadata": {"type": "PFMEA", "scope": "assembly line 3"}
}**Input:** Coffee machine brewing module, function: "heat water to 93°C" **Expected:** Failure modes: overheating (S=7, O=3, D=4, RPN=84), under-heating (S=5, O=4, D=3, RPN=60), no heating (S=8, O=2, D=2, RPN=32).
| Input | Expected | Why | |-------|----------|-----| | S=10, any O and D | Always high priority | Safety-critical failures require action regardless of RPN | | RPN=100 (S=10,O=1,D=10) vs (S=1,O=10,D=10) | Same RPN, very different risk | This is why AIAG-VDA AP replaces pure RPN | | No current controls | D=10 (no detection) | Honest assessment drives improvement |
Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Evaluate LLM agents and tool-using workflows—task success, tool accuracy, latency/cost, safety, and regression suites. Use when shipping agent features,…
Design agent tools and CLI surfaces—schemas, naming, errors, idempotency, and discoverability for LLM callers. Use when defining tools for agents, SDKs, or…
\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding…
\"Optimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when the user needs to distribute budget across…
\"Build CTR prediction models for estimating ad click-through rates from features. Use this skill when the user needs to predict click probability, build an ad…