requirement-interviewer

requirement-interviewer is a skill for Claude Code, Codex from ceilf6/FrontAgent. It costs 54 tokens per session (389 once invoked), scanned A, original, MIT.

A structured questioning guide for collecting missing product, user-experience, technical, and delivery requirements before planning or coding. It uses short groups of questions and checks whether the answers are complete.

In plain words
What is it for?
Use it to clarify goals, acceptance criteria, implementation choices, and delivery needs for underspecified software or frontend work.
Why use it?
It reduces the risk of building the wrong thing when a request is unclear or several solutions are possible. It prevents planning or implementation details from being chosen before essential constraints are known.

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/ceilf6/frontagent/requirement-interviewer
Any agent
npx skills add ceilf6/FrontAgent --skill requirement-interviewer
Clone the repo
git clone --depth 1 https://github.com/ceilf6/FrontAgent

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 requirement-interviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/ceilf6/frontagent/requirement-interviewer.svg)](https://agentmods.dev/skills/ceilf6/frontagent/requirement-interviewer)
Your own site
<a href="https://agentmods.dev/skills/ceilf6/frontagent/requirement-interviewer"><img src="https://agentmods.dev/badge/skills/ceilf6/frontagent/requirement-interviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 389 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.00054 $0.00389
Opus 5 $0.00027 $0.00195
Sonnet 5 $0.00011 $0.00078
Haiku 4.5 $0.00005 $0.00039

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

Security

Grade A, and why

requirement-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 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/requirement-interviewer/SKILL.md · 44 lines

What it actually says

Requirement Interviewer

Collect missing constraints through phased questioning. Refuse to plan, code, or propose irreversible implementation details until the required answers are complete.

Workflow

  1. Read references/question-flow.md.
  2. Ask only the next unanswered question cluster, not the whole interview at once.
  3. Read references/answer-completeness.md to decide whether the reply is sufficient or needs follow-up.
  4. Read references/gating-rules.md before moving from clarification into planning.
  5. After each phase, summarize confirmed facts, explicit assumptions, and open questions.
  6. Only when all mandatory gates pass, hand off a concise, execution-ready brief or plan.

Interview Contract

  • Ask 1-3 short questions at a time.
  • Prefer constrained choices when possible.
  • Keep questions ordered: objective first, implementation later.
  • If the user says "you decide", record the default explicitly as an assumption.
  • Separate confirmed requirements from inferred assumptions.

Guardrails

  • Do not generate code, file edits, or architecture proposals before gates pass.
  • Do not ask duplicate questions.
  • Do not jump into low-level implementation details before product intent is clear.
  • Do not silently fill critical gaps with guesses.
  • Stop and ask for explicit approval when the decision changes scope, cost, or stack direction.
Files

What ships with it

4 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 · 44 lines · 54 tokens per session scan A 424a38059fee

Subscribe to this mod's changes

requirement-interviewer is a skill published in the GitHub repository ceilf6/FrontAgent (117 stars, last pushed 9d ago), licensed MIT. It adds 54 tokens to every session and 389 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

maintain-model-list

Maintain the supported LLM model list: add a new model, or run routine maintenance to verify availability and discover new models worth adding. Use when the user asks to add/support a model, update the model list, or check model availability.

alibaba/page-agent · 53 tokens

update-changelog

Update docs/CHANGELOG.md from git history, GitHub releases, and code diffs. Use when: writing release notes, syncing the latest changelog entry, summarizing a new tag, or keeping changelog wording concise and consistent.

alibaba/page-agent · 52 tokens

git-cleanup

Clean up local git branches and remotes accumulated from PR reviews. Use when the user asks to clean branches, remove stale remotes, or tidy up the local git state.

alibaba/page-agent · 39 tokens

submit-pr-from-current-changes

Create a branch, commit existing local changes, push them, and open a pull request. Use when submitting current work as a PR.

alibaba/page-agent · 34 tokens

pre-impl-discussion

Conduct a thorough pre-implementation discussion before making significant changes. Use when the user wants to discuss, plan, or evaluate a change before implementing it — especially when they say words like 'discuss', 'evaluate', 'plan', or 'let's talk about'.

alibaba/page-agent · 59 tokens

agent-spec-tool-first

CRITICAL: Use for agent-spec CLI tool workflow. Triggers on: agent-spec, contract, lifecycle, guard, verify, explain, stamp, checkpoint, plan, requirements, work-units, knowledge requirements, KLL, docs vs knowledge, spec verification, task contract, spec quality, lint spec, run log, "how to verify", "how to use…

ZhangHanDong/agent-spec · 165 tokens