dmaic-control

Create Control Plans, SPC charts, and reaction plans to sustain DMAIC improvements.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/jcg-admin/IACT-ui --skill dmaic-control-jcg-admin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dmaic-control
Source: https://github.com/jcg-admin/IACT-ui/tree/main/.claude/skills/dmaic-control
Command: npx skills add https://github.com/jcg-admin/IACT-ui --skill dmaic-control-jcg-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Improvements from a DMAIC project often fade once the project team disbands. This Skill guides the Control phase so gains are sustained through a formal Control Plan, statistical process control charts, updated SOPs, training, and formal transfer of process ownership. ## Core Features & Use Cases - Control Plan Creation: Define measurement methods, frequencies, owners, control limits, and response actions for each CTQ. - SPC Configuration: Select the right control chart (I-MR, X-bar/R, p-chart, u-chart, etc.), calculate UCL/LCL from post-improvement data, and apply the 8 Western Electric rules. - Violation Detection Script: Run check-control-limits.py on CSV process data to detect all 8 Western Electric rule violations with reaction guidance. - Use Case: After validating a pilot improvement in the Improve phase, use this Skill to build the Control Plan, configure monitoring dashboards, train operators, and formally close the DMAIC project with documented benefits. ## Quick Start Ask the assistant to run the dmaic-control step to create a Control Plan and SPC monitoring setup for your validated improvement.

Frequently Asked Questions about dmaic-control

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

FAQPage Schema
How do I create a Control Plan in the DMAIC Control phase?▼

Define each CTQ with its measurement method, frequency, named owner, UCL/LCL limits, and a specific response action for deviations. The Skill provides a template covering the Control Plan, SPC configuration, reaction plan, SOPs, training, and formal project closure.

How do I detect Western Electric rule violations in process data?▼

Run the included check-control-limits.py script on a CSV file of sequential measurements. It computes mean, sigma, UCL, and LCL, then reports violations of all 8 Western Electric rules with 1-based point indices and reaction guidance.

Which control chart should I use for my data type?▼

For continuous data use I-MR (n=1), X-bar/R (n=2-9), or X-bar/S (n>=10). For attribute data use p-chart or np-chart for defective proportions and u-chart or c-chart for defect counts. The reference guide includes a full selection tree.

Should control limits be calculated from baseline or improved process data?▼

Control limits must be calculated from post-improvement data collected during the Improve pilot, never from the Measure baseline. You need at least 20-25 observations or subgroups from the stabilized improved process for reliable limits.

What are the limitations of applying all 8 Western Electric rules?▼

Applying all 8 rules simultaneously raises the false alarm rate to roughly 5% per point. The Skill recommends using Rules 1 and 4 as a minimum, adding more only for high-criticality processes, and calibrating based on process risk.