fmea-facilitator

Failure Mode and Effects Analysis facilitation skill for products and processes with risk prioritization and control implementation

509 stars

Best use case

fmea-facilitator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Failure Mode and Effects Analysis facilitation skill for products and processes with risk prioritization and control implementation

Teams using fmea-facilitator should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/fmea-facilitator/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/business/operations/skills/fmea-facilitator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/fmea-facilitator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How fmea-facilitator Compares

Feature / Agentfmea-facilitatorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Failure Mode and Effects Analysis facilitation skill for products and processes with risk prioritization and control implementation

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# FMEA Facilitator

## Overview

The FMEA Facilitator skill provides comprehensive capabilities for facilitating Failure Mode and Effects Analysis. It supports both Design FMEA (DFMEA) and Process FMEA (PFMEA), risk prioritization using RPN or AP methodology, and control plan integration.

## Capabilities

- DFMEA (Design) facilitation
- PFMEA (Process) facilitation
- Severity/Occurrence/Detection scoring
- RPN (Risk Priority Number) calculation
- Action priority determination
- Control plan integration
- Recommended action tracking
- FMEA revision management

## Used By Processes

- QMS-005: FMEA Facilitation
- SIX-005: Root Cause Analysis
- QMS-001: ISO 9001 Implementation

## Tools and Libraries

- FMEA software
- AIAG templates
- Risk management tools
- Document management

## Usage

```yaml
skill: fmea-facilitator
inputs:
  fmea_type: "process"  # design | process
  scope: "Assembly process for Widget X"
  team:
    - "Process Engineer"
    - "Quality Engineer"
    - "Production Supervisor"
    - "Maintenance"
  process_steps:
    - step: "Install component A"
      function: "Secure component to housing"
    - step: "Torque fasteners"
      function: "Apply specified torque"
  methodology: "aiag_vda"  # traditional_rpn | aiag_vda
outputs:
  - fmea_worksheet
  - risk_assessment
  - action_plan
  - control_plan_inputs
  - revision_history
```

## FMEA Process

### Step 1: Planning and Preparation
- Define scope
- Assemble team
- Gather process flow
- Review similar FMEAs

### Step 2: Structure Analysis
- Identify process steps
- Define functions
- Establish requirements

### Step 3: Function Analysis
- Identify failure modes
- Determine effects
- Identify causes

### Step 4: Failure Analysis
- Rate Severity
- Rate Occurrence
- Rate Detection
- Calculate risk

### Step 5: Risk Analysis
- Prioritize risks
- Identify high-priority items
- Develop recommended actions

### Step 6: Optimization
- Implement actions
- Reassess risk
- Update FMEA

## Severity, Occurrence, Detection Scales

### Severity (S) - Effect on customer
| Rating | Criteria |
|--------|----------|
| 10 | Safety hazard without warning |
| 9-10 | Safety or regulatory compliance |
| 7-8 | High customer impact |
| 4-6 | Moderate impact |
| 2-3 | Minor impact |
| 1 | No effect |

### Occurrence (O) - Frequency of cause
| Rating | Frequency |
|--------|-----------|
| 10 | Very high (>100/1000) |
| 7-8 | High (20-50/1000) |
| 4-6 | Moderate (2-10/1000) |
| 2-3 | Low (<1/1000) |
| 1 | Remote (<0.01/1000) |

### Detection (D) - Ability to detect
| Rating | Detection Method |
|--------|-----------------|
| 10 | No detection method |
| 7-8 | Low probability of detection |
| 4-6 | Moderate detection |
| 2-3 | High detection probability |
| 1 | Certain detection |

## AIAG-VDA Action Priority (AP)

| AP Level | Action Required |
|----------|-----------------|
| High | Must take action |
| Medium | Should take action |
| Low | Could take action |

## Integration Points

- Control plan systems
- Design systems
- Quality Management Systems
- Risk management platforms

Related Skills

hazop-facilitator

509
from a5c-ai/babysitter

HAZOP study facilitation skill for systematic deviation analysis and safeguard identification

process-fmea-generator

509
from a5c-ai/babysitter

Process Failure Mode and Effects Analysis (PFMEA) skill for manufacturing risk assessment

design-review-facilitator

509
from a5c-ai/babysitter

Design review planning and execution skill for structured design phase gate reviews per 21 CFR 820.30

design-fmea-generator

509
from a5c-ai/babysitter

Design Failure Mode and Effects Analysis (DFMEA) skill for systematic design risk identification

retrospective-facilitator

509
from a5c-ai/babysitter

Generate retrospective formats and analyze improvement actions

sop-facilitator

509
from a5c-ai/babysitter

Sales and Operations Planning process facilitation skill with demand-supply balancing and cross-functional alignment

kaizen-event-facilitator

509
from a5c-ai/babysitter

Rapid improvement workshop planning and execution skill with team coordination, metrics tracking, and follow-up management

pre-mortem-facilitator

509
from a5c-ai/babysitter

Pre-mortem analysis skill for prospective hindsight and failure mode identification

process-builder

509
from a5c-ai/babysitter

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

Workflow & Productivity

babysitter

509
from a5c-ai/babysitter

Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)

yolo

509
from a5c-ai/babysitter

Run Babysitter autonomously with minimal manual interruption.

user-install

509
from a5c-ai/babysitter

Install the user-level Babysitter Codex setup.