mcpbeat

Interview Me

neeeophytee/interview-me

Interview the user one question at a time to resolve remaining ambiguity before implementation. Use when planning or brainstorming is done but unknowns remain, or when the user asks to be interviewed about a task or spec.

448 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
295
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Neeeophytee/finding-unknowns-skills --skill interview-me

The instruction itself

3 sections, as written by the author

Interview me

Brainstorming is over and there are still gaps between the user's map and the territory. Close them by asking, one question at a time, starting with the questions whose answers would change the most.

Steps

  • Read everything already established: the request, any spec, any prototypes, relevant code. Do not ask about things that are already answered.
  • Build a private list of open ambiguities and sort by blast radius:
  • First: architecture-changers — answers that would alter the data model, the interfaces, or the overall approach.
  • Then: behavior definers — edge cases, failure modes, defaults, permissions.
  • Last: polish — naming, copy, cosmetics. Often not worth asking; propose and move on.
  • Ask exactly one question per turn. For each: give the context that makes it matter, offer 2-3 concrete options with your recommendation, and accept "you decide" as an answer you then own.
  • Every few questions, checkpoint: restate what has been decided so far in one tight list, so drift dies early.
  • Stop when the remaining unknowns are cheaper to discover during implementation than to ask about now, and say that out loud. End with the final decision list, ready to paste into a plan.

Guardrails

  • One question at a time means one. No question bundles.
  • Never ask a question whose answer is discoverable from the codebase; go look instead.
  • If an answer contradicts an earlier decision, flag the conflict immediately rather than silently taking the newest answer.

How to use it

Copy the folder

Take neeeophytee/interview-me from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.