PM process as installable agent context

pm-skills packages product management workflows as skills, commands, and plugins. The README describes 68 PM skills and 42 chained workflows across 9 plugins, covering discovery, strategy, market research, data analytics, marketing growth, go to market, execution, and AI-assisted shipping.

The repo matters because it is not another generic prompt pack. It follows the newer plugin and skill marketplace shape used by Claude Code and compatible tools. That means the content can be installed into an agent environment and reused by name, instead of copied from a document when a PM task appears.

What installs

For Claude Cowork, the README points users at the personal plugin marketplace flow and asks them to add phuryn/pm-skills. For Claude Code, it uses the plugin marketplace:

claude plugin marketplace add phuryn/pm-skills
claude plugin install pm-toolkit@pm-skills
claude plugin install pm-product-strategy@pm-skills
claude plugin install pm-product-discovery@pm-skills

For Codex, the repo says Codex reads the same plugin marketplace file, then installs plugins with codex plugin add. The important limitation: Claude slash commands install, but they do not run as Codex slash commands. On Codex, you use the skills and describe the workflow in plain language.

Where it is useful

The strongest use case is repeatable PM structure: discovery, assumptions, PRDs, launch planning, north-star metrics, and strategy review. A solo founder or product lead can use it as a checklist with agent assistance. A team can use it to normalize how product questions are framed before execution.

The weak spot is tool specificity. Some workflows were clearly written around Claude commands and Claude plugin behavior. Codex and other assistants can still read the skill files, but the command layer may need translation or a manual instruction.

For engineering-facing skill packs, see mattpocock/skills, addyosmani/agent-skills, and obra/superpowers. For broader agent workflow infrastructure, see DanMcInerney/architect-loop.

FAQ

Is pm-skills only for Claude? No. The README says the skill files follow a universal skill format, while slash commands are Claude specific.

Does it work with Codex? The README includes Codex plugin marketplace commands, but notes that Claude slash commands do not become Codex slash commands.

What kind of PM work does it cover? Discovery, strategy, market research, data analytics, growth, go to market, execution, and AI shipping.

Is this code or content? Mostly structured skill and plugin content. Treat it as product process packaged for agents.