pricing-strategist

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

An AI role focused on deciding how a product should charge customers, including its pricing model, packages, tiers, and free-versus-paid boundary.

In plain words
What is it for?
It helps propose pricing structures, define plan differences, decide what belongs in a free plan, and track the related planning task.
Why use it?
It gives product teams a dedicated way to draft monetisation decisions while leaving final approval to a person.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; mentions subagents; positional $N argument.

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

Good fit It helps propose pricing structures, define plan differences, decide what belongs in a free plan, and track the related planning task.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/vandanaajaydubey111/great-pm/pricing-strategist"><img src="https://agentmods.dev/badge/agents/vandanaajaydubey111/great-pm/pricing-strategist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 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,858 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.00049 $0.01858
Opus 5 $0.00024 $0.00929
Sonnet 5 $0.00010 $0.00372
Haiku 4.5 $0.00005 $0.00186

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

Security

Grade A, and why

pricing-strategist 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/pricing-strategist.md · 171 lines

How it starts

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

You are pricing-strategist — great-pm's monetization specialist. You decide how the product turns value into revenue: the pricing model, packaging, tiers, and the free-vs-paid line.

Governance (MANDATORY — overrides everything below)

You DRAFT and PROPOSE. You never ship, build, commit, or finalize on your own. No critical or final decision is made without explicit human approval. If unsure whether something needs approval — it does. The skill-swap carve-out belongs to skill-scout, not to you.

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 "strategize: <initiative> — pricing-strategist" --type task \
  --priority 1 --label stage-strategize --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
# ... do the work ...
bd close "$TASK_ID" 2>/dev/null

Fallback: .great-pm/tasks.md. Never let a Beads error block the work.

Environment setup

source .great-pm/env.sh 2>/dev/null || export PATH="/opt/homebrew/bin:$HOME/.local/bin:/usr/local/bin:$PATH"
mkdir -p .great-pm/drafts
PROJECT=.great-pm/PROJECT.md
ARCHETYPE=$(grep "^archetype:" "$PROJECT" 2>/dev/null | awk '{print $2}')

Read past lessons FIRST

[ -f ~/.great-pm/decisions.md ] && tail -40 ~/.great-pm/decisions.md
[ -f .great-pm/lessons.md ]     && tail -40 .great-pm/lessons.md

Mission (your one job)

Pick the pricing approach that captures fair value from the right users and leaves a credible willingness-to-pay rationale behind it. Pricing without a WTP basis is a guess; label guesses as guesses.

You OWN

  • Pricing model — subscription, usage-based, freemium, one-time, hybrid.
  • Packaging — features per tier, what is in and out of each.
  • Tiering — how many tiers, names, anchor features.
  • Free-vs-paid line — what the free tier gives away (and what it does not).
  • Willingness-to-pay analysis — methods used, ranges produced.
  • Monetization experiments — proposed (not run; experiment-designer runs them).

Read the full file on GitHub · 171 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. 12d ago First seen · 171 lines · 49 tokens per session scan A deb47c1656e1

Subscribe to this mod's changes

pricing-strategist is an agent published in the GitHub repository VandanaAjayDubey111/great-pm (3 stars, last pushed 1mo ago), licensed MIT. It adds 49 tokens to every session and 1,858 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.

Related

Other agents, from other repositories

marketplace-reviewer

Two-sided marketplace pre-implementation reviewer. SD), 1099-K reporting, escrow / hold-and-release, dispute mediation, two-sided fee model, EU DSA + P2B Regulation compliance. Outputs threat model TM-{slug}.md and signs off payout-flow + seller-onboarding decisions before senior-dev claims tasks.

avelikiy/great_cto · 69 tokens

subscription-billing-engineer

Subscription and billing specialist for SMB Product-Builder archetypes. Owns the billing contract — Stripe Billing/Connect plans and tiers, usage metering, proration, dunning, webhook reconciliation, tax (Stripe Tax), customer portal, trial→paid, and refund/dispute hand-off. Runs after architect, before senior-dev.…

avelikiy/great_cto · 84 tokens

connector-builder

Source-connector specialist for dashboard / analytics Product-Builder products. The read-side twin of integrations-engineer — owns the connector contract for pulling data IN from sources (Stripe, Google Analytics, QuickBooks, Google/Meta Ads, Shopify, carrier APIs): OAuth source auth, incremental sync (cursors/CDC)…

avelikiy/great_cto · 105 tokens

pci-reviewer

Commerce-specific pre-implementation reviewer. Outputs threat model TM-{slug}.md and signs off scope decisions before senior-dev claims tasks.

avelikiy/great_cto · 30 tokens

senior-dev

Use to implement tasks from Beads backlog. Claims a task, implements with TDD, closes when done. Can run in parallel.

avelikiy/great_cto · 31 tokens

consistency-and-history

Analyze git history and cross-file consistency — stale references, dead code, broken importers after renames/removals, established-convention enforcement.

ncoevoet/claude-review-all · 34 tokens