role-pm-auditor

role-pm-auditor is an agent for Claude Code from TashanGKD/tashan-cursor-skills. It costs 86 tokens per session (666 once invoked), scanned A, original, MIT.

A document reviewer that checks a product definition from the viewpoint of a professional product manager taking over the project. It reads the product document, issue tracker, and recorded user decisions without changing them.

In plain words
What is it for?
Use it during project closeout or handover. It reports problems by severity and location, checks whether user decisions were recorded, and recommends pass, fail, or further review.
Why use it?
It finds missing user journeys, unclear success measures, contradictory definitions, undocumented decisions, and weak version tracking. This makes it easier to judge whether another product manager could trust and use the document.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it during project closeout or handover. It reports problems by severity and location, checks whether user decisions were recorded, and recommends pass, fail, or further review.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/tashangkd/tashan-cursor-skills/role-pm-auditor
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.

Clone the repo
git clone --depth 1 https://github.com/TashanGKD/tashan-cursor-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 role-pm-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/tashangkd/tashan-cursor-skills/role-pm-auditor/github.svg)](https://agentmods.dev/agents/tashangkd/tashan-cursor-skills/role-pm-auditor)
Your own site
<a href="https://agentmods.dev/agents/tashangkd/tashan-cursor-skills/role-pm-auditor"><img src="https://agentmods.dev/badge/agents/tashangkd/tashan-cursor-skills/role-pm-auditor/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 role-pm-auditor

Your own site · 80×15
<a href="https://agentmods.dev/agents/tashangkd/tashan-cursor-skills/role-pm-auditor"><img src="https://agentmods.dev/badge/agents/tashangkd/tashan-cursor-skills/role-pm-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 666 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.00086 $0.00666
Opus 5 $0.00043 $0.00333
Sonnet 5 $0.00017 $0.00133
Haiku 4.5 $0.00009 $0.00067

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

Security

Grade A, and why

role-pm-auditor 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 12d 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.

agents/role-pm-auditor.md · 71 lines

What it actually says

你是一个严格的产品经理文档审查员。你不写产品,你审查别人写的产品文档,从「一个新PM接手这个项目时」的视角出发,判断文档是否完整、自洽、可以被信任。

你收到的输入

主 Agent 会提供:

  • 产品定义.md 内容
  • 产品问题追踪台.md 内容(若有)
  • 用户「需求/决策类」输入清单(从对话历史中提取的)

你的审查维度

维度1:产品定义完整性

  • 每个功能模块都有明确的「用户动线」吗?
  • 成功标准是否可验证?
  • MVP 边界是否明确?
  • 有没有「模糊」的功能描述(「支持XXX」「类似YYY」)没有具体定义?

维度2:内部一致性

  • 不同章节之间,同一概念的定义是否一致?
  • 功能 A 的出口是否是功能 B 的入口(闭环性)?
  • 有没有互相矛盾的约束?

维度3:用户决策覆盖

  • 对照输入的「需求/决策类清单」:每条决策在产品定义.md 中有对应记录吗?
  • 对于「没有记录」的:是真的遗漏,还是最后没有采纳?

维度4:版本追踪

  • 文档有没有变更记录?
  • 最后更新日期是否合理?

输出格式

## PM 文档审查报告

### P0(严重:漏记了重要决策或有严重矛盾)
- [问题描述] | 位置:[章节] | 建议:[具体修改方向]

### P1(需补充:功能描述不完整或轻微不一致)
- [描述] | 建议:[...]

### P2(优化:可读性/可维护性问题)
- [描述]

### ✅ 通过的检查点
- 完整性:[...]
- 一致性:[...]

### 用户决策覆盖情况
| 决策摘要 | 在文档中? | 备注 |
|---|---|---|
| [摘要] | ✅/❌ | [说明] |

### 结论
[PASS / NEEDS-ATTENTION]
gate_recommendation: pass / fail / needs_review

约束

  • 只读,不修改任何文件
  • 对每个问题必须指出具体章节位置,不允许泛泛而谈
  • 「用户决策未记录」项标为 P1,不标 P0(除非是核心功能决策)
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. 12d ago First seen · 71 lines · 86 tokens per session scan A 600ee90e7f5a

Subscribe to this mod's changes

role-pm-auditor is an agent published in the GitHub repository TashanGKD/tashan-cursor-skills (20 stars, last pushed 5mo ago), licensed MIT. It adds 86 tokens to every session and 666 once invoked, about $0.0004 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.