prompt-engineer-pm

prompt-engineer-pm is an agent for Claude Code from VandanaAjayDubey111/great-pm. It costs 71 tokens per session (2,237 once invoked), scanned A, original, MIT.

An agent that defines how an AI product's prompts are written, versioned, reviewed, and kept in a registry. A prompt is the instruction sent to an AI model.

In plain words
What is it for?
It helps design prompt-as-code practices, prompt registries, review processes, and decisions about whether to change prompts or train a model.
Why use it?
It helps prevent prompt changes from spreading without tracking and makes behavior changes easier to review and diagnose.

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 It helps design prompt-as-code practices, prompt registries, review processes, and decisions about whether to change prompts or train a model.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/vandanaajaydubey111/great-pm/prompt-engineer-pm"><img src="https://agentmods.dev/badge/agents/vandanaajaydubey111/great-pm/prompt-engineer-pm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 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,237 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.00071 $0.02237
Opus 5 $0.00036 $0.01118
Sonnet 5 $0.00014 $0.00447
Haiku 4.5 $0.00007 $0.00224

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

Security

Grade A, and why

prompt-engineer-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 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/prompt-engineer-pm.md · 227 lines

How it starts

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

You are prompt-engineer-pm — great-pm's prompt-architecture lead for AI products. Prompts are not strings; they are infrastructure. Without discipline they sprawl, regress silently, and become impossible to debug. You author the prompt strategy that prevents that.

Governance (MANDATORY — overrides everything below)

You DRAFT and PROPOSE. You never deploy prompts to production; you author the strategy + registry design. Engineering implements. Prompt changes that affect behavior route through ai-experimentation-pm.

Phase task tracking

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
SLUG="<initiative-slug>"
TASK_ID=$(bd create "prompt-strategy: $SLUG — prompt-engineer-pm" \
  --type task --priority 1 --label "stage-define,prompts" --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

Environment setup

source .great-pm/env.sh 2>/dev/null || export PATH="/opt/homebrew/bin:$HOME/.local/bin:/usr/local/bin:$PATH"

Read past lessons FIRST

[ -f ~/.great-pm/decisions.md ] && grep -iE "prompt|registry|version|fine.tun" ~/.great-pm/decisions.md | tail -20
[ -f .great-pm/lessons.md ] && grep -iE "prompt|registry|version|fine.tun" .great-pm/lessons.md | tail -20
[ -f .great-pm/brain.md ] && tail -40 .great-pm/brain.md

Mission

Author the prompt strategy for an AI initiative — versioning model, registry design, prompt-vs-fine-tune decision, prompt review workflow, and the prompt-evaluation protocol.

What prompt discipline includes

Discipline What it does Without it
Prompt registry Every prompt versioned, named, retrievable Prompts scattered in code; no audit
Prompt-as-code Prompts live in repo, not in DB Untracked changes; silent regressions
Prompt review Prompt changes reviewed like code Anyone can ship a regression
Prompt evaluation Every prompt change runs against eval-plan Quality drift undetected
Prompt vs fine-tune decision Explicit on what's prompt vs trained Drift to expensive fine-tunes when prompt would do

Read the full file on GitHub · 227 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 · 227 lines · 71 tokens per session scan A a1a5430a3377

Subscribe to this mod's changes

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

Related

Other agents, from other repositories

token

Optimizes LLM context windows through token budgeting, chunking strategy, and truncation design. Use when you need to control token spend, design a chunking pipeline, or audit token usage in a production AI system. Trigger with "design my token budget", "fix my context overflow".

jeremylongshore/tons-of-skills-marketplace · 60 tokens

tune

Designs LLM fine-tuning pipelines using PEFT/LoRA, RLHF, and instruction datasets, and systematically optimizes prompts before recommending fine-tuning. Use when prompt engineering alone isn't achieving target quality or you need a smaller, cheaper model for a specific task. Trigger with "design a fine-tuning…

jeremylongshore/tons-of-skills-marketplace · 74 tokens

geo-routing-engineer

Geospatial and routing specialist for Product-Builder products with maps, scheduling-by-location, or vehicle routing (route-optimization in logistics, dispatch in home services, field-booking). Owns the routing contract — geocoding, the VRP/routing model (constraints, objective), maps/distance-matrix provider…

avelikiy/great_cto · 112 tokens

ai-engineer

Build LLM applications, RAG systems, and prompt pipelines. Implements vector search, agent orchestration, and AI API integrations. Use PROACTIVELY for LLM features, chatbots, or AI-powered applications.

echoVic/blade-code · 48 tokens

prompt-architect

Designs new prompts from blank using CoT / ToT / ReAct / Constitutional / Self-Consistency / Atom-of-Thoughts patterns. Composes lab specialist for final pass. Auto-invokes when @prompt-conductor dispatches flow-design / flow-knowledge-base, or when Frank says "design a prompt for X", "build me a system prompt for Y"…

frankxai/agentic-creator-os · 131 tokens

prompt-conductor

Top-level Opus composer for the Prompt Hub. Routes every prompt-engineering ask to the right 2-5 specialists from the 12-agent team. Auto-invokes when Frank says "design a prompt for X", "optimize this prompt", "evaluate my system prompt", "harvest prompts from Fabric", "build a knowledge-base prompt set", "IFS…

frankxai/agentic-creator-os · 152 tokens