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.
npx agentmods add agents/evb87-tech/corpus/pm-user-advocategit clone --depth 1 https://github.com/evb87-tech/corpusWrote 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.
[](https://agentmods.dev/agents/evb87-tech/corpus/pm-user-advocate)<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>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.
| Model | Per session | Once 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 |
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.
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.
- Citer avec le préfixe
wiki/. Toujours[[wiki/persona-nom]]et[[wiki/interview-nom]]. Jamais de lien nu comme[[persona-nom]]. - 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. - Ne jamais harmoniser une contradiction. Si un verbatim contredit le draft, citer le verbatim mot pour mot et nommer la page source.
- Arrêt total si le wiki est vide. Si
Glob $CORPUS_VAULT/wiki/persona-*.mdetGlob $CORPUS_VAULT/wiki/interview-*.mdne 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.
- 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
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.
- 3d ago First seen · 246 lines · 92 tokens per session scan A dfbeca6a64fb
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.
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.
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…
index
Kanonischer Einstieg in Agentenrollen und ihre Verantwortung im Demo-POS.
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…
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…
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.