rcca-master

Orchestrate 8D investigations from D0 to D8 with gate checks.

10|5|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/ddunnock/claude-plugins --skill rcca-master
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rcca-master
Source: https://github.com/ddunnock/claude-plugins/tree/main/skills/rcca-master
Command: npx skills add https://github.com/ddunnock/claude-plugins --skill rcca-master

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

RCCA Master automates Root Cause and Corrective Action investigations by orchestrating the complete 8D methodology (D0 through D8) with built-in gate checkpoints, cross-functional team guidance, and integrated RCA tools. It standardizes problem framing, containment, root-cause depth, corrective actions, prevention, and closure, reducing investigation cycle times and increasing solution quality.

Core Features & Use Cases

  • End-to-end RCCA orchestration across all 8D phases with mandated gate checks and tool-selection guidance
  • Tool integration for problem-definition (5W2H + IS/IS NOT), five-whys, fishbone, Pareto, Kepner-Tregoe, and fault-tree analysis
  • Templates and references for D1-D8 artifacts, 8D report templates, containment plans, and prevention strategies
  • Automated reporting: generates professional 8D reports via scripts and supports scoring via the quality rubric
  • Use Cases: manufacturing defect investigations, field failures, software deployment incidents, and safety-related investigations

Quick Start

Run the provided Python utilities to initialize an 8D session, execute analysis steps, and produce a final report:

  • Initialize a session:
    • python scripts/initialize_8d.py --id "8D-2025-001" --title "New Issue Investigation" --output session.json
  • Add problem statement and data using the interactive mode or by editing session.json
  • Generate a report: python scripts/generate_8d_report.py --input session.json --output report.html
  • Score quality: python scripts/score_8d.py --file session.json

Frequently Asked Questions about rcca-master

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a complete 8D root cause analysis for a manufacturing defect?

To run an 8D root cause analysis, initialize a session with the provided Python scripts, input your problem statement and data, then generate a final HTML report. The process guides you through containment, root-cause analysis, corrective actions, and closure with mandated gate checks.

What is the 8D methodology and when should I use it for problem solving?

The 8D methodology is an eight-step problem-solving process spanning D0 to D8 for defining, containing, and resolving complex issues. Use it for manufacturing defects, field failures, software incidents, and safety-critical problems requiring structured corrective actions.

Can I use Five Whys and Fishbone analysis within a structured corrective action workflow?

Yes, you can use Five Whys and Fishbone analysis within this corrective action workflow. The skill integrates these tools alongside Pareto, Kepner-Tregoe, and fault-tree analysis to drive root-cause depth during the investigation phases.

How do I generate an 8D report and score its investigation quality?

Generate an 8D report and score its quality by running the Python utilities after completing your analysis. Use generate_8d_report.py to create an HTML report and score_8d.py to evaluate the investigation against a built-in quality rubric.

Does this 8D investigation tool support software deployment incidents and field failures?

Yes, this 8D investigation tool supports software deployment incidents and field failures. It applies to manufacturing defects, software incidents, and safety-related investigations by standardizing problem framing, containment, and prevention strategies.

What is the best way to define a problem statement for root cause analysis?

The best way to define a problem statement for root cause analysis is using the 5W2H and IS/IS NOT framework. This structured problem-definition approach clarifies the issue scope before proceeding to containment and root-cause identification steps.