Skip to content

assimovt/productskills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Skills for Claude Code

AI agent skills for product management — discovery, strategy, prioritization, and PRD writing. Built for PMs and founders who use AI coding agents to ship faster.

Every skill encodes a real framework (Mom Test, Shape Up, Obviously Awesome, Teresa Torres) as opinionated, actionable instructions. 50-150 lines each. No fluff.

Built by Tair Asim. Contributions welcome! Found a way to improve a skill or have a new one to add? Open a PR.

Installation

Option 1: CLI Install (Recommended)

# Install all skills
npx skills add assimovt/productskills

# Install specific skills
npx skills add assimovt/productskills --skill prd-writing scope-cutting

# List available skills
npx skills add assimovt/productskills --list

Option 2: Claude Code Plugin

/plugin marketplace add assimovt/productskills
/plugin install product-skills

Option 3: Clone and Copy

git clone https://github.com/assimovt/productskills.git
cp -r productskills/skills/* .claude/skills/

Option 4: Git Submodule

git submodule add https://github.com/assimovt/productskills.git .claude/productskills

Then reference skills from .claude/productskills/skills/.

Use with other agents

These skills are markdown files. They work with any AI coding agent:

  • Cursor: Copy skill files to .cursor/rules/
  • Codex: Add as knowledge base documents
  • Devin: Reference in playbooks
  • Any LLM: Use the markdown content as instructions

Available Skills

Skill Description
user-interview Mom Test + YC's Five Questions — talk to users without leading them
problem-validation Score problems on frequency x intensity x WTP with evidence
jtbd-analysis Jobs-to-be-done and Forces of Progress
research-synthesis Turn interview notes into atomic insights and patterns
opportunity-mapping Opportunity Solution Trees (Teresa Torres)
competitor-analysis Feature matrix, positioning map, strategic gaps
product-positioning April Dunford's Obviously Awesome framework
strategy-doc Playing to Win + Rumelt's Strategy Kernel
feature-prioritization RICE scoring with enablers vs blockers lens
scope-cutting Shape Up appetite + fixed time/variable scope + scope hammering
bet-sizing Shape Up pitch format + Type 1/2 decision framework
prd-writing Evidence-first PRDs — concise, measurable, with clear scope boundaries
launch-plan Launch tiers (silent / soft / big-bang) with checklists
metrics-framework North Star metric + input/output tree + counter-metrics
experiment-design Hypothesis-driven A/B tests with sample size and analysis plan
roadmap-planning Now/Next/Later roadmaps — outcomes, not features

Skill Categories

Discovery & Research

  • user-interview - Mom Test + YC Five Questions
  • problem-validation - Frequency x Intensity x WTP scoring
  • jtbd-analysis - Jobs-to-be-done, Forces of Progress
  • research-synthesis - Atomic research: nuggets to insights
  • opportunity-mapping - Teresa Torres OST

Strategy & Positioning

  • competitor-analysis - Feature matrix, positioning gaps
  • product-positioning - April Dunford's Obviously Awesome
  • strategy-doc - Playing to Win + Strategy Kernel

Prioritization & Scoping

  • feature-prioritization - RICE + enablers vs blockers
  • scope-cutting - Shape Up appetite + scope hammering
  • bet-sizing - Shape Up pitch + Type 1/2 decisions

The PRD

  • prd-writing - Evidence-first, 800-1200 words, P0/P1/P2

Launch & Measure

  • launch-plan - Launch tiers with checklists
  • metrics-framework - North Star + counter-metrics
  • experiment-design - Hypothesis-driven A/B tests
  • roadmap-planning - Now/Next/Later, outcome-based

Contributing

See CONTRIBUTING.md.

License

MIT

About

Product skills for AI agents — discovery, strategy, prioritization, and PRD writing

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages