uc-interviewer

uc-interviewer is a command for Claude Code from TestAny-io/testany-agent-skills. It costs 9 tokens per session (376 once invoked), scanned A, original, MIT.

A guided interview that turns a business requirements document (BRD)—a description of what a product should do—into a detailed map of the user's steps and choices.

In plain words
What is it for?
Use it to confirm the latest BRD, user flows, branches, error handling, and recovery steps, then produce a structured journey document for PRD writing.
Why use it?
It exposes unclear paths, exceptions, and edge cases before the product requirements document (PRD) is written, reducing later rework.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the testany-eng plugin — 16 skills, 21 commands shipped together

Good fit Use it to confirm the latest BRD, user flows, branches, error handling, and recovery steps, then produce a structured journey document for PRD writing.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/testany-io/testany-agent-skills/uc-interviewer
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/TestAny-io/testany-agent-skills

Made for: Claude Code.

Or install testany-eng, the plugin that ships this one along with the rest of its 16 skills, 21 commands.

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 uc-interviewer

README.md
[![agentmods](https://agentmods.dev/badge/commands/testany-io/testany-agent-skills/uc-interviewer/github.svg)](https://agentmods.dev/commands/testany-io/testany-agent-skills/uc-interviewer)
Your own site
<a href="https://agentmods.dev/commands/testany-io/testany-agent-skills/uc-interviewer"><img src="https://agentmods.dev/badge/commands/testany-io/testany-agent-skills/uc-interviewer/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 uc-interviewer

Your own site · 80×15
<a href="https://agentmods.dev/commands/testany-io/testany-agent-skills/uc-interviewer"><img src="https://agentmods.dev/badge/commands/testany-io/testany-agent-skills/uc-interviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 376 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.00009 $0.00376
Opus 5 $0.00005 $0.00188
Sonnet 5 $0.00002 $0.00075
Haiku 4.5 $0.00001 $0.00038

Measured 9d ago against content hash 93ba92e48ff2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

uc-interviewer 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 9d 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.

plugins/testany-eng/commands/uc-interviewer.md · 48 lines

What it actually says

UC Interviewer

启动用户旅程访谈流程。在 BRD 和 PRD 之间建立对齐检查点。

使用方式

提供 BRD 文件路径:

$ARGUMENTS

为什么需要这个步骤

BRD 定义了"做什么",但用户旅程有很多"模糊地带":

  • 主流程的具体步骤
  • 跳转/分支的选择
  • 异常情况的处理方式
  • Edge case 的触发、用户可见结果与恢复方式

这些决策如果在 PRD 阶段才暴露,返工成本高。

访谈内容

  1. BRD baseline - 先确认哪一份是最新批准版 BRD
  2. Journey 范围 - 确认要细化哪些用户旅程
  3. 主流程 - 先开放发现,再逐步确认 Happy Path
  4. 跳转/分支 - 其他完成方式与跨 Journey 流转
  5. 异常处理 - 出错时怎么办
  6. 步骤级 Edge Case - 逐项确认触发条件、用户可见结果、恢复方式

输出物

结构化的 User Journey 文档,包含 TRACEABILITY-METADATAJOURNEY-* / FLOW-*、步骤级 Edge Case Matrix 和 checkpoint 状态,可直接喂给 prd-writer。

工作流程

BRD → uc-interviewer → User Journey 文档 → prd-writer → PRD
                ↓
          逐条确认 ✓

请提供 BRD 文件路径开始访谈。

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. 9d ago First seen · 48 lines · 9 tokens per session scan A 93ba92e48ff2

Subscribe to this mod's changes

uc-interviewer is a command published in the GitHub repository TestAny-io/testany-agent-skills (81 stars, last pushed 11d ago), licensed MIT. It adds 9 tokens to every session and 376 once invoked, about $0.0000 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.