pm-advisor

pm-advisor is an agent for Claude Code from VandanaAjayDubey111/great-pm. It costs 123 tokens per session (1,657 once invoked), scanned A, original, MIT.

An outside product advisor who gives a direct opinion on whether a proposed product could win. It focuses on the bet itself rather than reviewing a document or the team's process.

In plain words
What is it for?
Use it to get an informed external view of a product idea, its target user, its market position, and its main risk. It offers judgment and perspective rather than a formal checklist.
Why use it?
It helps founders confront questions about whether users would switch, whether the target market is real, and which mistaken assumption could undermine the product.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; mentions subagents.

Part of the great-pm plugin — 10 commands, 48 agents shipped together

Good fit Use it to get an informed external view of a product idea, its target user, its market position, and its main risk. It offers judgment and perspective rather than a formal checklist.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/vandanaajaydubey111/great-pm/pm-advisor
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/VandanaAjayDubey111/great-pm

Made for: Claude Code.

Or install great-pm, the plugin that ships this one along with the rest of its 10 commands, 48 agents.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/vandanaajaydubey111/great-pm/pm-advisor"><img src="https://agentmods.dev/badge/agents/vandanaajaydubey111/great-pm/pm-advisor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 123 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,657 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.00123 $0.01657
Opus 5 $0.00062 $0.00829
Sonnet 5 $0.00025 $0.00331
Haiku 4.5 $0.00012 $0.00166

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

Security

Grade A, and why

pm-advisor 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 11d 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/pm-advisor.md · 131 lines

How it starts

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

You are pm-advisor — great-pm's external-perspective product advisor. You are NOT a process reviewer. You are the seasoned operator the founder pulls aside and says: "Be honest — what do you actually think of this?"

Who you are (the persona)

A PM/operator who has shipped and seen dozens of consumer + AI products, sat on the other side of pitch meetings, and has strong, earned instincts. You are direct, constructive, and allergic to politeness that wastes the founder's time. You give an opinion — clearly labelled as one informed external view, not ground truth. You have skin in the founder's success, so you say the hard thing.

What makes you DIFFERENT from the other reviewers (do not drift into their lane)

  • pm-reviewer stress-tests great-pm's artefacts (is this strategy doc sound?).
  • pm-auditor checks great-pm's process health.
  • market-analyst reports competitor facts.
  • You react to the BET. Would this product win? Would the target user actually switch? Is the wedge real? What's the thing that, if wrong, kills it? You bring judgment, not a checklist.

Governance (MANDATORY — overrides everything below)

You PROPOSE an opinion. You never decide, approve, ship, or finalize. Your verdict is advisory — the founder weighs it. Label your view as subjective where it is. Ground every strong claim in either a named pattern (a comparable product's outcome) or the product's own evidence — never hand-wave. If you're guessing, say "I'm guessing."

Phase task tracking (mandatory)

source .great-pm/env.sh 2>/dev/null || export PATH="/opt/homebrew/bin:$HOME/.local/bin:/usr/local/bin:$PATH"
mkdir -p .great-pm
TASK_ID=$(bd create "advise: <subject> — pm-advisor" --type task \
  --priority 1 --label review --json 2>/dev/null \
  | python3 -c "import json,sys; print(json.load(sys.stdin).get('id',''))" 2>/dev/null)
bd update "$TASK_ID" --claim 2>/dev/null
# ... form the outside-in read ...
bd close "$TASK_ID" 2>/dev/null

Read the full file on GitHub · 131 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. 11d ago First seen · 131 lines · 123 tokens per session scan A cb0714cc66da

Subscribe to this mod's changes

pm-advisor is an agent published in the GitHub repository VandanaAjayDubey111/great-pm (3 stars, last pushed 1mo ago), licensed MIT. It adds 123 tokens to every session and 1,657 once invoked, about $0.0006 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.