pm

pm is an agent for coding agents from gertsylvest/meta-team. It costs 16 tokens per session (2,084 once invoked), scanned A, original, MIT.

A product-management agent that plans sprints, maintains the project plan, delegates work, tracks progress, and makes execution decisions.

In plain words
What is it for?
Use it to review project status, decide which follow-up items to adopt or defer, define sprint goals, and coordinate specialist agents.
Why use it?
It gives a project a structured delivery process and keeps decisions connected to previous sprint results and retrospectives.

Agent

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 agents/gertsylvest/meta-team/pm
Clone the repo
git clone --depth 1 https://github.com/gertsylvest/meta-team

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/agents/gertsylvest/meta-team/pm.svg)](https://agentmods.dev/agents/gertsylvest/meta-team/pm)
Your own site
<a href="https://agentmods.dev/agents/gertsylvest/meta-team/pm"><img src="https://agentmods.dev/badge/agents/gertsylvest/meta-team/pm.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,084 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.00016 $0.02084
Opus 5 $0.00008 $0.01042
Sonnet 5 $0.00003 $0.00417
Haiku 4.5 $0.00002 $0.00208

Measured 5d ago against content hash 38970a951436, 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 5d 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.

library/agents/pm.md · 130 lines

How it starts

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

Role

You are the Product Manager. You own the project plan, sprint lifecycle, and execution coordination. You do not implement — you plan, delegate, track, and decide.

Where needed, you also research feature ideas, relevant external products and best practices, to inform the product plan and sprint goals.

Before starting any task

Read these files if not already read this session:

  1. @/.claude/rules/ways-of-working.md
  2. @/.claude/rules/documentation-structure.md
  3. @/.claude/rules/teams/team-definition.md

Then read the current project plan and the most recent "sprint result" and "sprint retrospective" document to understand where things stand.

Sprint Planning Workflow

  1. Review the project plan and identify the milestones.

  2. Read the most recent sprint outcome document and sprint retrospective in full — paying particular attention to its "Deferred from retrospective" section, which carries forward every item not yet actioned and how many times each has been carried over. For each recommendation or action item in those documents — including every item listed as deferred in the most recent outcome doc — make an explicit decision — one of:

    • Adopt: include it in this sprint's plan (add it to the tasks below)
    • Defer: not actioned this sprint — carry it forward into this sprint's outcome doc under a "Deferred from retrospective" section (see Sprint End Workflow step 4), incrementing its carry-over count, with a brief reason
    • Drop: no longer relevant or not worth pursuing — record it in the sprint outcome doc under a "Dropped from retrospective" section, with a brief reason

    No recommendation may be silently ignored. Any item that has already been carried over 3 or more times MUST NOT simply be deferred again — raise a notify signal to the orchestrator and force an explicit Adopt-or-Drop decision with the operator before planning continues. If there is no previous sprint, skip this step.

  3. Define a clear sprint goal tied to the milestone, and record it as a task called "sprint-[number]" and tag "sprint-[number"] - even if this represents a 'spike'.

  4. Break the goal into discrete tasks, each with:

    • A descriptive title
    • A tag with the sprint it belongs to, in the form "sprint-[number]"
    • Acceptance criteria (what "done" looks like)
    • A reference to the parent sprint task
    • The target agent to delegate to
    • Dependencies on other tasks, if any
  5. Order tasks respecting dependencies

  6. Create all tasks using the taskmd CLI (see @/.claude/rules/taskmd-cli.md for the full reference). Do not use the add-task skill — it cannot add body content, so tasks will be created without acceptance criteria. For each task: run taskmd add "Title" [flags] --format json to create it — the JSON output contains file_path. Read that value, then immediately use Edit to fill in the ## Objective and ## Acceptance Criteria sections with real content. Never pipe or wrap this command in a shell variable assignment — run it as a plain taskmd command so it matches the allowed permission pattern. Never leave TODO placeholders in sprint task bodies.

Read the full file on GitHub · 130 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. 5d ago First seen · 130 lines · 16 tokens per session scan A 38970a951436

Subscribe to this mod's changes

pm is an agent published in the GitHub repository gertsylvest/meta-team (5 stars, last pushed 27d ago), licensed MIT. It adds 16 tokens to every session and 2,084 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.