design-fmea-generator
Design Failure Mode and Effects Analysis (DFMEA) skill for systematic design risk identification
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/design-fmea-generator/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How design-fmea-generator Compares
| Feature / Agent | design-fmea-generator | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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 maintainedRelated Skills
rest-api-design
RESTful API design principles, versioning, pagination, HATEOAS, and documentation.
design-tokens
Design token management, generation, and multi-platform support.
design-token-transformer
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
Validate design system compliance in code and detect token usage violations
color-palette-generator
Generate accessible color palettes with WCAG compliance
tracing-schema-generator
Generate distributed tracing schemas for OpenTelemetry with Jaeger/Zipkin integration
metrics-schema-generator
Generate metrics schemas for Prometheus, OpenTelemetry, and Grafana dashboards
log-schema-generator
Generate structured logging schemas with correlation ID patterns and ELK/Splunk integration
load-test-generator
Generate load test scripts for k6, Locust, and Gatling from OpenAPI specs
graphql-schema-generator
Generate GraphQL schemas from data models with resolver stubs and federation support
docs-site-generator
Generate documentation sites using Docusaurus, MkDocs, or VuePress
dependency-graph-generator
Generate module dependency graphs with circular dependency detection and coupling metrics