Agent skill
fmea-facilitator
Failure Mode and Effects Analysis facilitation skill for products and processes with risk prioritization and control implementation
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/operations/skills/fmea-facilitator
Metadata
Additional technical details for this skill
- domain
- business
- category
- quality-management
- specialization
- operations
SKILL.md
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
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?