design-fmea-generator

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

509 stars

Best use case

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

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

Teams using design-fmea-generator 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/design-fmea-generator/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/science/biomedical-engineering/skills/design-fmea-generator/SKILL.md"

Manual Installation

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

How design-fmea-generator Compares

Feature / Agentdesign-fmea-generatorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

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

# Design FMEA Generator Skill

## Purpose

The Design FMEA Generator Skill facilitates systematic identification and evaluation of potential design failure modes for medical devices, supporting ISO 14971 risk management through structured DFMEA methodology.

## Capabilities

- DFMEA worksheet generation
- Failure mode brainstorming support
- Severity, Occurrence, Detection rating guidance
- RPN (Risk Priority Number) calculation
- Recommended action tracking
- Control plan linkage
- Failure mode categorization
- Root cause analysis templates
- Design mitigation recommendations
- DFMEA revision management
- Cross-reference to risk management file

## Usage Guidelines

### When to Use
- Initiating design risk analysis
- Evaluating design alternatives
- Supporting design reviews
- Updating risk assessments for design changes

### Prerequisites
- Design concept defined
- Functional requirements documented
- Intended use established
- Similar device failure data available

### Best Practices
- Conduct DFMEA early in design phase
- Include cross-functional team members
- Link to ISO 14971 risk management file
- Update with design iterations

## Process Integration

This skill integrates with the following processes:
- Medical Device Risk Management (ISO 14971)
- Design Control Process Implementation
- Design for Manufacturing and Assembly (DFMA)
- Verification and Validation Test Planning

## Dependencies

- AIAG FMEA templates
- ISO 14971 risk management framework
- Design documentation
- Historical failure data
- Industry failure mode databases

## Configuration

```yaml
design-fmea-generator:
  rating-scales:
    severity: 1-10
    occurrence: 1-10
    detection: 1-10
  risk-thresholds:
    rpn-action-limit: 100
    severity-critical: 9
  output-formats:
    - worksheet
    - summary-report
    - action-tracker
```

## Output Artifacts

- DFMEA worksheets
- Failure mode catalogs
- RPN summary reports
- Recommended action lists
- Control plan inputs
- Design review inputs
- Risk management file updates
- Mitigation tracking logs

## Quality Criteria

- All design functions analyzed
- Failure modes comprehensively identified
- Ratings consistently applied
- High RPN items addressed
- Actions tracked to completion
- Linkage to ISO 14971 maintained

Related Skills

rest-api-design

509
from a5c-ai/babysitter

RESTful API design principles, versioning, pagination, HATEOAS, and documentation.

design-tokens

509
from a5c-ai/babysitter

Design token management, generation, and multi-platform support.

design-token-transformer

509
from a5c-ai/babysitter

Transform design tokens across multiple formats and platforms. Parse W3C design token format, transform to CSS/SCSS/JS/iOS/Android, handle token aliases and references, and generate documentation.

design-system-validator

509
from a5c-ai/babysitter

Validate design system compliance in code and detect token usage violations

color-palette-generator

509
from a5c-ai/babysitter

Generate accessible color palettes with WCAG compliance

tracing-schema-generator

509
from a5c-ai/babysitter

Generate distributed tracing schemas for OpenTelemetry with Jaeger/Zipkin integration

metrics-schema-generator

509
from a5c-ai/babysitter

Generate metrics schemas for Prometheus, OpenTelemetry, and Grafana dashboards

log-schema-generator

509
from a5c-ai/babysitter

Generate structured logging schemas with correlation ID patterns and ELK/Splunk integration

load-test-generator

509
from a5c-ai/babysitter

Generate load test scripts for k6, Locust, and Gatling from OpenAPI specs

graphql-schema-generator

509
from a5c-ai/babysitter

Generate GraphQL schemas from data models with resolver stubs and federation support

docs-site-generator

509
from a5c-ai/babysitter

Generate documentation sites using Docusaurus, MkDocs, or VuePress

dependency-graph-generator

509
from a5c-ai/babysitter

Generate module dependency graphs with circular dependency detection and coupling metrics