Six Sigma methodology reference — DMAIC process, statistical tools, control charts, and capability analysis. Use when running improvement projects, analyzing process variation, or preparing for Six Sigma certification.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill sixsigma --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sixsigma?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-sixsigma)More formats (shields.io, HTML) on the badges page.
---
name: "sixsigma"
version: "1.0.0"
description: "Six Sigma methodology reference — DMAIC process, statistical tools, control charts, and capability analysis. Use when running improvement projects, analyzing process variation, or preparing for Six Sigma certification."
author: "BytesAgain"
homepage: "https://bytesagain.com"
source: "https://github.com/bytesagain/ai-skills"
tags: [six-sigma, dmaic, quality, statistics, process-improvement, industrial]
category: "industrial"
---
# Six Sigma — Six Sigma Methodology Reference
Quick-reference for DMAIC methodology, statistical tools, control charts, and process capability.
## When to Use
- Running a DMAIC improvement project
- Analyzing process capability (Cp, Cpk, Pp, Ppk)
- Setting up control charts (Xbar-R, p-chart, c-chart)
- Performing root cause analysis (fishbone, 5 Why, FMEA)
- Preparing for Six Sigma Green/Black Belt certification
## Commands
### `intro`
```bash
scripts/script.sh intro
```
Six Sigma overview — philosophy, sigma levels, belt system, history.
### `dmaic`
```bash
scripts/script.sh dmaic
```
DMAIC phases: Define, Measure, Analyze, Improve, Control.
### `statistics`
```bash
scripts/script.sh statistics
```
Key statistical concepts: normal distribution, hypothesis testing, regression.
### `charts`
```bash
scripts/script.sh charts
```
Control charts: Xbar-R, Xbar-S, p-chart, np-chart, c-chart, u-chart, I-MR.
### `capability`
```bash
scripts/script.sh capability
```
Process capability: Cp, Cpk, Pp, Ppk, sigma level, DPMO.
### `tools`
```bash
scripts/script.sh tools
```
Six Sigma tools: fishbone, 5 Why, FMEA, Pareto, DOE, MSA.
### `examples`
```bash
scripts/script.sh examples
```
Example DMAIC project walkthroughs.
### `checklist`
```bash
scripts/script.sh checklist
```
DMAIC phase gate review checklist.
### `help`
```bash
scripts/script.sh help
```
### `version`
```bash
scripts/script.sh version
```
## Configuration
| Variable | Description |
|----------|-------------|
| `SIXSIGMA_DIR` | Data directory (default: ~/.sixsigma/) |
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!