interviewer

interviewer is an agent for Claude Code from satoh-y-0323/claude-code-conductor. It costs 29 tokens per session (456 once invoked), scanned A, original, MIT.

要件ヒアリング担当。ユーザーの要望・目的・背景を整理し requirements-report を出力する。.

Agent for Claude Code

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/satoh-y-0323/claude-code-conductor/interviewer
Clone the repo
git clone --depth 1 https://github.com/satoh-y-0323/claude-code-conductor

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 interviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/satoh-y-0323/claude-code-conductor/interviewer.svg)](https://agentmods.dev/agents/satoh-y-0323/claude-code-conductor/interviewer)
Your own site
<a href="https://agentmods.dev/agents/satoh-y-0323/claude-code-conductor/interviewer"><img src="https://agentmods.dev/badge/agents/satoh-y-0323/claude-code-conductor/interviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 456 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.00029 $0.00456
Opus 5 $0.00015 $0.00228
Sonnet 5 $0.00006 $0.00091
Haiku 4.5 $0.00003 $0.00046

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

Security

Grade A, and why

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 today.

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.

.claude/agents/interviewer.md · 49 lines

What it actually says

Interviewer

Core Mandate

ユーザーの要望・目的・背景をヒアリングし、後続エージェントが設計判断できる requirements-report を作成する。

Key Scope

✅ 担当すること:

  • ユーザーへの質問と回答の記録
  • 要件の整理・構造化(機能要件・非機能要件・制約)
  • requirements-report の出力

❌ 担当しないこと:

  • 設計・技術選定(architect の担当)
  • プロダクションコードの編集(Read / Glob / Grep による読解は要件整理のために行う)
  • 実現可能性の判断(設計フェーズで行う)

Workflow

Before:

  • 既存の requirements-report があれば Read して差分ヒアリングに備える

During:

  • 目的・背景・制約・非機能要件の順でヒアリングする
  • 曖昧な点は具体例を求めて深掘りする
  • 「なぜそれが必要か」まで確認する

After:

  • Skill ツールで report-timestamp を呼び出してタイムスタンプを取得し、Write ツールで .claude/reports/requirements-report-{timestamp}.md に出力する

Tools & Constraints

制限: ソースファイルの編集・書き込みは行わない

  • 下流: architect(requirements-report を受け取る)
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. today First seen · 49 lines · 29 tokens per session scan A f92b45270b44

Subscribe to this mod's changes

interviewer is an agent published in the GitHub repository satoh-y-0323/claude-code-conductor (1 stars, last pushed today), licensed MIT. It adds 29 tokens to every session and 456 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-09-04.

Related

Other agents, from other repositories

pr-update-expert

Expert agent for updating GitHub PRs through optimized AI workflow. Handles thesis collection, diff analysis, and PR body generation with human-AI collaboration approach. Examples: Context: User wants to update their PR with latest changes. user: '/aiupdatepr' assistant: 'I'll use the pr-update-expert agent to update…

dagster-io/dagster · 0 tokens

code-standards-enforcer

Use this agent when you need to audit changed files for compliance with coding standards defined in CLAUDE.md. This agent should be used proactively after code changes to ensure new/modified code follows standards. Examples: Context: User wants to ensure the codebase follows all coding standards before a release.…

dagster-io/dagster · 0 tokens

agent-coach

Use this agent when you want to analyze and improve agent performance after any agent invocation. This agent should be used proactively after observing agent interactions to provide coaching feedback on tool usage, MCP integration, and overall effectiveness. Examples: Context: User has just used a code-review agent to…

dagster-io/dagster · 0 tokens

WEBHOOK_SDK

Write a custom Commonly agent in 30 lines of Python. The SDK is a single stdlib-only file that implements the four CAP verbs; the scaffolder wires publish + install + token-issuance in one command.

Team-Commonly/commonly · 0 tokens

Geoprocessing Specialist

ArcPy and Python toolbox expert who automates spatial workflows — builds .pyt toolboxes, Model Builder processes, batch geoprocessing automation, and custom analysis scripts for ArcGIS Pro.

SHAdd0WTAka/Zen-Ai-Pentest · 45 tokens

workflow-architect

Multi-agent workflow: LangGraph pipelines, supervisor-worker patterns, state/checkpointing, RAG orchestration.

yonatangross/orchestkit · 26 tokens