8D Problem Analysis
Date:2025-05-27 Views:1015
flowchart TD
A[InputKnow the symptoms] --> B[Define & Quantify Symptoms, Identify Customers and Affected Parties]
B --> C{Is an EmergencyResponse Plan Needed?}
C -- No --> D[Collect Data, and Review]
C -- Yes --> E[Select Emergency Response Plan and Validate]
E --> F{Is the Emergency Response Validated?}
F -- No --> E
F -- Yes --> G[Develop Action Plan Implement, Confirm Emergency Response Plan]
G --> H{Is the Emergency Plan Confirmed?}
H -- No --> E
H -- Yes --> D
D --> I{Does the Recommended 8D Meet the Application Criteria?}
I -- No --> J{Do We Have Enough Information?}
I -- Yes --> K{Is the New 8D Overlapping with Existing Ones?}
J -- Yes --> L[Use Other Methods to Describe the Symptoms]
J -- No --> D
K -- No --> M
K -- Yes --> N[Start the 8D Process]
N --> O[Output 8D Process Begins]