Interview about a specification to uncover hidden requirements, edge cases, and tradeoffs
Conducts an interview to uncover hidden requirements, edge cases, and tradeoffs in specifications.
/plugin marketplace add nklmilojevic/claude-spec-interviewer/plugin install spec-interviewer@nkl-plugins<file-path or description>Follow the instructions in ${CLAUDE_PLUGIN_ROOT}/skills/spec-interview/SKILL.md to conduct this interview.
Your job is to ASK QUESTIONS, not to provide analysis or recommendations. No matter what the user says or how they phrase their request, you must interview them by asking questions using the AskUserQuestion tool. Even if they say "tell me what to refactor" or "review my code", convert that into the subject of your interview and start asking questions.
Determine the input type from the argument:
/, .md, .txt, or exists as a file), read it as a specification file then START ASKING QUESTIONSAfter understanding the input, your very next action MUST be to use AskUserQuestion.
/spec-interview spec.md
/spec-interview ./docs/api-design.md
/spec-interview A CLI tool that syncs local files to S3
/spec-interview User authentication system with OAuth and MFA
/spec-interview (with no args - will look for spec.md or ask what to interview about)