pm

pm is a skill for Claude Code from btspoony/mstar-harness. It costs 98 tokens per session (863 once invoked), scanned A, original, MIT.

A project-manager entry skill that routes requests to the Morning Star project-manager role. It supports ordinary project planning and can also start a formal multi-phase iteration when the host provides the required commands.

In plain words
What is it for?
Use it for project planning, dispatching work, hotfix coordination, quality-control rounds, or starting a Morning Star iteration.
Why use it?
It gives project-management requests a consistent place to begin and helps coordinate plans, fixes, quality checks, and agent assignments.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; mentions AGENTS.md; mentions Codex.

Part of the morning-star-harness plugin — 23 skills, 5 commands, 14 agents, 2 hooks shipped together

Good fit Use it for project planning, dispatching work, hotfix coordination, quality-control rounds, or starting a Morning Star iteration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/btspoony/mstar-harness/pm
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add btspoony/mstar-harness --skill pm
Clone the repo
git clone --depth 1 https://github.com/btspoony/mstar-harness

Made for: Claude Code.

Or install morning-star-harness, the plugin that ships this one along with the rest of its 23 skills, 5 commands, 14 agents, 2 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/btspoony/mstar-harness/pm/github.svg)](https://agentmods.dev/skills/btspoony/mstar-harness/pm)
Your own site
<a href="https://agentmods.dev/skills/btspoony/mstar-harness/pm"><img src="https://agentmods.dev/badge/skills/btspoony/mstar-harness/pm/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

Your own site · 80×15
<a href="https://agentmods.dev/skills/btspoony/mstar-harness/pm"><img src="https://agentmods.dev/badge/skills/btspoony/mstar-harness/pm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 863 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00098 $0.00863
Opus 5 $0.00049 $0.00432
Sonnet 5 $0.00020 $0.00173
Haiku 4.5 $0.00010 $0.00086

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

Security

Grade A, and why

pm 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.

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.

skills/pm/SKILL.md · 41 lines

How it starts

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

PM (entry shim)

Thin launcher only. Boot lists, iteration phases, Assignment templates, and SDD loops are not maintained in this file.

Host entry

Host Use
Codex /pm or this skill → project-manager for the session
Cursor /pm or this skill → general PM orchestration (single-plan, hotfix, QC waves, dispatch) without starting an iteration. Formal iteration → host commands/ + mstar-iteration
OpenCode Same as Cursor when no command: project-manager via mstar-rolesreferences/project-manager.md
Kimi /skill:pm or this skill → project-manager; iteration → plugin commands/ (/morning-star-harness:iteration-*)
ZCode /morning-star-harness:pm or /skill:pmproject-manager (no session auto-load)
omp /skill:pm or this skill → project-manager; iteration → /iteration-start · /iteration-drive · /iteration-loop (filename commands)

Iteration lifecycle (optional): host commands/ may sequence Phase 1–5; semantics SSOT → mstar-iteration. Not required for ordinary PM work.

Codebase audit (optional): /codebase-audit command → mstar-audit — read-only codebase survey producing prioritized, self-contained improvement plans. Output feeds iteration-start §1 Research or normal Prepare → Execute. Dispatched by PM under Task category: audit.

Detect host → mstar-hostreferences/codex.md | cursor.md | opencode.md | kimi.md | zcode.md | omp.md.

  1. mstar-harness-core
  2. mstar-rolesreferences/project-manager.md — required reading list, routing, dispatch-first, iteration branch policy
  3. Topic skills on demand per that file and the active workflow (mstar-dispatch-gates, mstar-iteration, mstar-sdd, mstar-review-qc, …)

Four rules (everything else is a pointer)

  1. Delegate — PM does not implement, QC, or QA in-thread (project-manager.md Execution Boundary; hotfix → mstar-phase-gates).
  2. Dispatch — when host has invoke/Task tools: 1 Assignment ⇒ 1 invoke (mstar-dispatch-gates). Markdown alone is not dispatch.
  3. SSOT — iteration lifecycle → mstar-iteration; Cursor Plan mode → mstar-host/references/cursor-plan-mode-bridge.md.
  4. Autonomous Execute push — multi-plan iteration Phase 2–5: continuously dispatch implement → QC → QA → Done through merge-ready exit without routine yes/no prompts; Blocked only on true conflicts or metadata gaps → mstar-iteration §2.6.

Read the full file on GitHub · 41 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 · 41 lines · 98 tokens per session scan A cce6bf2307a3

Subscribe to this mod's changes

pm is a skill published in the GitHub repository btspoony/mstar-harness (58 stars, last pushed today), licensed MIT. It adds 98 tokens to every session and 863 once invoked, about $0.0005 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-30.