From interview
Conducts targeted interviews to clarify ambiguities, decision points, or edge cases during code implementation using user questions to unblock progress.
How this skill is triggered — by the user, by Claude, or both
Slash command
/interview:clarifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ask targeted questions using `AskUserQuestion` to resolve a specific blocker.
Ask targeted questions using AskUserQuestion to resolve a specific blocker.
Resume implementation after receiving answers. Do not write to files.
npx claudepluginhub bendrucker/claude --plugin interviewInterviews the user one question at a time to resolve ambiguity before implementation. Use when planning is done but unknowns remain, or when asked to be interviewed.
Interviews the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree.
Elicits detailed user requirements via structured AskUserQuestion interviews confirming goals, scope, constraints, priorities, and success criteria before coding to prevent assumptions.