pm-skills

pm-skills is a skill for Claude Code from mrDesign-ww/vault-os. It costs 179 tokens per session (2,564 once invoked), scanned A, original, MIT.

A project-management coordinator that routes delivery questions to specialized workflows. Its areas include sprint tracking, portfolio health, Jira, Confluence, Atlassian administration, reusable templates, meeting analysis, and team communication.

In plain words
What is it for?
Use it to handle project health, sprint and velocity questions, Jira or Confluence work, Atlassian access, templates, meeting analysis, or team communication tasks.
Why use it?
Project-delivery questions cover different kinds of work and need different checks or data. This helps select the relevant workflow and can connect delivery goals with Jira data and verification steps.

Skill for Claude Code

Written for Claude Code: context: fork in frontmatter. Also seen: mentions Claude Code; mentions Codex; mentions Gemini CLI.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is python3 ../scrum-master/scripts/velocity_analyzer.py s.json # velocity + volatility + forecast.

Good fit Use it to handle project health, sprint and velocity questions, Jira or Confluence work, Atlassian access, templates, meeting analysis, or team communication tasks.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/mrDesign-ww/vault-os
agentmods
npx agentmods add skills/mrdesign-ww/vault-os/pm-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pm-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/mrdesign-ww/vault-os/pm-skills/github.svg)](https://agentmods.dev/skills/mrdesign-ww/vault-os/pm-skills)
Your own site
<a href="https://agentmods.dev/skills/mrdesign-ww/vault-os/pm-skills"><img src="https://agentmods.dev/badge/skills/mrdesign-ww/vault-os/pm-skills/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pm-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/mrdesign-ww/vault-os/pm-skills"><img src="https://agentmods.dev/badge/skills/mrdesign-ww/vault-os/pm-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 179 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,564 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00179 $0.02564
Opus 5 $0.00089 $0.01282
Sonnet 5 $0.00036 $0.00513
Haiku 4.5 $0.00018 $0.00256

Measured 10d ago against content hash 92318bad0543, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

pm-skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/delivery_loop_gate.py, scripts/jira_snapshot_bridge.py, scripts/pm_goal_router.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

shell/claude/skills/pm-skills/SKILL.md · 174 lines

How it starts

The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Project Management — Domain Orchestrator & Delivery Loop

This orchestrator does two jobs. Routing: fork context, classify a PM inquiry with scripts/pm_goal_router.py, run exactly one of the 8 sub-skills, return a digest. Looping: turn a delivery goal into a bounded agentic loop — pull live Jira data via the bundled Atlassian MCP, bridge it into the domain's deterministic analytics tools, verify every step with machine-run gates, and refuse to close until everything is verified or a human waives it. The bundled .mcp.json wires the Atlassian Remote MCP (https://mcp.atlassian.com/v1/sse, OAuth handled by Claude Code).

When to invoke

Symptom Sub-skill
"Project/portfolio health, risk EMV, capacity" senior-pm
"Sprint velocity, retro follow-through, ceremony health, when-will-it-be-done" scrum-master
"JQL, Jira workflows, boards, automation" jira-expert
"Confluence spaces, page trees, content audits" confluence-expert
"Users, groups, permissions, SSO" atlassian-admin
"Reusable Jira/Confluence templates" atlassian-templates
"Meeting transcripts, talk time, action items" meeting-analyzer
"Status updates, 3P updates, stakeholder comms" team-communications

Routing logic (deterministic)

Run the router — do not eyeball the table when a script can decide:

python3 scripts/pm_goal_router.py --text "<the goal>" --output json

Exit 0 → route_to names the sub-skill: load its SKILL.md and follow its workflow. Exit 2 → ask ONE clarifying question naming the listed candidates, with a recommended answer. Exit 3 → no signal: ask the user to restate the goal with the deliverable named. Never guess silently; never silently chain a second sub-skill — digest first, confirm, then chain.

The delivery loop (agentic)

For goals (not questions) — "get sprint 14 to a verified close", "produce a portfolio health report from live Jira", "make our flow metrics visible weekly" — run the loop-library contract (Observe → Choose → Act → Verify → Record → Repeat-or-stop):

Read the full file on GitHub · 174 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 174 lines · 179 tokens per session scan A 92318bad0543

Subscribe to this mod's changes

pm-skills is a skill published in the GitHub repository mrDesign-ww/vault-os (2 stars, last pushed 3d ago), licensed MIT. It adds 179 tokens to every session and 2,564 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.