Skip to content

Workshop and Method Comparison

Purpose

PM teams have many overlapping methodologies for similar-looking questions (“what should we build?”, “is this idea worth pursuing?”, “how do we test this?”). This page is the cross-method comparison reference - it does not advocate any single method but helps you pick the right one for the question you’re actually facing.

For details on any single method, follow the linked concept doc or skill body. For terminology specific to Foundation Sprint or Design Sprint, see the Sprint Methodology Glossary. For the disambiguation between workshop sprints and agile sprints, see Workshop Sprints vs Agile Sprints.

Comparison matrix

MethodPurposeDurationTeam sizeOutputCustomer access required?Recurring or one-time?
Foundation SprintChoose a testable strategic direction at the start of a big initiative2 days (one-time)3-5 inc. DeciderFounding Hypothesis sentence + assumption scorecard + recommended next testNo (uses existing customer knowledge)One-time
Design SprintValidate a risky idea with a realistic prototype and 5 target customers5 days (one-time)4-7 inc. DeciderFriday scorecard + Decider’s build/iterate/pivot/stop call + named next artifactYes (5 target-profile customers Friday)One-time per challenge
Agile / Scrum sprint planningCommit a sprint goal + select backlog items for the next iteration2-4 hours (recurring)Whole Scrum teamSprint goal + committed backlogNoRecurring (every 1-4 weeks)
foundation-lean-canvasCapture a one-page business model spanning 9 interlocking blocks60-90 min1-3Lean Canvas (one page; 9 blocks)NoOne-time per pivot or initiative
define-jtbd-canvasFrame what job customers hire your product to do45-90 min1-3JTBD canvasHelpful but not requiredOne-time per discovery cycle
workflow-customer-discoveryTransform raw research into a validated problem statement2-4 hours across multiple skills1-3Problem statement + opportunity tree + personaYes (research synthesis)One-time per discovery cycle
workflow-feature-kickoffMove from validated problem to ready-to-build feature spec2-4 hours across multiple skills1-3PRD + user stories + acceptance criteriaNoRecurring per feature
measure-experiment-designDesign a smaller-than-Design-Sprint experiment (fake-door, landing-page, A/B test)60-90 min1-3Experiment specVaries by experiment typeOne-time per experiment

Decision tree: which method fits my situation?

flowchart TD
    START[I have a product question to answer]
    START --> Q1{Is this about<br/>strategic direction<br/>or specific feature?}

    Q1 -->|Strategic direction| Q2{Have I already<br/>chosen a direction?}
    Q1 -->|Specific feature or interaction| Q3{Do I have a<br/>specific risky<br/>assumption to test?}
    Q1 -->|Already validated; ready to build| FK[workflow-feature-kickoff]
    Q1 -->|Recurring delivery cycle| SP[agile sprint planning]

    Q2 -->|No, multiple paths| FS[Foundation Sprint<br/>2 days]
    Q2 -->|Yes, but need to validate| Q3
    Q2 -->|Yes and validated| FK

    Q3 -->|Yes; need customer evidence| Q4{Can I get 5 target<br/>customers for<br/>Friday testing?}
    Q3 -->|Yes; can test with smaller experiment| EXP[measure-experiment-design]
    Q3 -->|No; still in discovery| CD[workflow-customer-discovery]

    Q4 -->|Yes| DS[Design Sprint<br/>5 days]
    Q4 -->|No| EXP

    FS --> Q5{Was Founding Hypothesis testable<br/>with a prototype + 5 customers?}
    Q5 -->|Yes| DS
    Q5 -->|No; needs research| CD
    Q5 -->|No; needs smaller test| EXP

    style FS fill:#e1f5ff
    style DS fill:#e1ffe1
    style SP fill:#fff4e1

When you’d combine methods

These aren’t either/or. A common end-to-end pattern in product organizations:

  1. Foundation Sprint at the start of a new bet to choose direction
  2. Design Sprint within 1-2 weeks of Foundation Sprint to test the Founding Hypothesis
  3. Feature Kickoff workflow to convert the Design Sprint Build call into PRD + stories
  4. Agile sprints as the recurring delivery cadence for the build
  5. Experiment Design for smaller-than-DS questions that arise during build
  6. Customer Discovery workflow if any post-launch signal suggests the original problem framing was wrong

The methodologies operate at different cadences and altitudes; they compose rather than compete.

When NOT to use a Foundation Sprint or Design Sprint

SituationBetter alternative
Recurring 2-week delivery cycleAgile / Scrum sprint planning
Single PM wants a strategic framing in an afternoonLean Canvas (1-3 person; 60-90 min)
Specific assumption testable with no customersExperiment Design (fake-door, landing-page, A/B test)
Team is in pure discovery; no clear challenge yetCustomer Discovery workflow
Validated direction; ready to buildFeature Kickoff workflow
Small UX tweak with low stakesNone of the above; just ship it
Stakeholder alignment without strategic-direction questionStakeholder Alignment workflow
Pure tech-feasibility questionTechnical Discovery workflow (spike-summary + ADR)

Cross-references


Part of PM-Skills - Open source Product Management skills for AI agents.