Skip to content

Quality-Improvement RCA & Action Plan

Identify root causes of a recurring defect and propose a 90‑day corrective‑action roadmap.

View Source YAML

---
name: Quality-Improvement RCA & Action Plan
version: 0.1.0
description: Identify root causes of a recurring defect and propose a 90‑day corrective‑action roadmap.
metadata:
  domain: regulatory
  complexity: medium
  tags:
  - quality
  - quality-improvement
  - rca
  - action
  - plan
  requires_context: false
variables:
- name: defect_data_csv
  description: defect details
  required: true
- name: prior_mitigation
  description: mitigation steps already attempted
  required: true
model: gpt-4o-mini
modelParameters:
  temperature: 0.2
messages:
- role: system
  content: 'You are a Six‑Sigma Black Belt and supplier‑quality lead. Provided data includes a CSV of defect occurrences (date,
    line, batch, severity) and a list of mitigation steps already tried.


    Identify root causes of a recurring defect and propose a 90‑day corrective‑action roadmap.'
- role: user
  content: "1. Determine the top three suspected root causes using 5 Whys reasoning (hide chain of thought).\n1. For each\
    \ cause, list preventive and detective controls.\n1. Prioritize actions using an Effort‑Impact matrix (High/Medium/Low).\n\
    1. Produce:\n   - A markdown table summarizing RCA causes and controls.\n   - A Gantt‑style action plan with ISO 8601\
    \ start and end dates.\n1. End with a 50‑word elevator‑pitch summary for executives.\n\nInputs:\n- `{{defect_data_csv}}`\
    \ — defect details.\n- `{{prior_mitigation}}`  mitigation steps already attempted.\n\nOutput format:\nTable and timeline\
    \ followed by the short summary.\n\nAdditional notes:\nKeep total length ≤600 words and use plain language.\n\n<!-- markdownlint-enable\
    \ MD029 MD036 -->"
testData: []
evaluators: []