Pm manager
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.From its SKILL.md
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.
What its file declares
Copied from the file, not written here
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).
What ships with it: 31 files
30.0 KB alongside SKILL.md
memory/
- ROUTING.md741 B
templates/
- commands/all.md3.1 KB
- commands/arch.md2.9 KB
- commands/charter.md1.6 KB
- commands/_closing.md746 B
- commands/discover.md2.1 KB
- commands/done.md1.7 KB
- commands/export.md1.3 KB
- commands/fix.md1.9 KB
- commands/init.md3.7 KB
- commands/next.md1.4 KB
- commands/outline.md1.6 KB
- commands/status.md2.6 KB
- pm/charter/charter.md180 B
- pm/charter/dod.md126 B
- pm/charter/nfr.md130 B
- pm/charter/requirements.md133 B
- pm/charter/sources.md56 B
- pm/completed.md24 B
- pm/local.yaml194 B
- pm/module/checklist.md38 B
- pm/module/completed.md31 B
- pm/module/findings.md23 B
- pm/module/todo.md27 B
- pm/outline/epics.md49 B
- pm/outline/milestones.md48 B
- pm/outline/project-outline.md109 B
- pm/overview.md704 B
- pm/project.yaml1.6 KB
- pm/todo.md33 B
- AGENTS.md1.3 KB