Skip to content

Skill Finder

Not sure which skill to use? Start here.

By what you need to do

flowchart TD
    A{"What do you need to do?"} -- "Understand the\nmarket or users" --> DISCOVER
    A -- "Frame the\nproblem" --> DEFINE
    A -- "Design the\nsolution" --> DEVELOP
    A -- "Ship the\nfeature" --> DELIVER
    A -- "Measure\nresults" --> MEASURE
    A -- "Learn and\nimprove" --> ITERATE

    DISCOVER{"Discover"} -- "Analyze competitors" --> S1["/competitive-analysis"]
    DISCOVER -- "Synthesize interviews" --> S2["/interview-synthesis"]
    DISCOVER -- "Map stakeholders" --> S3["/stakeholder-summary"]

    DEFINE{"Define"} -- "State the problem" --> S4["/problem-statement"]
    DEFINE -- "Form a hypothesis" --> S5["/hypothesis"]
    DEFINE -- "Map opportunities" --> S6["/opportunity-tree"]
    DEFINE -- "Understand jobs-to-be-done" --> S7["/jtbd-canvas"]

    DEVELOP{"Develop"} -- "Propose a solution" --> S8["/solution-brief"]
    DEVELOP -- "Record a tech spike" --> S9["/spike-summary"]
    DEVELOP -- "Document a decision" --> S10["/adr"]
    DEVELOP -- "Explain design rationale" --> S11["/design-rationale"]

    DELIVER{"Deliver"} -- "Write requirements" --> S12["/prd"]
    DELIVER -- "Write user stories" --> S13["/user-stories"]
    DELIVER -- "Define acceptance criteria" --> S14["/acceptance-criteria"]
    DELIVER -- "Document edge cases" --> S15["/edge-cases"]
    DELIVER -- "Prepare for launch" --> S16["/launch-checklist"]
    DELIVER -- "Announce the release" --> S17["/release-notes"]

    MEASURE{"Measure"} -- "Design an experiment" --> S18["/experiment-design"]
    MEASURE -- "Specify tracking" --> S19["/instrumentation-spec"]
    MEASURE -- "Define a dashboard" --> S20["/dashboard-requirements"]
    MEASURE -- "Analyze results" --> S21["/experiment-results"]

    ITERATE{"Iterate"} -- "Run a retrospective" --> S22["/retrospective"]
    ITERATE -- "Log a lesson" --> S23["/lessons-log"]
    ITERATE -- "Refine the backlog" --> S24["/refinement-notes"]
    ITERATE -- "Decide: pivot or persevere" --> S25["/pivot-decision"]

By artifact type

I need a…UsePhase
Architecture Decision Record/adrDevelop
Acceptance criteria/acceptance-criteriaDeliver
Backlog refinement notes/refinement-notesIterate
Competitive analysis/competitive-analysisDiscover
Dashboard requirements/dashboard-requirementsMeasure
Design rationale/design-rationaleDevelop
Edge cases document/edge-casesDeliver
Experiment design/experiment-designMeasure
Experiment results/experiment-resultsMeasure
Hypothesis/hypothesisDefine
Instrumentation spec/instrumentation-specMeasure
Interview synthesis/interview-synthesisDiscover
JTBD canvas/jtbd-canvasDefine
Launch checklist/launch-checklistDeliver
Lessons learned/lessons-logIterate
Opportunity tree/opportunity-treeDefine
Persona/personaFoundation
Pivot/persevere decision/pivot-decisionIterate
PRD/prdDeliver
Problem statement/problem-statementDefine
Release notes/release-notesDeliver
Retrospective/retrospectiveIterate
Solution brief/solution-briefDevelop
Spike summary/spike-summaryDevelop
Stakeholder summary/stakeholder-summaryDiscover
User stories/user-storiesDeliver

By phase

PhaseFocusSkills
DiscoverResearch and contextcompetitive-analysis, interview-synthesis, stakeholder-summary
DefineProblem framingproblem-statement, hypothesis, opportunity-tree, jtbd-canvas
DevelopSolution designsolution-brief, spike-summary, adr, design-rationale
DeliverHandoff and launchprd, user-stories, acceptance-criteria, edge-cases, launch-checklist, release-notes
MeasureData and testingexperiment-design, instrumentation-spec, dashboard-requirements, experiment-results
IterateLearning and adaptingretrospective, lessons-log, refinement-notes, pivot-decision
FoundationCross-cuttingpersona
UtilitySkill lifecyclepm-skill-builder, pm-skill-validate, pm-skill-iterate

Still not sure?

  • Confused between two skills? Check the PM-Skill Comparisons page
  • Want a multi-step workflow? Check the Recipes page
  • Want to see real output? Check the Showcase to see every skill in action