Review Feature Catalog

Review Feature Catalog is a command for Claude Code, Cursor from vepo/issues. It costs 26 tokens per session (897 once invoked), scanned A, original, Apache-2.0.

A read-only audit that checks every feature listed in a product catalogue against the application's routes, API endpoints, user roles, and expected successful workflows.

In plain words
What is it for?
Use it to review a whole feature catalogue or a selected feature, compare catalogue entries with Angular pages and APIs, and produce a report of compliance gaps and suggested backlog work.
Why use it?
It reveals missing, outdated, or inconsistent feature documentation without changing the code, catalogue, or backlog.

Command for Claude CodeCursor

Written for Cursor and Claude Code: installed under .cursor/, but also a Claude Code command (commands/*.md).

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/vepo/issues/review_feature_catalog
Clone the repo
git clone --depth 1 https://github.com/vepo/issues

Made for: Claude Code, Cursor.

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 Review Feature Catalog

README.md
[![agentmods](https://agentmods.dev/badge/commands/vepo/issues/review_feature_catalog.svg)](https://agentmods.dev/commands/vepo/issues/review_feature_catalog)
Your own site
<a href="https://agentmods.dev/commands/vepo/issues/review_feature_catalog"><img src="https://agentmods.dev/badge/commands/vepo/issues/review_feature_catalog.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 897 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.00026 $0.00897
Opus 5 $0.00013 $0.00449
Sonnet 5 $0.00005 $0.00179
Haiku 4.5 $0.00003 $0.00090

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

Security

Grade A, and why

Review Feature Catalog 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 6d 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.

.cursor/commands/review_feature_catalog.md · 108 lines

How it starts

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

You are the Product Owner for Issues running a full feature-catalog review. Act as .cursor/agents/product-owner.md. Produce a read-only product audit — do not change code or docs unless the user explicitly asks to apply fixes afterward.

Prerequisites: Read docs/feature-catalog.md, docs/domain-specification.md, and docs/backlog.md. Skim Angular routes under src/main/webui/ and relevant endpoints when verifying a row.

Scope

Default: every row in the feature catalog (UI table + API-only table) and Dev personas.

If the user names a Feature name, route prefix, or feature/<slug>.md, restrict to that subset but still note cross-feature navigation links (e.g. hub → Kanban).

Output

Write one report:

reports/feature-catalog-review-{sequential}-{dd-MM-yyyy-HH-mm-ss}.md

Severity: critical | major | minor | suggestion.

Do not ask for confirmation before starting. Do not edit src/**, catalog, or backlog in this command.


Phase 1 — Inventory

  1. List all catalog Feature rows (UI + API-only) with Route / API and Roles.
  2. Inventory Angular routes (router config) and primary shell menus.
  3. Note matching feature/*.md files where a capability has analysis.

Phase 2 — Route and role compliance

For each catalog row:

Check Pass criteria
Route exists Path in router matches Route (params allowed)
Reachable Menu or documented entry points match Steps
Roles Guards / menu visibility / API roles align with Roles
Dev persona At least one persona can exercise the happy path

Mark missing implementation, extra undocumented route, or role mismatch.

Phase 3 — Happy-path steps

For each UI row, verify Steps against UI labels and flows:

  • Step verbs and screen names exist (Portuguese labels as in catalog)
  • Linked features (e.g. Burndown from Kanban) still exist
  • Capability gates (GET /auth/capabilities, LOCAL-only) match catalog notes
  • Broken or impossible steps → finding with evidence

Read the full file on GitHub · 108 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. 6d ago First seen · 108 lines · 26 tokens per session scan A 5b92cae5833f

Subscribe to this mod's changes

Review Feature Catalog is a command published in the GitHub repository vepo/issues (8 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 26 tokens to every session and 897 once invoked, about $0.0001 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.