PM-Skills v2.6.0 Release Notes¶
Date: 2026-03-04
Status: Release-ready (tag/publish pending explicit approval)
Summary¶
v2.6.0 is a plugin-packaging minor release for pm-skills.
This lane adds a Claude plugin manifest to shipped artifacts and hardens release validation so plugin metadata stays aligned with release tags.
Scope¶
In scope:
1. Claude plugin packaging (.claude-plugin/plugin.json) in release artifacts
2. Plugin validation and release guardrails in CI
3. Documentation updates for plugin install and release metadata
Out of scope:
1. New PM skills, command behavior, or workflow behavior changes
2. pm-skills-mcp deployment changes
Added¶
- Claude plugin manifest:
.claude-plugin/plugin.json - Plugin validation workflow:
.github/workflows/validate-plugin.yml
Changed¶
scripts/build-release.shnow stages.claude-plugin/and enforces staged plugin-manifest version parity with release version.scripts/build-release.ps1now stages.claude-plugin/and enforces staged plugin-manifest version parity with release version..github/workflows/release.ymlrelease-note template now includes plugin-manifest install guidance.README.mdincludes:Install as Claude Code Pluginsection- explicit setup notes for GitHub Copilot and OpenCode
- rolled-forward latest-release metadata references
SECURITY.mdupdated to production-ready reporting guidance (private advisory path + issue fallback).
Validation¶
pwsh -File scripts/validate-commands.ps1pwsh -File scripts/lint-skills-frontmatter.ps1VALIDATE_MCP_SYNC_MODE=observe PM_SKILLS_MCP_PATH=../pm-skills-mcp node .github/scripts/validate-mcp-sync.js- Expected for this lane: skill inventory stays aligned; pin/version drift remains until a future
pm-skills-mcprelease. pwsh -File scripts/build-release.ps1 -Version 2.6.0- Verify ZIP contains
.claude-plugin/plugin.jsonand manifest version is2.6.0
Canonical References¶
CHANGELOG.mdREADME.mdSECURITY.md.github/workflows/release.yml.github/workflows/validate-plugin.ymlscripts/build-release.shscripts/build-release.ps1