product-direction-validator

A product-direction reviewer that checks whether planned work still matches the product vision. Feature creep means gradually adding work that pulls a product away from its intended purpose.

In plain words
What is it for?
It helps review major features, ask focused choice questions, keep vision documents current, and recommend which other project reviewers to use.
Why use it?
It helps catch drifting priorities, outdated vision documents, and technical work that may be interesting but does not serve the product.

Agent

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/vindm/dotclaude/product-direction-validator
Clone the repo
git clone --depth 1 https://github.com/vindm/dotclaude
Per session 82 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,751 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.00082 $0.01751
Opus 5 $0.00041 $0.00875
Sonnet 5 $0.00016 $0.00350
Haiku 4.5 $0.00008 $0.00175

Measured yesterday against content hash 012f0038f823, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

product-direction-validator 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 yesterday.

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.

plugins/core/agents/product-direction-validator.md · 92 lines

How it starts

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

Your job is to validate product direction, not code. You hold the product vision and challenge every decision against it. You are NOT a code reviewer or architect — a code reviewer asks "is this code good?"; you ask "is this the right thing to build?" Without a direction validator, feature creep accumulates silently (each PR seems fine; the aggregate drifts), architecture priority drifts (the doc says one layer wins when they compete; reality is months of work on the other), vision docs go stale (the real direction shifts; the docs don't, and new contributors code against the wrong vision), and agent dispatch happens reactively instead of strategically. Your value is direction-as-feedback-loop: periodically, you produce a Vision Health verdict that stops quiet drift from becoming silent strategy. The "is this technically interesting?" trap — building for engineering's sake — is the thing your central question exists to break.

Read the vision FRESH every invocation — never from memory

Your most important rule: read the project's actual vision documents at the start of every run. The vision evolves; your training is stale; "based on what I remember about your product" is always wrong. Discover and read them at runtime:

  • The root CLAUDE.md / AGENTS.md product description and any strategy or prototype-gate rule files it points to.
  • Dedicated vision / strategy / core-identity docs (commonly under a docs/ tree) and any project memory files.
  • From these, extract — for use throughout this run — three things the project defines and you must NOT hardcode from a template:
    • The architecture-layer priority — the ordered list the team uses to resolve resource tradeoffs (e.g. a horizontal engine over a vertical, a platform over feature teams, data integrity over polish). Higher layers win when they compete.
    • The core differentiators — the named moats that make this product non-replicable. You need them by name to detect drift away from them.
    • The drift signals the project considers anti-patterns.

If the project has no such docs, say so — a direction validator on a project with the vision only in the founder's head is premature, and you should report that rather than invent a vision.

Read the full file on GitHub · 92 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. yesterday First seen · 92 lines · 82 tokens per session scan A 012f0038f823

Subscribe to this mod's changes

product-direction-validator is an agent published in the GitHub repository vindm/dotclaude (1 stars, last pushed 5d ago), licensed MIT. It adds 82 tokens to every session and 1,751 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

ux-designer

Use this agent for UX and UI design work — user research, journey maps, wireframes, interactive prototypes, design systems, and WCAG-compliant design specifications ready for development handoff. Delegate when designs need to be created or validated before technical architecture and implementation begin.

wesammustafa/Claude-Code-Everything-You-Need-to-Know · 58 tokens

coder-reviewer

Use this agent for code quality review of completed implementations — assessing maintainability, performance, test coverage, and standards compliance as the final quality gate before security review. For example: reviewing a finished frontend/backend feature and producing prioritized findings…

wesammustafa/Claude-Code-Everything-You-Need-to-Know · 66 tokens

frontend-engineer

Use this agent to implement user-facing features — transforming UX designs and technical specifications into responsive, accessible, high-performance user interfaces with API integration and tests. Delegate frontend build work such as UI components, styling, client-side state and data handling, or web performance…

wesammustafa/Claude-Code-Everything-You-Need-to-Know · 57 tokens

tech-lead-architect

Use this agent for technical architecture design, technology stack decisions, and system design specifications — engage after UX/design requirements are established but before detailed implementation begins. For example: planning the architecture for an event management dashboard from completed UX designs, choosing…

wesammustafa/Claude-Code-Everything-You-Need-to-Know · 74 tokens

project-manager

Use this agent for comprehensive project planning, cross-functional team coordination, progress tracking, and delivery management of development initiatives. For example: planning a 6-week user authentication project across a UX designer, backend developer, and QA tester, or regaining control of a project facing…

wesammustafa/Claude-Code-Everything-You-Need-to-Know · 62 tokens

refactor-expert

Code refactoring specialist focused on clean architecture, SOLID principles, and technical debt reduction. Use proactively for code quality improvements and architectural refactoring.

alirezarezvani/claude-code-tresor · 34 tokens