auto-interview

auto-interview is a command for Claude Code from an8079/take-skills. It costs 40 tokens per session (832 once invoked), scanned A, original, MIT.

A command that runs a debate between a product manager focused on user and business value and an architect focused on technical design and feasibility.

In plain words
What is it for?
Create detailed specifications covering the product, architecture, data flow, APIs, deployment, risks, and the debate’s final decisions.
Why use it?
It exposes gaps and disagreements in an idea before implementation, then records how the two viewpoints were resolved.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-dev-assistant plugin — 21 skills, 39 commands shipped together

Good fit Create detailed specifications covering the product, architecture, data flow, APIs, deployment, risks, and the debate’s final decisions.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/an8079/take-skills/takes-auto-interview
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/an8079/take-skills

Made for: Claude Code.

Or install claude-dev-assistant, the plugin that ships this one along with the rest of its 21 skills, 39 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 auto-interview

README.md
[![agentmods](https://agentmods.dev/badge/commands/an8079/take-skills/takes-auto-interview/github.svg)](https://agentmods.dev/commands/an8079/take-skills/takes-auto-interview)
Your own site
<a href="https://agentmods.dev/commands/an8079/take-skills/takes-auto-interview"><img src="https://agentmods.dev/badge/commands/an8079/take-skills/takes-auto-interview/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 auto-interview

Your own site · 80×15
<a href="https://agentmods.dev/commands/an8079/take-skills/takes-auto-interview"><img src="https://agentmods.dev/badge/commands/an8079/take-skills/takes-auto-interview.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 832 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.00040 $0.00832
Opus 5 $0.00020 $0.00416
Sonnet 5 $0.00008 $0.00166
Haiku 4.5 $0.00004 $0.00083

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

Security

Grade A, and why

auto-interview 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 8d 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.

commands/takes-auto-interview.md · 115 lines

What it actually says

/auto-interview - 双 Agent 辩论式访谈

两个 AI Agent 互相辩论,从产品经理(逆向思维)和架构师(传统思维)两个角度设计方案。

使用方式

/auto-interview

自动访谈
头脑风暴
双Agent访谈
辩论访谈

参与者

Agent 角色 思维方式
Agent A 产品经理 逆向思维 (Working Backwards)
Agent B 架构师 传统思维 (正向设计)

Agent A - 产品经理 (Working Backwards)

从用户价值和业务目标出发:

  1. 用户真正需要什么?
  2. 成功标准是什么?
  3. 如何验证成功?

Agent B - 架构师 (传统思维)

从技术可行性和系统设计出发:

  1. 技术上如何实现?
  2. 架构是否合理?
  3. 有哪些技术风险?

工作流程

用户输入想法
      ↓
┌─────────────────────────┐
│  Agent A (PM) 提出方案   │
│  逆向思维,PR/FAQ格式    │
└───────────┬─────────────┘
            ↓
┌─────────────────────────┐
│  Agent B (架构师) 评审   │
│  技术可行性分析          │
└───────────┬─────────────┘
            ↓
┌─────────────────────────┐
│  辩论回合               │
│  双方就分歧点辩论        │
└───────────┬─────────────┘
            ↓
        达成共识?
        ↓    ↓
       是    否
        ↓    ↓
   生成规格  继续辩论
        ↓
   用户审核确认

输出内容

详细规格文档

/deep-interview 更详细的技术架构框架:

内容 说明
产品概述 PR/FAQ 格式的产品描述
技术架构 系统架构图、模块划分
数据流设计 数据存储、流转、接口
API 设计 详细接口规范
部署方案 部署架构、环境配置
风险评估 技术风险及应对

辩论记录

  • 双方观点摘要
  • 分歧点及解决过程
  • 最终共识

与 /structure_thinking 的关系

维度 /auto-interview /structure_thinking
时机 需求阶段,生成规格 规格确定后,分析架构
目标 生成产品规格 评估架构质量
特点 双 Agent 辩论 顶级架构师视角

两者独立,用户手动选择使用哪个。

用户同意机制

  1. 生成规格后 - 需要用户审核确认
  2. 用户可修改 - 可以要求重新讨论某些点
  3. 确认后 - 进入计划/实现阶段

提示: 当你有一个相对清晰的想法但不知道如何设计时,使用 /auto-interview。两个 Agent 会帮你从不同角度思考并达成最佳方案。

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. 8d ago First seen · 115 lines · 40 tokens per session scan A b43a20014139

Subscribe to this mod's changes

auto-interview is a command published in the GitHub repository an8079/take-skills (4 stars, last pushed 5mo ago), licensed MIT. It adds 40 tokens to every session and 832 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-31.