agentsclimarketplace

Pm manager

Skill wei63w/pm-manager/skills/pm-manager

Know what to fix next — local .pm governance skill pack for AI coding agents (Spec Kit–inspired).

Install
npx -y skills add wei63w/pm-manager --skill pm-manager

Assembled 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

  1. Resolve command name from user message (see routing table in memory/ROUTING.md).
  2. Read the matching file under templates/commands/<name>.md and follow it exactly.
  3. For /pm-init, run pm init <project-root> (or scripts/python/create_pm_scaffold.py) before filling config.
  4. Keep daily UX simple: prefer status Top3; do not dump medium/low unless --verbose.
  5. Never commit .pm/; never print secrets.
  6. 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 commandTemplate
/pm-inittemplates/commands/init.md
/pm-statustemplates/commands/status.md
/pm-nexttemplates/commands/next.md
/pm-donetemplates/commands/done.md
/pm-fixtemplates/commands/fix.md
/pm-alltemplates/commands/all.md
/pm-outlinetemplates/commands/outline.md
/pm-chartertemplates/commands/charter.md
/pm-exporttemplates/commands/export.md
/pm-archtemplates/commands/arch.md
/pm-discovertemplates/commands/discover.md

Design baseline

Full contract lives in local pm-manager-v*.md (not published in this repo).

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.