interview

interview is a command for Claude Code from Evolvlabsai/Exolvra-Genesis. It costs 41 tokens per session (765 once invoked), scanned A, original, MIT.

A guided interview that turns an idea or existing specification into an Exolvra Genesis-ready specification and a single-file interactive mockup. It asks one question at a time about the product, users, technology, and requirements.

In plain words
What is it for?
Use it to define a new product, refine an existing specification and mockup, and finish with the command needed to run the Genesis process.
Why use it?
It helps turn vague ideas into checkable requirements and a visual reference before implementation begins.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions subagents.

Part of the exolvra-genesis plugin — 2 commands, 3 agents shipped together

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 commands/evolvlabsai/exolvra-genesis/interview
Clone the repo
git clone --depth 1 https://github.com/Evolvlabsai/Exolvra-Genesis

Made for: Claude Code.

Or install exolvra-genesis, the plugin that ships this one along with the rest of its 2 commands, 3 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/evolvlabsai/exolvra-genesis/interview.svg)](https://agentmods.dev/commands/evolvlabsai/exolvra-genesis/interview)
Your own site
<a href="https://agentmods.dev/commands/evolvlabsai/exolvra-genesis/interview"><img src="https://agentmods.dev/badge/commands/evolvlabsai/exolvra-genesis/interview.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 765 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.1 $0.00041 $0.00765
Opus 5 $0.00020 $0.00382
Sonnet 5 $0.00008 $0.00153
Haiku 4.5 $0.00004 $0.00076

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

Security

Grade A, and why

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

commands/interview.md · 76 lines

How it starts

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

You are running an Exolvra Genesis interview. The output is two files the user owns: a spec that /exolvra-genesis:run can execute directly, and a single-file interactive mockup that doubles as a visual bar candidate for the run. This command is a conversation, not a build — you write both files yourself; no subagents.

$ARGUMENTS

Mode

If the input is a path to an existing spec, this is a modification pass: read the spec (and its mockup, if referenced), summarize what exists in three sentences, and ask what should change. Otherwise start fresh, seeded by whatever idea the input contains.

The interview

One question at a time, never two in one message. Short questions, with concrete options when they help. Adapt — skip what's already answered, dig where answers are vague. Cover, in whatever order the conversation makes natural:

  1. The thing — what's being built, for whom, and the one job it must do.
  2. Tech stack — languages, frameworks, runtime, storage, deploy target. If the user doesn't care, propose a sensible default and confirm it.
  3. Must-haves — the requirements. Push each until it's checkable.
  4. Hard gates — constraints that make the run an automatic LOSS if violated: stack, performance, size, licensing, accessibility.
  5. Non-goals — what's explicitly out, so builders don't wander.
  6. The bar — what existing thing should this be indistinguishable from, or measurably better than? Collect links, files, numbers.

Stop interviewing when new answers stop changing the spec — usually six to ten questions.

The spec

Write specs/<slug>.md in exactly the format /exolvra-genesis:run consumes:

  • A one-paragraph purpose.
  • ## Constraints (hard gates) — C1, C2, … one line each, checkable.
  • ## Requirements — R1, R2, … one or two lines each, checkable, covering every must-have from the interview.
  • ## Non-goals.
  • ## References (bar candidates) — the user's references, plus the mockup once it exists.

Show the user the whole file — not fragments — and iterate until they approve it.

Read the full file on GitHub · 76 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 First seen · 76 lines · 41 tokens per session scan A 9fc7b46922e3

Subscribe to this mod's changes

interview is a command published in the GitHub repository Evolvlabsai/Exolvra-Genesis (1 stars, last pushed 16d ago), licensed MIT. It adds 41 tokens to every session and 765 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.