@mondaydotcomorg/product-hub
v1.0.0
Published
A curated collection of product management skills for Claude Code and Cursor - discovery, strategy, execution, communication, UX research, AI products, and ceremonies.
Maintainers
Readme
product-hub
A curated marketplace of product management skills for Claude Code and Cursor - discovery, strategy, execution, communication, UX research, AI products, and ceremonies.
Built by the monday.com Product Team to help PMs work smarter with AI.
Available Plugins
| Plugin | Description | Key Skills | |--------|-------------|------------| | product-comms | Product communication - storytelling, PRDs, specs, presentations | Storytelling, 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 |
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 DaPulse/product-hub
npx -y @mondaydotcomorg/product-hub install discovery DaPulse/product-hub
# Then use skills in Composer or Chat
# (Just describe what you need - skills activate automatically)Featured Skills
🎯 Product Communication
- storytelling - Craft customer-centric narratives using hero's journey framework
- 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
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 & toolsCursor
# Install plugins with npx (no marketplace setup needed)
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-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
Directory Structure
product-hub/
├── .claude-plugin/
│ └── marketplace.json # Marketplace registry
├── 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
└── README.mdSupport
- Questions: #ask-product-team
- Issues: GitHub Issues
- Contributions: PRs welcome!
License
MIT
