Skip to main content
ClaudeWave
Skill209 estrellas del repoactualizado 7d ago

biz-lean-six-sigma

Apply Lean and Six Sigma principles to eliminate waste and reduce process variation. Use this skill when the user needs to improve operational efficiency, identify the seven wastes (TIMWOOD), run DMAIC improvement projects, or streamline workflows — even if they say 'our process is too slow', 'where are we wasting resources', or 'how do we reduce defects'.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/asgard-ai-platform/skills /tmp/biz-lean-six-sigma && cp -r /tmp/biz-lean-six-sigma/biz-lean-six-sigma ~/.claude/skills/biz-lean-six-sigma
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Lean Six Sigma

## Overview

Lean eliminates waste (non-value-adding activities). Six Sigma reduces variation (defects and inconsistency). Combined, they improve speed AND quality. Lean answers "are we doing unnecessary things?" Six Sigma answers "are we doing necessary things consistently?"

## Framework

```
IRON LAW: Value Is Defined by the CUSTOMER, Not the Producer

An activity adds value ONLY if: (1) the customer is willing to pay for it,
(2) it transforms the product/service, AND (3) it's done right the first time.
If any condition fails, the activity is waste — eliminate or minimize it.
```

### The Seven Wastes (TIMWOOD)

| Waste | Definition | Example |
|-------|-----------|---------|
| **T**ransportation | Unnecessary movement of materials | Moving inventory between warehouses |
| **I**nventory | Excess stock beyond immediate need | 6 months of raw materials sitting idle |
| **M**otion | Unnecessary movement of people | Walking across factory floor to get tools |
| **W**aiting | Idle time between process steps | Orders waiting for approval |
| **O**ver-production | Making more than needed | Printing 1000 reports when 100 are read |
| **O**ver-processing | More work than the customer requires | Triple-checking a non-critical form |
| **D**efects | Output that requires rework or disposal | Software bugs, manufacturing rejects |

### DMAIC Improvement Cycle (Six Sigma)

1. **Define**: What is the problem? Who is the customer? What is the target metric?
2. **Measure**: What is the current performance? Collect data on defect rate, cycle time, variation.
3. **Analyze**: What causes the problem? Use root cause analysis (5 Whys, fishbone diagram, Pareto chart).
4. **Improve**: What changes will fix it? Design and test solutions.
5. **Control**: How to sustain the improvement? Implement monitoring, SOPs, control charts.

### Kaizen (Continuous Improvement)

Small, incremental improvements made continuously by frontline workers:
- Daily standup to identify one improvement
- Implement immediately if possible
- Document and share across teams

## Output Format

```markdown
# Lean Six Sigma Analysis: {Process}

## Current State
- Process: {description}
- Key metric: {defect rate / cycle time / cost}
- Current performance: {baseline data}

## Waste Identification (TIMWOOD)
| Waste Type | Found? | Description | Impact |
|-----------|--------|-------------|--------|
| Transportation | Y/N | {detail} | H/M/L |
| Inventory | Y/N | ... | ... |
| Motion | Y/N | ... | ... |
| Waiting | Y/N | ... | ... |
| Over-production | Y/N | ... | ... |
| Over-processing | Y/N | ... | ... |
| Defects | Y/N | ... | ... |

## Root Cause Analysis
{5 Whys or fishbone diagram for top waste}

## Improvement Plan (DMAIC)
| Phase | Action | Owner | Timeline |
|-------|--------|-------|----------|
| Define | {problem statement} | ... | ... |
| Measure | {data collection plan} | ... | ... |
| Analyze | {root cause method} | ... | ... |
| Improve | {solution} | ... | ... |
| Control | {monitoring plan} | ... | ... |

## Expected Impact
- {metric}: {current} → {target} ({X% improvement})
```

## Examples

### Correct Application
**Scenario:** Lean analysis of a restaurant kitchen order process
- **Waiting waste**: Orders wait 8 min for expeditor to batch them → Change to real-time ticket system (saves 6 min/order)
- **Motion waste**: Chef walks 15m to reach cold storage per order → Relocate prep station fridge (saves 2 min)
- **Defect waste**: 12% order error rate → Implement kitchen display system with visual confirmation (target 3%)
- Root cause (5 Whys): Errors → handwritten tickets �� poor handwriting → no standardized format �� **no digital order system**

### Incorrect Application
- Identified "the market is declining" as a waste → Market conditions are external, not process waste. TIMWOOD applies to internal processes only.

## Gotchas

- **8th waste — unused talent**: Often added to TIMWOOD. Employees with ideas that aren't heard or skills that aren't utilized.
- **Lean can go too far**: Eliminating ALL inventory (zero buffer) creates fragility. Some "waste" is strategic buffer. Balance efficiency with resilience.
- **Six Sigma requires data**: Without baseline measurements, you can't calculate improvement. Invest in measurement before jumping to solutions.
- **Cultural resistance**: Lean/Six Sigma requires frontline buy-in. Top-down mandates without worker involvement fail.

## References

- For value stream mapping methodology, see `references/value-stream-mapping.md`
- For statistical process control (SPC), see `references/spc-basics.md`
algo-ad-biddingSkill

Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding strategy, set up automated bidding, or optimize bid parameters — even if they say 'what bidding strategy should I use', 'target CPA setup', or 'smart bidding configuration'.

algo-ad-budgetSkill

Optimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when the user needs to distribute budget across multiple campaigns, optimize spend pacing, or maximize overall ROAS under budget constraints — even if they say 'how to split my ad budget', 'campaign budget optimization', or 'diminishing returns on ad spend'.

algo-ad-ctrSkill

Build CTR prediction models for estimating ad click-through rates from features. Use this skill when the user needs to predict click probability, build an ad ranking model, or evaluate ad creative performance — even if they say 'predict click rate', 'ad relevance scoring', or 'which ad will get more clicks'.

algo-ad-gspSkill

Implement Generalized Second Price auction for ad slot allocation and pricing. Use this skill when the user needs to understand search ad auctions, compute ad positions and costs-per-click, or analyze bidding dynamics — even if they say 'how does Google Ads auction work', 'ad rank calculation', or 'second price auction for ads'.

algo-ad-vcgSkill

Implement VCG mechanism for incentive-compatible ad slot allocation with truthful bidding. Use this skill when the user needs to design a truthful auction mechanism, compute externality-based payments, or understand why platforms may prefer GSP over VCG — even if they say 'truthful auction design', 'VCG payments', or 'incentive-compatible mechanism'.

algo-blockchain-basicsSkill

Explain blockchain fundamentals including distributed ledger architecture, consensus mechanisms, and block structure. Use this skill when the user needs to understand blockchain concepts, evaluate whether blockchain fits a use case, or design a blockchain-based solution — even if they say 'how does blockchain work', 'do I need blockchain', or 'distributed ledger'.

algo-blockchain-smart-contractSkill

Design and implement smart contracts as self-executing programmatic agreements on blockchain. Use this skill when the user needs to build automated on-chain logic, evaluate smart contract security, or design tokenized business rules — even if they say 'smart contract development', 'automated agreement', or 'on-chain logic'.

algo-ecom-bm25Skill

Implement BM25 ranking function for e-commerce product search relevance scoring. Use this skill when the user needs to build a text-based product search engine, improve search result relevance, or replace basic TF-IDF with a more robust ranking function — even if they say 'product search ranking', 'search relevance', or 'BM25 implementation'.