plugins/consider/skills/one-thing/SKILL.md
Identify the single highest-leverage action that makes everything else easier — use when there are too many competing priorities and focus needs to be established before work begins
npx skillsauth add bcbeidel/wos one-thingInstall 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 achieve]
| Action | Domino Effect | Makes others easier? | |--------|-------------|---------------------| | [Action 1] | [What it unlocks] | Yes/Partially/No | | [Action 2] | [What it unlocks] | Yes/Partially/No |
[The single highest-leverage action]
[What completion looks like — specific and measurable]
[What to deprioritize to protect focus on the one thing] </output_format>
<example> ## One Thing Analysis: Improving Developer OnboardingReduce time-to-first-commit for new engineers from 2 weeks to 3 days.
| Action | Domino Effect | Makes others easier? | |--------|-------------|---------------------| | Write comprehensive onboarding docs | New hires self-serve answers | Partially — still need environment to work | | Fix the dev environment setup script | New hires have working code on day 1 | Yes — unblocks everything downstream | | Assign onboarding buddies | New hires get personalized help | Partially — buddies still fight the broken setup | | Create a "first task" ticket template | Clear first contribution path | Partially — useless if environment isn't working | | Record architecture walkthrough video | Context available on-demand | No — doesn't unblock the setup bottleneck |
Fix the dev environment setup script. Every other onboarding improvement assumes the new hire has a working environment. A broken setup script means buddies spend their time debugging Docker instead of teaching architecture, docs describe a system the new hire can't run, and first tasks can't be attempted.
A new hire can run make setup on a fresh laptop and have all services running with seed data in under 30 minutes. Tested by having someone outside the team follow the instructions.
Pause the architecture video project and the onboarding doc rewrite until setup works. Both are wasted effort if people can't run the code. </example>
Chainable to: eisenhower-matrix (to slot the one thing alongside other demands), pareto (to validate the 80/20 leverage claim)
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".