Conduct systematic Fault Tree Analysis using a structured, Q&A-based approach with Boolean logic gates, minimal cut set identification, and optional probability calculations.
User-provided fault tree data (event descriptions, gate logic, probabilities) flows into session JSON, SVG diagrams, and HTML reports. When processing this data:
Fault Tree Analysis is a top-down, deductive failure analysis method that maps how combinations of lower-level events (basic events) lead to an undesired system-level event (top event). Uses Boolean logic gates (AND, OR) to represent relationships between events.
FTA(Fault Tree Analysis)를 수행하여 부울 논리 게이트를 사용하여 시스템 오류의 원인을 체계적으로 식별하고 분석합니다. 안전 및 신뢰성 엔지니어링을 위한 하향식 연역 방법. 시스템 오류 분석, 안전이 중요한 설계 평가, 오류 확률 계산, 최소 절단 세트 식별, 중복 효율성 평가 또는 사용자가 "결함 트리", "FTA", "시스템 오류 분석", "최소 절단 세트", "안전 분석", "고장 확률", "AND/OR 게이트"를 언급하거나 상위 이벤트에서 기본 이벤트까지 오류 경로를 추적해야 할 때 사용합니다. 정성적 구조 분석 및 정량적 확률 계산을 지원합니다. 출처: ddunnock/claude-plugins.