feat: add product discovery skills plugin for Claude Code#9
Open
larsx2 wants to merge 3 commits into
Open
Conversation
Add a locally-installable Claude Code plugin with 5 product discovery skills based on Teresa Torres (Continuous Discovery Habits), Marty Kagan (Inspired/Empowered/Transformed), and Google Ventures Design Sprint: - /ost — Opportunity Solution Tree builder (Torres) - /assumption-testing — Assumption mapping and experiment design (Torres + Kagan) - /discovery-coaching — Product discovery maturity coaching (Kagan + Torres) - /design-sprint — Google Ventures Design Sprint facilitator (Knapp) - /interview-planning — Customer interview planning and synthesis (Torres) https://claude.ai/code/session_012j6FJ9xZAzggZYkwxHYgrR
- Fix "Kagan" → "Cagan" across all skill files (10 occurrences) - Replace cryptic "/ost" skill name with "/opportunity-solution-tree" - Expand all "OST" abbreviations to "Opportunity Solution Tree" throughout cross-references in all skills https://claude.ai/code/session_012j6FJ9xZAzggZYkwxHYgrR
…, and routing Major changes across all 5 existing skills + 1 new skill: **All skills:** - Added hard rules / guardrails to prevent discovery theater - Added stronger trigger descriptions with concrete trigger phrases and negative triggers - Added anti-pattern detection at every step - Added kill criteria and decision outputs (proceed/iterate/pivot/kill) - Added solo founder / bootstrap adaptations throughout - Every skill now forces evidence before artifacts **opportunity-solution-tree:** - Evidence gate: refuses to populate opportunities without customer evidence - Requires 3+ solutions per opportunity (enforced, not suggested) - Decision output required at end of every tree - Evidence quality grading table **interview-planning:** - Added solo founder recruiting guidance (Reddit, Discord, LinkedIn, communities) - Added evidence strength grading (anecdote vs pattern vs strong signal) - Stronger synthesis section with frequency × intensity ranking - Explicit bans on feature-wishlist questions **assumption-testing:** - Kill criteria required for every experiment (non-negotiable) - Success criteria must be defined BEFORE running (enforced) - "Not yet killed" language instead of "validated" - Decision framework at end: if-pass/if-fail branching - Blocks testing easy assumptions before risky ones **discovery-coaching:** - Embedded full anti-pattern detector (12 patterns with symptoms/risk/corrective action) - Routing table to direct users to specific skills - Solo founder quick-start workflow - Context-dependent cadence design (solo vs trio vs org) **design-sprint:** - Scoped much tighter: explicit when-NOT-to-use section - Positioned as heavy intervention, not default tool - Hard rule: no sprint without access to real users for testing **NEW: discovery-intake (routing skill):** - Default entry point for product discovery - Decision tree that routes to the right skill based on context - Anti-pattern pre-check before routing - Minimum viable discovery cheat sheet for solo founders https://claude.ai/code/session_012j6FJ9xZAzggZYkwxHYgrR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a locally-installable Claude Code plugin with 5 product discovery
skills based on Teresa Torres (Continuous Discovery Habits), Marty Cagan
(Inspired/Empowered/Transformed), and Google Ventures Design Sprint: