From product-management
Run continuous product discovery: weekly JTBD customer interviews, an opportunity-solution tree (outcome -> opportunities -> solutions -> experiments), assumption mapping with riskiest-assumption testing, and problem validation before solutioning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/product-management:continuous-discoveryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
JTBD-style interviews (the job they hire the product for), on a cadence — not a one-time phase.
JTBD-style interviews (the job they hire the product for), on a cadence — not a one-time phase.
Outcome -> opportunities -> solutions -> experiments. Tie every solution to an opportunity to a desired outcome; compare multiple solutions per opportunity.
Map desirability/viability/feasibility assumptions; find the one that sinks it if wrong; test it cheaply before building.
Confirm the problem is real/frequent/painful for a segment first. Most feature failures are great solutions to non-problems.
npx claudepluginhub mcorbett51090/ravenclaude --plugin product-managementGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.