pm

A command that starts a project's product-management workflow or runs a specific status report.

In plain words
What is it for?
Use /pm for the daily kickoff, or /pm:standup, /pm:groom, /pm:plan, /pm:health, and /pm:portfolio for targeted reports.
Why use it?
It provides a consistent way to review recent work, triage project items, identify blockers, and suggest the next work to dispatch.

Command for Claude Code

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.

agentmods
npx agentmods add commands/getappz/agentflare/pm
Clone the repo
git clone --depth 1 https://github.com/getappz/agentflare

Made for: Claude Code.

Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 719 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00035 $0.00719
Opus 5 $0.00017 $0.00360
Sonnet 5 $0.00007 $0.00144
Haiku 4.5 $0.00003 $0.00072

Measured 2d ago against content hash b7f3e3f3102b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 2d 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.

.claude/commands/pm.md · 52 lines

How it starts

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

Parse "$ARGUMENTS": the first word (if any) is the subcommand; everything after it is that subcommand's arguments.

Bare /pm (no arguments) — start the PM day

  1. Load the pm skill (covers both reporting and PM mode) and enter PM mode — Part 2 of the skill: create and dispatch work instead of implementing it yourself — until /pm mode off.
  2. Run the daily kickoff, in this order: a. Standup/pm:standup workflow (last 24h): what shipped, what's in flight per assignee, what's stuck. b. Intake triage/pm:groom workflow's flag lists only: new/unassigned items, blocked items, likely duplicates, unestimated items. c. Blockers first — for each stuck or blocked item, say what unblocks it and who should act. d. Pull next — the groom pull_next shortlist, cross-checked against priorities.
  3. Close with a morning briefing: ≤10 lines — Done / In flight / Stuck / Recommended dispatches — then propose the concrete dispatch actions PM mode allows (assignments, handoffs, item creation) and wait for approval before executing any of them.

Subcommands (targeted, read-only reports — no PM mode change)

  • standup [cutoff-hours]pm skill /pm:standup; cutoff default 24.
  • groom [staleness-days] [rice|wsjf|value-effort]/pm:groom; staleness default 14, framework default rice.
  • plan [~capacity] [rice|wsjf|value-effort]/pm:plan; capacity hint like ~8 caps the Now bucket.
  • health [window-weeks]/pm:health; window default 4.
  • portfolio [standup|health] [args]/pm:portfolio: the chosen report (default health) rolled up across every project in the workspace.
  • mode on — enable PM mode (Part 2 of the pm skill) without the daily kickoff.
  • mode off — leave PM mode: stop following Part 2, return to normal implementation behavior, confirm in one line.

Typing the literal /pm, /pm mode on, or /pm mode off also sets/clears a session-scoped flag in agentflare's own hook — the running session gets a "PM MODE ACTIVE" reminder on every subsequent turn until /pm mode off, so the mode holds even across context compaction, not just while the model happens to remember it.

Read the full file on GitHub · 52 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. 2d ago First seen · 52 lines · 0 tokens per session scan A b7f3e3f3102b

Subscribe to this mod's changes

pm is a command published in the GitHub repository getappz/agentflare (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 35 tokens to every session and 719 once invoked, about $0.0002 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.