@mondaydotcomorg/product-hub
v1.4.0
Published
A curated collection of product management skills for Claude Code and Cursor - discovery, strategy, execution, communication, UX research, AI products, ceremonies, and Builders Kickoff 2026 learnings.
Maintainers
Readme
product-hub
A curated marketplace of product management skills for Claude Code and Cursor - discovery, strategy, execution, communication, UX research, AI products, ceremonies, and Builders Kickoff 2026 learnings.
Built by the monday.com Product Team to help PMs work smarter with AI.
Available Plugins
| Plugin | Description | Key Skills | |--------|-------------|------------| | product-comms | Product communication - PRDs, specs, presentations | positioning-messaging, writing-prds, stakeholder-alignment | | product-discovery | Product discovery and research | JTBD, competitive-analysis, problem-definition, opportunity-solution-trees | | ai-products | AI product management | Building-with-LLMs, AI-evals, AI-product-strategy | | product-ceremonies | Team ceremonies and rituals | Team-rituals, offsites, decision-processes, post-mortems | | product-execution | Product delivery and execution | Roadmapping, prioritization, sprint-planning | | product-strategy | Product strategy and planning | Vision, OKRs, north-star-metrics | | product-uxr | UX research for PMs | User-research, usability-testing, interviews | | product-utils | Utility frameworks and templates | Various tools and frameworks | | builders-kickoff-2026 | Builders Kickoff 2026 product track | 7 session skills + 10 AI-era PM learnings | | demo-generation | Plan-driven demo recording with narration | demo-studio, demo-plan, demo-narration-script |
Quick Start
Claude Code
# 1. Add the marketplace
/plugin marketplace add dapulse/product-hub
# 2. Install a plugin
/plugin install product-comms@product-hub
# 3. Use a skill
I need help with product storytelling using the hero's journeyCursor
# Install plugins directly with npx
npx -y @mondaydotcomorg/product-hub install comms
npx -y @mondaydotcomorg/product-hub install discovery
# Then use skills in Composer or Chat
# (Just describe what you need - skills activate automatically)Featured Skills
🎯 Product Communication
- writing-prds - Write effective product requirements documents
- positioning-messaging - Define product positioning and messaging
- stakeholder-alignment - Align stakeholders across the organization
🔍 Product Discovery
- jobs-to-be-done - Apply JTBD framework to understand customer needs
- competitive-analysis - Analyze competitors and market positioning
- problem-definition - Define and frame product problems
- opportunity-solution-trees - Map opportunities to solutions
🤖 AI Products
- building-with-llms - Build products with LLM capabilities
- ai-evals - Evaluate AI product performance
- ai-product-strategy - Define AI product strategy
- evaluating-new-technology - Assess emerging technologies
🎪 Ceremonies
- team-rituals - Design effective team rituals
- running-offsites - Plan and run productive offsites
- decision-processes - Make better product decisions
- post-mortems-retrospective - Learn from what happened
🚀 Execution
- roadmapping - Create and maintain product roadmaps
- prioritization - Prioritize features and initiatives
- delivery-management - Manage product delivery
📊 Strategy
- vision-goals - Define product vision and goals
- okrs - Set and track OKRs
- north-star-metrics - Define north star metrics
👥 UX Research
- user-research - Conduct user research studies
- usability-testing - Run usability tests
- interviews - Conduct effective user interviews
🚀 Builders Kickoff 2026
Session Skills — Direct captures from the product track:
- product-vision-2026 - 2026 strategic direction (Omri Cohen & Orly Stern Izhaki)
- agentic-product-thinking - Framework for designing agentic products (Esty Yehuda)
- context-strategy - Context as competitive moat (Or Fridman & Dider Bollag)
- ai-deck-builder - Build presentations with AI (Maayan Shir)
- pm-analytics-suite - 5-agent analytics workflow (Orr Segev)
- pm-methodology-as-code - Turn PM playbooks into AI workflows (Yonatan Chocron)
- hero-journey-storytelling - Product storytelling with hero's journey (Amichay Even Chen)
Learnings Skills — AI-era PM competencies derived from cross-session themes:
- ai-first-gtm - Go-to-market when activation happens in the prompt
- agent-quality-management - Measure, track, and improve agent quality
- outcome-driven-product - Design for outcomes, not configuration
- pm-code-fluency - Practical guide for PMs pushing code to production
- ai-native-ux - Design interfaces when agents are first-class users
- redefining-jtbd - Reassess JTBD when AI changes the job
- seat-model-alternatives - Pricing when agents replace human seats
- org-context-contribution - Build organizational memory for AI agents
- bold-decision-making - When and how to make bold product bets
- ai-pm-daily-practice - Daily routines for the AI-era PM
🎬 Demo Generation
- demo-studio - End-to-end plan-driven demo creation with recording and narration
- demo-plan - Generate structured demo plans from a site map and goals
- demo-narration-script - Write or rewrite narration text for demo scenes
Installing Individual Plugins
Claude Code
# First add the marketplace
/plugin marketplace add dapulse/product-hub
# Then install plugins
/plugin install product-comms@product-hub # Communication skills
/plugin install product-discovery@product-hub # Research skills
/plugin install ai-products@product-hub # AI product skills
/plugin install product-ceremonies@product-hub # Team ceremonies
/plugin install product-execution@product-hub # Delivery & roadmapping
/plugin install product-strategy@product-hub # Vision & OKRs
/plugin install product-uxr@product-hub # UX research
/plugin install product-utils@product-hub # Frameworks & tools
/plugin install builders-kickoff-2026@product-hub # Kickoff 2026 skills
/plugin install demo-generation@product-hub # Demo recording & narrationCursor
# Install plugins with npx
npx -y @mondaydotcomorg/product-hub install comms DaPulse/product-hub
npx -y @mondaydotcomorg/product-hub install discovery DaPulse/product-hub
npx -y @mondaydotcomorg/product-hub install ai-products DaPulse/product-hub
npx -y @mondaydotcomorg/product-hub install ceremonies DaPulse/product-hub
npx -y @mondaydotcomorg/product-hub install execution DaPulse/product-hub
npx -y @mondaydotcomorg/product-hub install strategy DaPulse/product-hub
npx -y @mondaydotcomorg/product-hub install uxr DaPulse/product-hub
npx -y @mondaydotcomorg/product-hub install utils DaPulse/product-hub
npx -y @mondaydotcomorg/product-hub install kickoff DaPulse/product-hub
npx -y @mondaydotcomorg/product-hub install demo-generation DaPulse/product-hubContributing
Adding a New Skill
- Choose the right plugin - Which category does your skill fit in?
- Create the skill - Add a new directory under
plugins/<category>/skills/ - Write SKILL.md - Include skill description, instructions, and examples
- Add references - Include any supporting materials in
references/ - Submit a PR - We review and merge quickly
Skill Structure
plugins/<category>/skills/<skill-name>/
├── SKILL.md # Main skill file
└── references/ # Optional supporting materials
├── examples.md
└── templates.mdExample SKILL.md
---
name: my-skill
description: "What this skill does and when to use it"
metadata:
version: 1.0.0
---
# Skill Name
Instructions for Claude on how to help the user...
## When to Use
...
## Process
...
## Templates
...Plugin Structure
Each plugin follows this structure:
plugins/<plugin-name>/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/ # Skills directory
│ └── <skill-name>/
│ ├── SKILL.md
│ └── references/
└── README.md # Optional plugin documentationFor monday.com PMs
This marketplace is designed specifically for monday.com product teams. Skills include:
- monday.com-specific examples and templates
- Integration with monday.com workflows
- Product kickoff materials and frameworks
- Internal best practices and methodologies
Marketplace Extension
For Cursor users, we provide a browsable marketplace extension that makes it easy to discover and install plugins.
Features:
- 🔍 Search and filter plugins
- 📦 One-click installation
- 🎨 Beautiful UI integrated into Cursor
- 🔄 Auto-updates with new plugins
Installation:
- Download from Releases
- Install:
cursor --install-extension product-hub-marketplace-*.vsix - Use:
Cmd+Shift+P→ "Product Hub: Open Marketplace"
See extension/README.md for details.
Directory Structure
product-hub/
├── .claude-plugin/
│ └── marketplace.json # Marketplace registry
├── extension/ # Marketplace extension for Cursor
│ ├── src/
│ └── package.json
├── plugins/
│ ├── ai-products/ # AI product management
│ ├── ceremonies/ # Team ceremonies
│ ├── comms/ # Communication skills
│ ├── discovery/ # Product discovery
│ ├── execution/ # Delivery and execution
│ ├── strategy/ # Product strategy
│ ├── uxr/ # UX research
│ ├── utils/ # Utilities and tools
│ ├── kickoff/ # Builders Kickoff 2026
│ │ └── skills/
│ │ ├── <7 session skills>
│ │ └── lessons/ # 10 derived learnings skills
│ └── demo-generation/ # Demo recording & narration
│ ├── skills/ # 3 skills
│ └── agents/ # demo-studio orchestrator agent
└── README.mdSupport
- Questions: #ask-product-team
- Issues: GitHub Issues
- Contributions: PRs welcome!
License
MIT
