pm-standup

pm-standup is a skill for Claude Code from Hank95/mdpm. It costs 15 tokens per session (477 once invoked), scanned A, original, MIT.

A command that creates a standup update covering yesterday's work, today's tasks, and blockers. A standup is a short progress report commonly shared with a team.

In plain words
What is it for?
For reporting completed work, current priorities, and tasks blocked by status or unfinished dependencies, with wording adjusted for different audiences.
Why use it?
It gathers task logs and statuses into a format suitable for Slack, email, Jira, or project updates.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: positional $N argument.

Part of the mdpm plugin — 17 skills shipped together

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 skills/hank95/mdpm/pm-standup
Any agent
npx skills add Hank95/mdpm --skill pm-standup
Clone the repo
git clone --depth 1 https://github.com/Hank95/mdpm

Made for: Claude Code.

Or install mdpm, the plugin that ships this one along with the rest of its 17 skills.

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-standup

README.md
[![agentmods](https://agentmods.dev/badge/skills/hank95/mdpm/pm-standup.svg)](https://agentmods.dev/skills/hank95/mdpm/pm-standup)
Your own site
<a href="https://agentmods.dev/skills/hank95/mdpm/pm-standup"><img src="https://agentmods.dev/badge/skills/hank95/mdpm/pm-standup.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 477 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.1 $0.00015 $0.00477
Opus 5 $0.00008 $0.00238
Sonnet 5 $0.00003 $0.00095
Haiku 4.5 $0.00002 $0.00048

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

Security

Grade A, and why

pm-standup 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 6d 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-standup/SKILL.md · 54 lines

What it actually says

/pm-standup

Produce a standup summary suitable for posting to Slack, email, or pasting into a Jira/Wrike update.

Argument $1 (optional): audience — e.g., "engineering", "exec", "pm". Defaults to a neutral engineering-PM tone.

Steps

  1. Determine date boundaries.

    • "Yesterday" = any work log entry dated within the last working day (if today is Monday, include Friday through Sunday).
    • "Today" = the current date's active tasks.
  2. Collect yesterday's shipped work from tasks/done/*.md — look at updated: in frontmatter and the final work log entry.

  3. Collect today's active work from tasks/active/*.md.

  4. Identify blockers — any task with status: blocked or any active task with unmet depends_on.

  5. Write the summary in this format:

**Standup — YYYY-MM-DD**

**Yesterday**
- Shipped: [PRJ-120] Title — one-line description of what was delivered
- Progress: [PRJ-123] Title — what moved forward (from latest work log)

**Today**
- [PRJ-123] Title — what I'm picking up
- [PRJ-124] Title — what's next after

**Blockers**
- [PRJ-125] needs design review from <assigned_to from notes>
- (or: None)
  1. Tone by audience:

    • Default / no argument: concise, engineering-focused, use task IDs.
    • "exec": drop task IDs, emphasize business outcomes and milestones from ROADMAP.
    • "pm" / "stakeholder": mention risks and dates, include any due: dates that are slipping.
  2. Offer to push. After showing the summary, ask:

    Want me to sync this to Jira/Wrike via /pm-sync-jira or /pm-sync-wrike, or are you copying it manually?

Notes

  • Read-only — don't modify task files.
  • Keep it under ~150 words. Standups should be scannable.
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. 6d ago First seen · 54 lines · 15 tokens per session scan A 7a72458520d5

Subscribe to this mod's changes

pm-standup is a skill published in the GitHub repository Hank95/mdpm (3 stars, last pushed 4mo ago), licensed MIT. It adds 15 tokens to every session and 477 once invoked, about $0.0001 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.