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 relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree.
Interviews the user relentlessly about a plan or design to reach shared understanding, resolving each branch of the decision tree. Use for stress-testing plans or when the user says 'grill me'.
Elicits detailed user requirements via structured AskUserQuestion interviews confirming goals, scope, constraints, priorities, and success criteria before coding to prevent assumptions.