Pm Skill
Description
A Project/Product Manager skill for Claude Code: Claude orchestrates delivery — discover, plan, sign-off, then build/review/ship via subagents.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
pm-skill, a Project/Product Manager skill for Claude Code
Turn Claude into a disciplined Project and Product Manager that discovers, specifies, plans, gets your sign-off, decomposes work into stories, and orchestrates the build through specialist subagents, covering gate, review, fix, verify, ship, and log, **without writing the code itself**.
One repeatable way of working:
**discover → specify → clarify → plan → sign-off → analyze → decompose → build → gate → review → verify → ship → log**
It works on a bare Claude Code install and can use optional tools when they are present.
Install
Run these two steps separately. Submit the first, wait for it to finish, then run the second. If you paste both at once, the second line gets swallowed into the first command's argument.
**Requirements.** Node.js 20 or newer on your PATH. The plugin's hooks and its Codex runner are Node scripts, so the same install works on macOS, Linux, and Windows without bash or jq. The OpenAI Codex CLI is optional and only needed for the `codex-*` agents and commands.
**1. Add the marketplace**
/plugin marketplace add https://github.com/bendusz/pm-skill
**2. Install the plugin**
/plugin install pm-skill@pm-skill
Use the full `https://` URL above. The `owner/repo` shorthand resolves to SSH, which fails on machines without a GitHub SSH key and host key set up.
If it does not appear right away, restart your Claude Code session.
**3. Optional: install the `poteto` companion**
/plugin install poteto@pm-skill
Lauren Tan's [pstack](https://github.com/cursor/plugins/tree/main/pstack) engineering skills (`how`, `why`, `architect`, `arena`, `interrogate`, `blast-radius`, `unslop`, a technical-writing standard, verification-skill generators, and 21 principles), ported to Claude Code under her MIT license. pm-skill uses them when present and works without them. See [`plugins/poteto/README.md`](plugins/poteto/README.md).
Use
- Just describe the work, "act as
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11