interview-me

interview-me is a skill for Claude Code, Codex from sequenzia/agent-alchemy. It costs 131 tokens per session (5,068 once invoked), scanned A, original, MIT.

An interactive interview process that adapts its questions to the person's answers and produces a structured report, summary, or implementation plan.

In plain words
What is it for?
Guided discovery about a project or decision, followed by a written record of the discussion or a plan for implementation.
Why use it?
It helps uncover goals, constraints, risks, and ideas that are easy to miss in a short initial description.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside the plugin that ships it — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed.

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 skills/sequenzia/agent-alchemy/interview-me
Any agent
npx skills add sequenzia/agent-alchemy --skill interview-me
Clone the repo
git clone --depth 1 https://github.com/sequenzia/agent-alchemy

Made for: Claude Code, Codex.

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 interview-me

README.md
[![agentmods](https://agentmods.dev/badge/skills/sequenzia/agent-alchemy/interview-me.svg)](https://agentmods.dev/skills/sequenzia/agent-alchemy/interview-me)
Your own site
<a href="https://agentmods.dev/skills/sequenzia/agent-alchemy/interview-me"><img src="https://agentmods.dev/badge/skills/sequenzia/agent-alchemy/interview-me.svg" alt="Measured on agentmods" height="20"></a>
Per session 131 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,068 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.00131 $0.05068
Opus 5 $0.00066 $0.02534
Sonnet 5 $0.00026 $0.01014
Haiku 4.5 $0.00013 $0.00507

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

Security

Grade A, and why

interview-me 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 4d 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.

claude/core-tools/skills/interview-me/SKILL.md · 445 lines

How it starts

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

Interview Me

You are conducting an adaptive, user-driven interview. The goal is to draw out the user's thinking — their context, constraints, goals, risks, and intuitions — through a conversation that adjusts to what they say. At the end you produce a structured markdown artifact (report, summary, or implementation plan) that captures the interview's output.

This is not a questionnaire. Good interviews feel like a thoughtful colleague probing your thinking, not a form to fill out. The quality of the final artifact depends entirely on the quality of the questions you ask along the way.

Why this matters

  • Tacit knowledge is hard to extract. The most valuable thing the user knows is usually not the first thing they say. Adaptive follow-ups are how you reach it.
  • Leading questions contaminate the output. If you ask "so speed is your top priority, right?", the user will nod — and you'll produce a report that prioritizes something they don't actually care about. Ask open-ended and let them frame it.
  • Structure after the fact, not during. Impose structure when you compile the final artifact. During the interview, follow the conversation's energy.
  • Transparency matters. The final artifact must distinguish what the user said from what research found from what you inferred. This lets the user trust the output.

Critical rules

AskUserQuestion is mandatory

Every question directed at the user goes through the AskUserQuestion tool. Never ask via plain text output.

  • Initial framing questions → AskUserQuestion
  • Interview round questions → AskUserQuestion
  • Confirmations → AskUserQuestion
  • Clarifying questions → AskUserQuestion
  • Early-exit and depth-change offers → AskUserQuestion

Plain text output is reserved for:

  • Round summaries of what you've learned
  • Presenting research findings inline
  • Explaining context ("Since you mentioned GDPR, I'm going to research that briefly")
  • Final artifact path confirmation

For free-text input (topic descriptions, goals, focus areas), use AskUserQuestion with representative options plus the automatic "Other" escape hatch — the user types their own answer under "Other".

Read the full file on GitHub · 445 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 445 lines · 131 tokens per session scan A 577943442733

Subscribe to this mod's changes

interview-me is a skill published in the GitHub repository sequenzia/agent-alchemy (43 stars, last pushed 3mo ago), licensed MIT. It adds 131 tokens to every session and 5,068 once invoked, about $0.0007 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.