From interview
Run an interview workflow step for a candidate. Steps: create (init workspace), assess (pre-screening assessment from resume), questions (build interview guide), evaluate (post-interview scored evaluation). Usage - /interview <step> [CandidateName]. Route to the matching /interview:<step> command.
How this skill is triggered — by the user, by Claude, or both
Slash command
/interview:interviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Route the user to the correct interview command based on the step requested.
Route the user to the correct interview command based on the step requested.
Parse:
step — one of: create, assess, questions, or evaluateCandidateName — the candidate's name as used in filenames (not required for create)| Step | Routes to |
|---|---|
create | /interview:create |
assess | /interview:assess-candidate <CandidateName> |
questions | /interview:build-questions <CandidateName> |
evaluate | /interview:evaluate-candidate <CandidateName> |
If no step is provided, list all four steps with one-line descriptions and ask the user which to run.
If no candidate name is provided for assess, questions, or evaluate, list available candidates from candidates/ using Bash(ls candidates/) and ask.
candidates/, questions/, evaluations/, interviews/, job-description/) and scaffold dnuckolls_intro.md if not present. Run this first in a new directory.questions/<Name>_assessment.md with strengths, gaps, and two tailored interview questions.questions/<Name>_questions.md with the interviewer intro, four to five core questions, follow-ups, and listen-fors.evaluations/<Name>_evaluation.md and a PDF.create → [add resume + JD] → assess → questions → [conduct interview] → evaluate
If a user skips ahead (e.g., runs evaluate without a prior assessment), proceed — but note which upstream files are missing.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub glorykidd/marketplace --plugin interview