Install
openclaw skills install @deciqai/pareto-principleActivate when: user says 'Pareto,' '80/20,' 'vital few,' 'long tail,' 'where is the leverage'; a team is treating many items as equally important; a backlog has no triage; growth efforts are spread thin across too many initiatives. Do NOT activate when: fewer than ~6 items total (no distribution to analyze); safety-critical or regulatory contexts where every item must be addressed regardless of frequency.
openclaw skills install @deciqai/pareto-principleIn most real systems, a small fraction of inputs produces the majority of outputs. The pattern — heavy-tailed distribution where the vital few dominate the trivial many — is empirically robust across operations, software, and revenue. Pareto (1896) documented the distribution; Juran (1951) coined "vital few and trivial many." Key hazard: different outputs have different vital fews, and asserting "80/20" without measuring is folk reasoning.
Compose: first-principles to identify what outcome you are driving; aarrr-pirate-metrics to instrument which inputs produce which outputs; probabilistic-thinking to test the split is real and not a small-sample artifact.
Use: team treating many items as equally important; resources spread thin; prioritization needed; you suspect a heavy-tailed distribution that hasn't been measured.
When NOT: only a few items total; safety-critical or long-tail-strategic items where the residual matters; the split is trivially obvious; using it to abandon a strategically valuable long tail.
In Coach mode, respond one step at a time. Each [WAIT] is a hard stop — output only that step's question, then stop.
[WAIT — do not advance until user responds]
[WAIT — do not advance until user responds]
[WAIT — do not advance until user responds]
Run the Pareto Analysis: define output, measure distribution, identify vital few, decide on trivial many.
# Pareto Analysis: <output>
## Output (precisely): <metric in measurable units>
## Inputs enumerated: <set of items>
## Distribution: | Rank | Input | Contribution | Cumulative % |
## Actual ratio: <measured — 80/20, 90/10, 80/2, etc.>
## Vital few: <the ~20% driving the majority>
## Trivial many: ☐ Cut ☐ Maintain ☐ Invest strategically (reason: …)
## Re-measurement schedule: <quarterly / after specific event>
→ Method in Action: Microsoft's Office Bug-Fix Pareto (2002)
→ Primary sources: references/sources.md
[D] = designed upfront | [O] = observed in real use. [O] entries are more valuable.
| Fake move | Reality |
|---|---|
| [D] Asserting "80/20" without measuring | The principle is a hypothesis until tested. Measure the actual distribution before acting on it. |
| [D] Applying 80/20 across different outputs as if they're the same | The 20% driving revenue ≠ the 20% driving support load. Pareto is per output. |
| [D] Cutting the trivial many automatically | Sometimes the long-tail customers, features, or markets are strategically essential. The "cut" decision needs to be deliberate, not default. |
| [D] Pareto in safety-critical contexts without caveat | Rare-event-catastrophic domains (security, fraud, aerospace) invert the calculus. Standard 80/20 can be actively dangerous. |
| [D] Confusing ratio with elbow | The "elbow" of the curve is where you cut — not always at 80/20. Look at the actual curve. |
| [D] Applying once, treating as eternal | The vital few rotates. Today's vital few becomes tomorrow's trivial many as the system changes. |
| [D] Using Pareto as rhetoric, not data | "By the 80/20 rule, we should…" without measurement is folk reasoning. Run the analysis. |
| [D] Mistaking Pareto for "ignore the rest" | The trivial many is not ignored; it is deliberately deprioritized with a documented decision. |
| [D] Pareto-of-Pareto mistakes | Applying 80/20 recursively sometimes makes sense, sometimes is meaningless. Test the second-level distribution first. |
| [D] Skipping measurement because "it's obviously 80/20" | The actual ratio carries information. 80/20 vs 80/2 imply very different resource allocations. |
| → Add [O] entries here after each real use — paste the actual failure pattern | What went wrong and why |
Part of deciqAI Knowledge Skills — open-source thinking skills that make rigor executable for AI agents. Built by deciqAI · https://deciqai.com · Contributions welcome — see the template at the repo root.