pm-review-feasibility

pm-review-feasibility is a command for Claude Code from evb87-tech/corpus. It costs 69 tokens per session (749 once invoked), scanned A, original, MIT.

Commande qui vérifie si un brouillon de PRD, de feuille de route ou d'autre document produit est réalisable techniquement. Un PRD décrit généralement ce qu'un produit ou une fonctionnalité doit faire.

In plain words
What is it for?
Elle sert à auditer un fichier de sortie avant sa mise en œuvre et à vérifier sa cohérence avec les décisions techniques déjà documentées.
Why use it?
Elle aide à repérer les affirmations trop optimistes sur la complexité, les dépendances oubliées, les risques d'intégration et les conflits avec l'architecture existante.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

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

Made for: Claude Code.

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-review-feasibility

README.md
[![agentmods](https://agentmods.dev/badge/commands/evb87-tech/corpus/pm-review-feasibility.svg)](https://agentmods.dev/commands/evb87-tech/corpus/pm-review-feasibility)
Your own site
<a href="https://agentmods.dev/commands/evb87-tech/corpus/pm-review-feasibility"><img src="https://agentmods.dev/badge/commands/evb87-tech/corpus/pm-review-feasibility.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 749 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.1 $0.00069 $0.00749
Opus 5 $0.00034 $0.00375
Sonnet 5 $0.00014 $0.00150
Haiku 4.5 $0.00007 $0.00075

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

Security

Grade A, and why

pm-review-feasibility 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 5d 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/commands/pm-review-feasibility.md · 50 lines

What it actually says

Pré-vol :

CORPUS_VAULT="${CORPUS_VAULT:-$CLAUDE_PLUGIN_OPTION_VAULT_PATH}"
if [ -z "$CORPUS_VAULT" ]; then
  echo "Vault non configuré. Définir CORPUS_VAULT (dev local) ou configurer l'option utilisateur vaultPath dans le plugin installé (exposée sous CLAUDE_PLUGIN_OPTION_VAULT_PATH). Ni l'un ni l'autre n'est défini. Lancez /init-vault <chemin> pour initialiser un vault, puis exportez le chemin." >&2
  exit 1
fi

Vérifier que $CORPUS_VAULT/.corpus-vault existe. Sinon, refuser et demander au propriétaire de lancer /init-vault <chemin>. Voir corpus-core/rules/08-vault-structure.md.

Validation de l'argument :

$ARGUMENTS doit être fourni. Si absent, afficher :

Usage : /pm-review-feasibility <chemin-vers-brouillon>
Le chemin peut être absolu ou relatif à $CORPUS_VAULT/output/.
Exemple : /pm-review-feasibility output/2026-04-28-ma-feature-prd.md

et s'arrêter.

Résoudre le chemin du brouillon :

  • Si $ARGUMENTS est un chemin absolu, l'utiliser tel quel.
  • Sinon, le résoudre sous $CORPUS_VAULT/output/ : $CORPUS_VAULT/output/$ARGUMENTS (supprimer le préfixe output/ s'il est déjà présent).

Vérifier que le fichier résolu existe et se trouve bien sous $CORPUS_VAULT/output/. Si le fichier n'existe pas ou est en dehors de output/, refuser avec un message explicite.

Délégation :

Invoquer la skill corpus-pm:review-feasibility (voir corpus-pm/skills/review-feasibility/SKILL.md) en lui passant le chemin absolu résolu du brouillon.

La skill s'occupe de :

  1. Lire le brouillon et identifier les claims techniques.
  2. Scanner wiki/decision-* et wiki/feature-* pour chaque claim.
  3. Détecter les conflits entre le brouillon et les décisions d'architecture documentées.
  4. Produire l'analyse en quatre axes : faisabilité des claims, dépendances, risques d'intégration, décisions contredites.
  5. Écrire la page de stress-test dans $CORPUS_VAULT/wiki/stress-test-<draft-slug>-feasibility-<YYYY-MM-DD>.md.
  6. Appendre l'entrée dans wiki/log.md.

Contrainte anti-lissage : si le wiki ne contient aucune page decision-*, la skill doit refuser avec un arrêt dur et orienter le propriétaire vers /ingest. Elle ne doit jamais inventer des décisions d'architecture ou des contraintes techniques absentes du wiki.

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. 5d ago First seen · 50 lines · 69 tokens per session scan A b91e41b1fdbe

Subscribe to this mod's changes

pm-review-feasibility is a command published in the GitHub repository evb87-tech/corpus (1 stars, last pushed 4mo ago), licensed MIT. It adds 69 tokens to every session and 749 once invoked, about $0.0003 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.