plugins/consider/skills/pareto/SKILL.md
Apply the 80/20 rule to find the highest-leverage inputs — use when effort and results feel misaligned or there are too many things competing for attention
npx skillsauth add bcbeidel/wos paretoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
<output_format>
[What we're trying to maximize or minimize]
| Input | Est. Contribution | Cumulative | |-------|------------------|-----------| | [Top input] | X% | X% | | [Next] | Y% | X+Y% | | ... | ... | ... |
[Where to redirect effort for maximum impact] </output_format>
<example> ## Pareto Analysis: Reducing Support Ticket VolumeReduce monthly support tickets from 500 to under 200.
| Input | Est. Contribution | Cumulative | |-------|------------------|-----------| | Password reset issues | 35% | 35% | | Confusing billing page | 25% | 60% | | API error messages unclear | 15% | 75% | | Feature requests misfiled as bugs | 10% | 85% | | Onboarding confusion | 8% | 93% | | Account deletion requests | 4% | 97% | | Other | 3% | 100% |
Two changes (self-service password reset + billing page redesign) would eliminate ~60% of tickets. Everything else combined is less impactful than either of these alone. Start with password reset — it's a weekend project with the highest single-category impact. </example>
Chainable to: one-thing (to narrow from the vital few to a single action), eisenhower-matrix (to prioritize vital-few items against urgency)
tools
Use when the user wants to "audit a help skill", "review my plugin index", or "verify my help-skill is up to date". Audits a plugins/<plugin>/skills/help/SKILL.md against the help-skill rubric — coverage, freshness, frontmatter fidelity, plus five judgment dimensions and a trigger-collision check.
tools
Use when the user wants to "scaffold a help skill", "add a /<plugin>:help command", or "build a plugin index skill", or wants to give a plugin an orientation surface that lists its skills and common workflows. Produces a SKILL.md at plugins/<plugin>/skills/help/SKILL.md.
tools
Audits pair-level integrity of a primitive-pair (the artifact `/build:build-skill-pair` produces) by walking the four required artifact slots — principles doc, `build-<primitive>/SKILL.md`, `check-<primitive>/SKILL.md`, and the `primitive-routing.md` registration — and reports cross-artifact issues a per-SKILL.md checker cannot see: missing principles doc, divergent principles paths between halves, absent routing registration, missing build→check handoff. Per-half structural compliance with the unified pattern (`check-skill-pattern.md`) is delegated to `plugins/build/_shared/scripts/check_skill_pattern.py`. Use when the user wants to "audit a skill pair", "review a primitive pair", or "validate the skill pair for X". Not for auditing a single SKILL.md — route to `/build:check-skill`. Not for re-distilling a stale principles doc — route to `/build:build-skill-pair`.
testing
Audit a root-level resolver — verify AGENTS.md pointer, managed-region integrity, filing-table coverage against disk, context-table actionability, and trigger-eval pass rate. Use when the user wants to "audit a resolver", "validate routing table", or "find dark capabilities".