Skip to content

v2.31.1

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Jul 19:31

Fixed in this patch

Maintenance patch: merge-pipeline trust repair and a security-queue drain. No skill behavior change; catalog stays 68 skills / 6 sub-agents.

  • Required-check deadlock (#244): the required validate-plugin check no longer sits behind a paths filter, so site-only and lockfile-only PRs can merge again (nine PRs had been silently blocked for three weeks).
  • Security drain: ten open Dependabot alerts (four high) to zero - astro 7.1.6, @astrojs/starlight 0.41.5, sharp, svgo, dompurify, postcss, astro-mermaid, js-yaml (root + a transitive copy in .github/scripts).
  • Site build repairs: @astrojs/markdown-remark declared as a direct dependency (astro 7.1 stopped bundling it), and the content schema no longer shadows Starlight's built-in draft field (which emptied the production route collection under Starlight 0.41.4+).
  • Validator race (#246): the bash AGENTS.md sync validator no longer false-fails on SIGPIPE under pipefail.
  • README version badge (#228): generator-owned, closing the annotation-path corruption found at the v2.31.0 shadow observation.

Full detail: CHANGELOG 2.31.1 and the release notes page.

What's Included

  • PM skills library (flat skills/{phase-skill}/ + foundation capabilities)
  • Sample output library (library/skill-output-samples/ with README and canonical sample corpus)
  • Slash commands (10 /workflow-* orchestrators plus the /chain ad-hoc runner; every skill invocable by name)
  • Workflows (Triple Diamond, Lean Startup, Feature Kickoff)
  • Claude plugin manifest (.claude-plugin/plugin.json)
  • Claude/openskills discovery via sync helper (scripts/sync-claude.sh / .ps1)
  • Docs: README, QUICKSTART, AGENTS, reference guides

Download

pm-skills-v2.31.1.zip - Complete package for all platforms

Installation

Claude Code / openskills

  1. Download pm-skills-v2.31.1.zip
  2. Extract, then run:
    • Bash: ./scripts/sync-claude.sh
    • PowerShell: ./scripts/sync-claude.ps1
  3. Claude Code / openskills will discover commands in .claude/commands/ and skills in .claude/skills/.

Claude plugin clients

  1. Download pm-skills-v2.31.1.zip
  2. Extract the archive.
  3. Point plugin setup to .claude-plugin/plugin.json from the extracted package.

Other editors/agents

  • Use skills/ and commands/ directly from the extracted ZIP.

Quick Usage

/pm-skills:deliver-prd "Your feature description"
/pm-skills:define-hypothesis "Your assumption to test"
/workflow-feature-kickoff "Feature name"

See QUICKSTART.md in the archive for full instructions.