fmea_analysis
Analyze a component to enumerate failure modes and their effects, preventing defects by identifying issues before code is written.
Instructions
TRIGGER: Call this when designing a new feature before writing any code. ⚙️ FMEA — Failure Mode & Effects Analysis. Proactively enumerate what CAN fail before it does. Args: component: The system/component/feature to analyze
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |