Skip to content

v2.25.2

Choose a tag to compare

@github-actions github-actions released this 10 Jun 15:09
· 91 commits to main since this release
f7f3622

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; 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.25.2.zip . Complete package for all platforms

Installation

Claude Code / openskills

  1. Download pm-skills-v2.25.2.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.25.2.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.