plugins marketplace
← All plugins

wondelai-jobs-to-be-done

v1.0.0

Strategic product innovation framework using JTBD theory

Claude Code1 skill

by Wondel.aiMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/business-tools/wondelai-jobs-to-be-done/ inside the repository.

Layout

plugins/business-tools/wondelai-jobs-to-be-done/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

jobs-to-be-doneSKILL.md

Discover what customers truly need by analyzing the "job" they hire your product to do. Use when the user mentions "customer discovery", "why customers churn", "what job does this solve", "competing against luck", "product-market fit", "switching behavior", "milkshake moment", or "functional vs emotional jobs". Also trigger when investigating why users choose competitors, designing features around real customer needs, or reframing a value proposition. Covers JTBD interviews, competition analysis, and jobs-oriented roadmaps. For product positioning, see obviously-awesome. For rapid validation, see design-sprint. For non-leading interview technique, see mom-test.

Manifests1

plugins/business-tools/wondelai-jobs-to-be-done/.claude-plugin/plugin.json
{
  "name": "wondelai-jobs-to-be-done",
  "version": "1.0.0",
  "description": "Strategic product innovation framework using JTBD theory",
  "author": {
    "name": "Wondel.ai"
  },
  "license": "MIT",
  "repository": "https://github.com/wondelai/skills",
  "keywords": [
    "business-tools",
    "wondelai",
    "skills"
  ]
}