skills/which-skill/SKILL.md
Route a fuzzy request to the right skill in this library. Use when the user is unsure which skill fits, asks 'which skill should I use for X', describes a task without naming a skill, or when a request could plausibly match several skills. Produces a best-fit recommendation with the inputs to gather, a runner-up with the tie-breaker, and a workflow recipe when the job spans multiple skills.
npx skillsauth add mohitagw15856/pm-claude-skills which-skillInstall 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.
Given a fuzzy professional ask ("my boss wants an update on the Q3 launch"), pick the single best skill in this library to run — and say why — instead of making the user browse 400+ options.
Ask for (if not already provided):
SKILLS.md (the auto-generated listing grouped by domain), or search with npx pm-claude-skills list / the MCP search_skills tool. Match the user's phrasing against skill description trigger phrases.ab-test-readout for analysing a finished test) beats a broader neighbour (experiment-designer).WORKFLOWS.md, e.g. /ship-a-feature, /launch-a-product) when the ask needs 3+ chained skills — don't recommend the skills one by one.| You want… | Use | Not |
|---|---|---|
| A one-off deep teardown of a rival (SWOT, positioning map) | competitor-teardown | competitive-analysis |
| A full landscape doc: feature matrix, win/loss, battlecard inputs | competitive-analysis | competitor-teardown |
| A recurring "what changed in the market this week/month" briefing | competitive-intelligence-monitor | competitor-signal-tracker |
| A read on one specific competitor announcement | competitor-signal-tracker | competitive-intelligence-monitor |
| Release notes straight from a raw git log / commit list | changelog-generator | changelog-writer |
| A Keep-a-Changelog entry from an already-curated change list | changelog-writer | changelog-generator |
| Positioning, messaging pillars, use cases — the GTM content | go-to-market | go-to-market-planner |
| A tiered launch plan with cross-functional coordination — the GTM operation | go-to-market-planner | go-to-market |
| Themes from interview transcripts specifically | user-interview-synthesis | user-research-synthesis |
| Synthesis across mixed sources (surveys, feedback, transcripts) | user-research-synthesis | user-interview-synthesis |
| Pure RICE scoring of a backlog | rice-prioritisation | feature-prioritisation |
| Choosing/applying a framework (RICE, MoSCoW, Kano, ICE) | feature-prioritisation | rice-prioritisation |
| RICE blended with strategic-fit weighting | rice-impact-matrix | rice-prioritisation |
| A summary of an existing document for executives | executive-summary | executive-update |
| A standalone product briefing written for the C-suite | executive-update | executive-summary |
| A BLUF-style project status update for stakeholders | stakeholder-update | executive-update |
| Designing an experiment before it runs (sample size, guardrails) | ab-test-planner | ab-test-readout |
| Analysing a finished test and making the ship/no-ship call | ab-test-readout | ab-test-planner |
Best fit: skill-name — [one line: why this artifact matches the ask]
Before you run it, have ready:
Runner-up: other-skill — pick this instead if [the tie-breaker condition].
Run it: /skill-name in Claude Code, or open it in the Playground.
(If a workflow fits better) This is a multi-skill job — run /recipe-name (chains a → b → c), because [why the chain beats a single skill].
competitive-analysis); route on the deliverableSKILL_REQUEST.mdbusiness
Analyze why deals are won and lost and turn it into an action plan. Use when asked to run a win/loss analysis, review closed-won and closed-lost deals, understand why the team is losing to a competitor, or summarize sales feedback into patterns. Produces a structured win/loss report with themes, win/loss rates by segment and competitor, representative quotes, and prioritized actions for product, marketing, and sales.
testing
Triage a vulnerability or scanner finding — assess real severity, exploitability, and how urgently to fix. Use when asked to triage a CVE, prioritize scanner/pentest findings, assess a vuln's risk, or decide what to patch first. Produces a triage verdict: CVSS-informed severity adjusted for your context, exploitability, real risk, a fix/mitigation, and an SLA — so you fix what matters, not just what's red.
development
Stand up a Voice of Customer (VoC) program that turns feedback into action. Use when asked to build a VoC program, design a customer feedback loop, consolidate feedback sources, or set up a closed-loop feedback process. Produces a VoC program design — objectives, feedback sources and channels, a taxonomy, collection and analysis cadence, closed-loop routing, ownership, and success metrics.
development
Threat-model a system or feature to find where it could be attacked, before you build it. Use when asked to threat-model, do a security design review, identify attack surface, or apply STRIDE to a design. Produces a structured threat model: assets, trust boundaries and data flows, threats enumerated by category (STRIDE), and prioritized mitigations. Defensive security for systems you own or are authorized to assess.