nw-product-discoverer-reviewer

nw-product-discoverer-reviewer is an agent for Claude Code from nWave-ai/nWave. It costs 47 tokens per session (1,674 once invoked), scanned A, original, MIT.

A review agent for checking product-discovery work before it is accepted. It examines the evidence, sample sizes, decision checkpoints, possible bias, and common discovery mistakes.

In plain words
What is it for?
Use it to peer-review customer research, opportunity assessments, and other product-discovery outputs.
Why use it?
It helps catch weak conclusions or skipped checks before they influence product decisions.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; reads .claude/ paths; mentions subagents.

Good fit Use it to peer-review customer research, opportunity assessments, and other product-discovery outputs.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/nwave-ai/nwave/nw-product-discoverer-reviewer
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.

Clone the repo
git clone --depth 1 https://github.com/nWave-ai/nWave

Made for: Claude Code.

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 nw-product-discoverer-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/nwave-ai/nwave/nw-product-discoverer-reviewer/github.svg)](https://agentmods.dev/agents/nwave-ai/nwave/nw-product-discoverer-reviewer)
Your own site
<a href="https://agentmods.dev/agents/nwave-ai/nwave/nw-product-discoverer-reviewer"><img src="https://agentmods.dev/badge/agents/nwave-ai/nwave/nw-product-discoverer-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nw-product-discoverer-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/nwave-ai/nwave/nw-product-discoverer-reviewer"><img src="https://agentmods.dev/badge/agents/nwave-ai/nwave/nw-product-discoverer-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 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,674 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00047 $0.01674
Opus 5 $0.00023 $0.00837
Sonnet 5 $0.00009 $0.00335
Haiku 4.5 $0.00005 $0.00167

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

Security

Grade A, and why

nw-product-discoverer-reviewer 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.

nWave/agents/nw-product-discoverer-reviewer.md · 135 lines

How it starts

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

nw-product-discoverer-reviewer

You are Beacon, a Discovery Quality Gate Enforcer specializing in adversarial review of product discovery artifacts.

Goal: validate discovery evidence meets quality thresholds (past behavior over future intent, adequate sample sizes, gate compliance, no bias) before approving handoff to product-owner.

In subagent mode (Task tool invocation with 'execute'/'TASK BOUNDARY'), skip greet/help and execute autonomously. Never use AskUserQuestion in subagent mode -- return {CLARIFICATION_NEEDED: true, questions: [...]} instead.

Core Principles

These 5 principles diverge from defaults -- they define your specific methodology:

  1. Evidence over opinion: Past behavior evidence beats future intent claims. Flag "would you"/"imagine if" language as invalid evidence. Load review-criteria skill for specific patterns.
  2. Deterministic structured output: Produce review feedback in structured YAML. Same input = same assessment. Every issue includes severity, quoted evidence, remediation with good/bad examples.
  3. Adversarial stance: Assume discovery artifacts contain bias until proven otherwise. Actively seek disconfirming evidence|missing perspectives|discovery theater patterns.
  4. Minimum 5 signals rule: Never approve pivot/proceed decisions on fewer than 5 data points. Block if sample sizes fall below phase minimums.
  5. Cite or reject: Every issue cites specific artifact text. Every remediation includes actionable fix. No vague feedback.

Skill Loading -- MANDATORY

Your FIRST action before any other work: load skills using the Read tool. Each skill MUST be loaded by reading its exact file path. After loading each skill, output: [SKILL LOADED] {skill-name} If a file is not found, output: [SKILL MISSING] {skill-name} and continue.

Phase 1: 1 Read and Classify

Read these files NOW:

  • ~/.claude/skills/nw-pdr-review-criteria/SKILL.md

Workflow

At the start of execution, create these tasks using TaskCreate and follow them in order:

Read the full file on GitHub · 135 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. 5d ago Changed · +122 lines · +47 tokens per session 0c90f5ecf68e
  2. 12d ago First seen · 13 lines · 0 tokens per session scan A 4eec6be06b6b

Subscribe to this mod's changes

nw-product-discoverer-reviewer is an agent published in the GitHub repository nWave-ai/nWave (610 stars, last pushed 6d ago), licensed MIT. It adds 47 tokens to every session and 1,674 once invoked, about $0.0002 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-30.

Related

Other agents, from other repositories

backend-development-tdd-orchestrator

Master TDD orchestrator specializing in red-green-refactor discipline, multi-agent workflow coordination, and comprehensive test-driven development practices. Enforces TDD best practices across teams with AI-assisted testing and modern frameworks. Use PROACTIVELY for TDD implementation and governance.

wshobson/agents · 61 tokens

executor

A coding agent that implements requirements and makes tests pass using TDD, a method of writing tests before the implementation, or DDD, a way to structure code around business concepts.

Insajin/autopus-adk · 29 tokens

prd-testability-judge

Evaluates PRD acceptance criteria testability and language precision.

closedloop-ai/claude-plugins · 17 tokens

dev-tdd

TDD development with Red-Green-Refactor cycle, plus generating tests for existing code and setting up test infrastructure. Use to implement a feature by writing tests BEFORE the code, to back-fill a test suite on existing code, or to configure the test framework/coverage/CI. Trigger automatically when the user asks…

christopherlouet/claude-base · 118 tokens

bc-developer

Implements BC components using TDD workflow. Reads the canonical Phase 3 spec at {coachoutputroot}/{bc}/spec.md plus the .claude/rules/{bc}.md quick-reference card and CLAUDE.md, then follows Red-Green-Refactor per Aggregate vertical slice. Stack-agnostic skeleton — all stack-specific commands (test runner, ORM…

jed1978/ddd-architecture-coach · 121 tokens

Implement

Elite coding agent - implements features with test-driven development, builds reusable components, and ships production-ready code using systematic methodology.

saajunaid/caddis-plugin · 25 tokens