PM-Skills v2.6.1 Release Notes¶
Date: 2026-03-04
Status: Released (tag v2.6.1 published)
Summary¶
v2.6.1 is a recovery-and-packaging patch release for pm-skills.
This lane restores and normalizes the sample-output library, captures coverage metadata in tracked release-governance artifacts, and fixes release packaging so sample outputs are actually included in shipped ZIP artifacts.
Scope¶
In scope:
1. Sample library path and naming normalization
2. Sample-library standards and release-coverage metadata alignment
3. Release packaging inclusion checks for library/skill-output-samples/
4. Release metadata roll-forward in README/CHANGELOG
Out of scope:
1. New PM skills, slash commands, or workflow behavior changes
2. pm-skills-mcp deployment changes
Added¶
- Release note artifact:
docs/releases/Release_v2.6.1.md
Changed¶
- Canonical sample-library path is now
library/skill-output-samples/. - Sample standards doc is now
library/skill-output-samples/SAMPLE_CREATION.md. - Sample README standards links updated to
SAMPLE_CREATION.md. - Coverage manifest is tracked at
docs/internal/release-plans/v2.6.1/skill-output-samples_manifest.v2.6.1.json. scripts/build-release.shnow stageslibrary/(includinglibrary/skill-output-samples/) and fails if canonical sample files are missing from stage.scripts/build-release.ps1now stageslibrary/(includinglibrary/skill-output-samples/) and fails if canonical sample files are missing from stage..github/workflows/release.ymlgenerated release notes now explicitly list sample-library inclusion.README.mdandCHANGELOG.mdupdated forv2.6.1roll-forward.
Validation¶
pwsh -File scripts/validate-commands.ps1pwsh -File scripts/lint-skills-frontmatter.ps1pwsh -File scripts/build-release.ps1 -Version 2.6.1- Verify ZIP contains
library/skill-output-samples/sample files andREADME_SAMPLES.md - Verify
README_SAMPLES.mdlinks resolve and tracked manifest paths exist
Canonical References¶
CHANGELOG.mdREADME.mddocs/releases/Release_v2.6.1.md.github/workflows/release.ymlscripts/build-release.shscripts/build-release.ps1library/skill-output-samples/README_SAMPLES.mdlibrary/skill-output-samples/SAMPLE_CREATION.mddocs/internal/release-plans/v2.6.1/README.mddocs/internal/release-plans/v2.6.1/skill-output-samples_manifest.v2.6.1.json