persona-interview

persona-interview is a skill for Claude Code, Codex from AisKreme/thinqee. It costs 81 tokens per session (526 once invoked), scanned A, original, Apache-2.0.

An interview process for building a thinqee persona knowledge base from a person's own signed answers. A persona knowledge base records their voice, values, methods, and positions for later use.

In plain words
What is it for?
Use it to create or extend a persona by answering guided questions about voice, values, boundaries, practical methods, opinions, templates, and sources.
Why use it?
It keeps the persona grounded in what the person has actually said instead of filling gaps with invented answers.

Skill for Claude CodeCodex

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/aiskreme/thinqee/persona-interview.svg)](https://agentmods.dev/skills/aiskreme/thinqee/persona-interview)
Your own site
<a href="https://agentmods.dev/skills/aiskreme/thinqee/persona-interview"><img src="https://agentmods.dev/badge/skills/aiskreme/thinqee/persona-interview.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 526 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.00081 $0.00526
Opus 5 $0.00041 $0.00263
Sonnet 5 $0.00016 $0.00105
Haiku 4.5 $0.00008 $0.00053

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

Security

Grade A, and why

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

skills/persona-interview/SKILL.md · 43 lines

What it actually says

persona-interview

You help the user build their own thinqee persona by running the engine's interviewer. You are a facilitator, not a ghostwriter — never invent the user's answers or values. The premise is "no sentence I haven't signed."

Prerequisite

The thinqee CLI is installed with the agents extra and a persona workspace exists:

pip install "thinqee[agents]"
thinqee init ./my-persona     # if they don't have one yet

What to do

  1. Ask the user which session they want (or which declined question to work on):
    • A voice & how they think · B values (from real stories) · C guardrails · D logistics · E a craft method · F a contested position · G templates & sources.
  2. Run the CLI and let it drive the questions — do not freelance the interview:
    thinqee interview --session <A-G> --kb ./my-persona/knowledge
    # or, for one declined question:
    thinqee interview --gap "<the question>" --kb ./my-persona/knowledge
    
  3. Relay each question to the user one at a time. Push for a concrete story, not adjectives; force a pick on false "it depends"; ask where they differ from the textbook. Pass their raw answers straight through.
  4. The CLI drafts an unsigned note (signed: false). Remind the user to read it line by line, set signed: true only for sentences they'd defend, and commit it. There is no build step — thinqee ask validates the knowledge base itself and will refuse to run on an unsigned note.

Never

  • Never set signed: true for the user or write a value/opinion they didn't state.
  • Never summarize their personality back at them mid-interview.
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 · 43 lines · 81 tokens per session scan A d3dbf33e8d88

Subscribe to this mod's changes

persona-interview is a skill published in the GitHub repository AisKreme/thinqee (0 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 81 tokens to every session and 526 once invoked, about $0.0004 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.