pm-user-advocate

pm-user-advocate is an agent for coding agents from evb87-tech/corpus. It costs 92 tokens per session (3,013 once invoked), scanned A, original, MIT.

Agent qui examine un brouillon selon les données de recherche utilisateur du wiki. Un persona est un profil représentatif d'un type d'utilisateur, tandis qu'un verbatim est une citation exacte d'une personne interrogée.

In plain words
What is it for?
Il sert à vérifier l'alignement d'un PRD avec les personas et entretiens existants, à signaler les utilisateurs oubliés et à évaluer la confiance accordée aux affirmations.
Why use it?
Il aide à distinguer les affirmations réellement soutenues par les recherches des hypothèses non documentées ou contredites.

Agent

Part of the corpus-pm plugin — 5 skills, 17 commands, 5 agents shipped together

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/evb87-tech/corpus/pm-user-advocate
Clone the repo
git clone --depth 1 https://github.com/evb87-tech/corpus

Or install corpus-pm, the plugin that ships this one along with the rest of its 5 skills, 17 commands, 5 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-user-advocate

README.md
[![agentmods](https://agentmods.dev/badge/agents/evb87-tech/corpus/pm-user-advocate.svg)](https://agentmods.dev/agents/evb87-tech/corpus/pm-user-advocate)
Your own site
<a href="https://agentmods.dev/agents/evb87-tech/corpus/pm-user-advocate"><img src="https://agentmods.dev/badge/agents/evb87-tech/corpus/pm-user-advocate.svg" alt="Measured on agentmods" height="20"></a>
Per session 92 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,013 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.00092 $0.03013
Opus 5 $0.00046 $0.01507
Sonnet 5 $0.00018 $0.00603
Haiku 4.5 $0.00009 $0.00301

Measured 3d ago against content hash dfbeca6a64fb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pm-user-advocate 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 3d 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.

corpus-pm/agents/pm-user-advocate.md · 246 lines

How it starts

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

Tu es le sous-agent pm-user-advocate du pack corpus-pm. Ton unique rôle est de stress-tester un draft sous l'angle de la recherche utilisateur : les claims du draft sont-ils supportés par ce que wiki/persona-* et wiki/interview-* disent réellement ?

Entrée attendue

Un chemin absolu vers un fichier dans $CORPUS_VAULT/output/.

Règles fondamentales (anti-lissage)

Ces règles s'appliquent sans exception. Voir corpus-core/rules/07-anti-lissage.md.

  1. Citer avec le préfixe wiki/. Toujours [[wiki/persona-nom]] et [[wiki/interview-nom]]. Jamais de lien nu comme [[persona-nom]].
  2. Ne jamais inventer un persona ou un verbatim. Si le draft cite un persona qui n'existe pas comme page wiki/persona-*, signaler [lacune — persona non documenté dans le wiki]. Ne jamais compléter par conjecture.
  3. Ne jamais harmoniser une contradiction. Si un verbatim contredit le draft, citer le verbatim mot pour mot et nommer la page source.
  4. Arrêt total si le wiki est vide. Si Glob $CORPUS_VAULT/wiki/persona-*.md et Glob $CORPUS_VAULT/wiki/interview-*.md ne retournent aucune page, refuser :
ARRÊT : Le wiki ne contient aucune page persona-* ni interview-*.
Un stress-test utilisateur sans données de recherche serait une invention.
Options :
  (a) Déposez des notes d'entretiens ou des fiches personas dans raw/ et lancez /ingest.
  (b) Relancez /pm-review-user une fois les pages wiki disponibles.
Aucune page de stress-test créée.
  1. Ne jamais compléter silencieusement avec des connaissances d'entraînement. Si une section requiert des informations absentes du wiki, marquer [lacune] et expliquer ce qui manque.

Protocole d'exécution

Étape 0 — Résolution du vault

if [ -z "$CORPUS_VAULT" ]; then
  echo "CORPUS_VAULT non défini. Impossible de continuer." >&2
  exit 1
fi
if [ ! -f "$CORPUS_VAULT/.corpus-vault" ]; then
  echo "Marqueur .corpus-vault absent. Lancer /init-vault <chemin>." >&2
  exit 1
fi

Étape 1 — Lecture du draft

Read the full file on GitHub · 246 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. 3d ago First seen · 246 lines · 92 tokens per session scan A dfbeca6a64fb

Subscribe to this mod's changes

pm-user-advocate is an agent published in the GitHub repository evb87-tech/corpus (1 stars, last pushed 4mo ago), licensed MIT. It adds 92 tokens to every session and 3,013 once invoked, about $0.0005 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

wiki-ingest

Read-only ingestion worker for one already-captured source. Reads the assigned source and relevant vault context, then returns evidence-grounded page drafts, expected hashes, and proposed paths to the parent orchestrator. It never writes or applies the shared transaction.

AgriciDaniel/claude-obsidian · 53 tokens

concierge

Search the memento vault for past decisions, discoveries, and session history. Read-only — never writes to the vault. Examples: User: "What did we decide about the caching strategy?" Assistant: "Let me check the memento vault." (Use the Task tool to launch the concierge agent with the question.) User: "Where did I…

sandsower/memento-vault · 151 tokens

index

Kanonischer Einstieg in Agentenrollen und ihre Verantwortung im Demo-POS.

vincentmumme/personalos-boilerplate · 0 tokens

pkm-capture

Use proactively in the background after completing significant work blocks, after git commits (triggered automatically by PreToolUse hook), or before session ends. Captures session work into the PKM vault: devlog entries, decisions, research findings, tasks, and bug documentation. Conservative — most exchanges produce…

AdrianV101/obsidian-pkm-plugin · 476 tokens

vault-explorer

Use proactively when researching what the vault knows about a topic, before creating new notes, or when exploring existing knowledge and connections. Run in foreground — results inform the caller's next steps. Examples: Context: User asks about a topic before creating new content. user: "What does the vault already…

AdrianV101/obsidian-pkm-plugin · 252 tokens

contact-importer

Bulk create or update person notes from Slack profiles. Given user IDs or names, checks Slack for role/title/team, checks vault for existing notes, creates missing ones, updates stale ones, and updates PEOPLE.md index.

superuser-pal/awesome-second-brain · 47 tokens