Skip to content

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Feb 00:30
· 654 commits to main since this release
ab2e1e9

What's Included

  • 24 PM skills (flat skills/phase-skill/)
  • Slash commands (/prd, /hypothesis, /kickoff, etc.)
  • Workflow bundles (Triple Diamond, Lean Startup, Feature Kickoff)
  • Claude/openskills discovery via sync helper (scripts/sync-claude.sh / .ps1)
  • Docs: README, QUICKSTART, AGENTS, reference guides

Download

pm-skills-v2.2.0.zip — Complete package for all platforms

Installation

Claude Code / openskills

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

Other editors/agents

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

Quick Usage

/prd "Your feature description"
/hypothesis "Your assumption to test"
/kickoff "Feature name"

See QUICKSTART.md in the archive for full instructions.