v2.7.0
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 (
/prd,/hypothesis,/kickoff, etc.) - Workflow bundles (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.7.0.zip — Complete package for all platforms
Installation
Claude Code / openskills
- Download
pm-skills-v2.7.0.zip - Extract, then run:
- Bash:
./scripts/sync-claude.sh - PowerShell:
./scripts/sync-claude.ps1
- Bash:
- Claude Code / openskills will discover commands in
.claude/commands/and skills in.claude/skills/.
Claude plugin clients
- Download
pm-skills-v2.7.0.zip - Extract the archive.
- Point plugin setup to
.claude-plugin/plugin.jsonfrom the extracted package.
Other editors/agents
- Use
skills/andcommands/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.