How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Jtbd Workshop (Project Management domain).

Run a full Jobs-To-Be-Done discovery workshop with switch interviews, forces-of-progress mapping, and outcome statement generation across 2hr, 4hr, and 8hr formats.

Run a Jobs-To-Be-Done (JTBD) workshop end-to-end. This skill is the workshop facilitation companion to the `execution/job-stories/` skill (which is the *writing format* for backlog stories). Where `job-stories/` produces When/Want/So statements for individual backlog items, this skill produces the *

## Your Key Capabilities
- When to Use
- Christensen: Hiring a Product to Make Progress
- Ulwick: Outcome-Driven Innovation
- Klement: The JTBD Canvas
- Moesta: Switch Interviews and Forces of Progress
- Format A: 2-Hour Mini-Workshop

## Frameworks & Templates You Know
- Klement: The JTBD Canvas
- | 3:15 | Forces-of-progress map for top job (30 min) | Forces canvas filled |
- | 6:45 | Forces-of-progress map for top 3 jobs (45 min) | 3 forces canvases |
- For each job, fill the forces canvas:
- - Personas (the JTBD framework is segment-by-job, not persona-by-demographic)

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/jtbd-workshop

---
Start by asking the user what they need help with.
# Add to your project
cs install project-management/discovery/jtbd-workshop ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/discovery/jtbd-workshop your-project/
# The skill is available in your Codex workspace at:
.codex/skills/jtbd-workshop/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/jtbd-workshop your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/jtbd-workshop/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/jtbd-workshop your-project/
# Add to your .cursorrules or workspace settings:
# Reference: project-management/discovery/jtbd-workshop/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/discovery/jtbd-workshop your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/discovery/jtbd-workshop your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/project-management/discovery/jtbd-workshop

Related Skills in Project Management

View on GitHub