Pm manager
Know what to fix next — local .pm governance skill pack for AI coding agents (Spec Kit–inspired).
npx -y skills add wei63w/pm-manager --skill pm-managerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 16 days oldThe repository was created 16 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
What its author says it does
Copied from the file, not written here
Project governance workbench (/pm-*). Use for /pm-init, /pm-status, /pm-next, /pm-done, /pm-fix, /pm-all, /pm-outline, /pm-charter, /pm-export, /pm-arch, project health Top3, pasted logs/stacks, Spec Kit constitution discovery, and local .pm governance. Triggers on project management, governance, what should I do today, help me with this error.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.2 KB, 470 tokens by cl100k_base, as published. Nobody here has run it
PM Manager
Spec-kit-inspired command pack for local .pm/ project governance.
When to use
- User says
/pm-init,/pm-status,/pm-all,/pm-fix,/pm-done,/pm-next,/pm-outline,/pm-charter,/pm-export,/pm-arch - Natural language: initialize governance, what should I do today, full health check, help me with this error, this todo is done, generate architecture diagram
How to execute
- Resolve command name from user message (see routing table in
memory/ROUTING.md). - Read the matching file under
templates/commands/<name>.mdand follow it exactly. - For
/pm-init, runpm init <project-root>(orscripts/python/create_pm_scaffold.py) before filling config. - Keep daily UX simple: prefer status Top3; do not dump medium/low unless
--verbose. - Never commit
.pm/; never print secrets. - Always end with a short Summary + Open these links (see
templates/commands/_closing.md). Tell the user to open the overview — do not assume they know.pm/dashboard/or.pm/architecture/exists.
Command map
| User command | Template |
|---|---|
/pm-init | templates/commands/init.md |
/pm-status | templates/commands/status.md |
/pm-next | templates/commands/next.md |
/pm-done | templates/commands/done.md |
/pm-fix | templates/commands/fix.md |
/pm-all | templates/commands/all.md |
/pm-outline | templates/commands/outline.md |
/pm-charter | templates/commands/charter.md |
/pm-export | templates/commands/export.md |
/pm-arch | templates/commands/arch.md |
/pm-discover | templates/commands/discover.md |
Design baseline
Full contract lives in local pm-manager-v*.md (not published in this repo).