pm-skills-mcp 2.8.0 → 2.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  <br>
6
6
  </h1>
7
7
 
8
- <h4 align="center">Open-source MCP with /pm-skills included 25 best-practice product management skills plus workflows, instantly accessible to any AI via Model Context Protocol.</h4>
8
+ <h4 align="center">Open-source MCP server exposing 29 best-practice product management skills plus workflows and lifecycle tools, instantly accessible to any AI via Model Context Protocol.</h4>
9
9
 
10
10
  <p align="center">
11
11
  <a href="https://github.com/product-on-purpose/pm-skills-mcp/issues/new?labels=bug">Report a Bug</a>
@@ -24,7 +24,7 @@
24
24
  <img src="https://img.shields.io/npm/v/pm-skills-mcp?style=flat-square&color=blue" alt="npm version">
25
25
  </a>
26
26
  <a href="#tools">
27
- <img src="https://img.shields.io/badge/tools-38-brightgreen.svg?style=flat-square" alt="Tools">
27
+ <img src="https://img.shields.io/badge/tools-42-brightgreen.svg?style=flat-square" alt="Tools">
28
28
  </a>
29
29
  <a href="https://modelcontextprotocol.io">
30
30
  <img src="https://img.shields.io/badge/protocol-MCP-purple.svg?style=flat-square" alt="MCP">
@@ -38,7 +38,7 @@
38
38
  </p>
39
39
 
40
40
  <!-- ========== NEW: Skill Library Cross-Reference Callout ========== -->
41
- > **Want to customize skills or use slash commands?** This server is powered by [pm-skills](https://github.com/product-on-purpose/pm-skills)—the open-source skill library you can fork and modify.
41
+ > **Want to customize skills or use slash commands?** This server is powered by [pm-skills](https://github.com/product-on-purpose/pm-skills)—the open-source skill library you can fork and modify. Browse the full catalog, interactive showcase, and setup guides at [product-on-purpose.github.io/pm-skills](https://product-on-purpose.github.io/pm-skills/).
42
42
 
43
43
  <!-- ========== END NEW ========== -->
44
44
 
@@ -111,15 +111,13 @@ npm install -g pm-skills-mcp
111
111
 
112
112
  ## The Big Idea
113
113
 
114
- **PM-Skills MCP** is an MCP server that transforms [PM-Skills](https://github.com/product-on-purpose/pm-skills)... a collection of 25 battle-tested product management skills... into programmatically accessible tools, resources, and prompts for any AI assistant that speaks the Model Context Protocol.
114
+ **PM-Skills MCP** is an MCP server that transforms [PM-Skills](https://github.com/product-on-purpose/pm-skills) a collection of 29 best-practice product management skills into programmatically accessible tools, resources, and prompts for any AI assistant that speaks the Model Context Protocol.
115
115
 
116
- <!-- ========== ENHANCED: Additional ecosystem context ========== -->
117
- PM-Skills MCP is built on [pm-skills](https://github.com/product-on-purpose/pm-skills), an open-source collection of 25 battle-tested product management skills. While pm-skills offers file-based access with slash commands and AGENTS.md discovery, pm-skills-mcp wraps those same skills in an MCP server for programmatic access.
116
+ PM-Skills MCP is built on [pm-skills](https://github.com/product-on-purpose/pm-skills), an open-source collection of 29 PM skills organized by the Triple Diamond framework. While pm-skills offers file-based access with slash commands and AGENTS.md discovery, pm-skills-mcp wraps those same skills in an MCP server for programmatic access. The pm-skills library now includes **lifecycle tools** (Create, Validate, Iterate) and a [documentation site](https://product-on-purpose.github.io/pm-skills/) with an interactive showcase.
118
117
 
119
- **Not sure which to use?** See the [Comparison](#comparison) section below.
120
- <!-- ========== END ENHANCED ========== -->
118
+ **Not sure which to use?** See the [Comparison](#comparison-pm-skills-mcp-this-repo-vs-pm-skills) section below, or the [MCP Setup Guide](https://product-on-purpose.github.io/pm-skills/guides/mcp-setup/) on the docs site.
121
119
 
122
- **_One connection. 27 skills. Any MCP client._**
120
+ **_One connection. 29 skills. Any MCP client._**
123
121
 
124
122
  ### Why MCP?
125
123
 
@@ -138,7 +136,7 @@ The [Model Context Protocol](https://modelcontextprotocol.io) is an open standar
138
136
 
139
137
  ### Key Features
140
138
 
141
- - **38 MCP Tools** - 25 PM skills + 5 workflow bundles + 8 utility tools
139
+ - **42 MCP Tools** - 29 PM skills + 5 workflow bundles + 8 utility tools
142
140
  - **MCP Resources** - Skill instructions, templates, and examples via URI, with optional persona resources when enabled
143
141
  - **3 MCP Prompts** - Guided conversation starters for common workflows
144
142
  - **5 Workflow Bundles** - Pre-built multi-skill workflows for common scenarios
@@ -164,7 +162,7 @@ The [Model Context Protocol](https://modelcontextprotocol.io) is an open standar
164
162
  </p>
165
163
 
166
164
  - **[Model Context Protocol](https://modelcontextprotocol.io)** - Open standard for AI tool connectivity
167
- - **[PM-Skills](https://github.com/product-on-purpose/pm-skills)** - The 25 PM skills this server exposes
165
+ - **[PM-Skills](https://github.com/product-on-purpose/pm-skills)** - The 29 PM skills this server exposes ([docs site](https://product-on-purpose.github.io/pm-skills/))
168
166
  - **[TypeScript](https://www.typescriptlang.org/)** - Type-safe implementation
169
167
  - **[Vitest](https://vitest.dev/)** - Fast, modern testing framework
170
168
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-skills-mcp",
3
- "version": "2.8.0",
3
+ "version": "2.8.2",
4
4
  "description": "MCP server exposing product management skills as tools, resources, and workflows",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",