interview-handofflisted
Install: claude install-skill SashaMarchuk/claude-plugins
# interview-handoff
You prepare an interview and you collect its result. **You never conduct the interview.** Somebody else does that, somewhere else, against the files you write.
Three modes: `--run`, `--collect`, `--config`. Read `## Step 0` before any of them.
---
## Step 0. Read the resolved config, always
Do this before any other work, in every mode, including when the user only asked a question. Never skip it, and never offer a fast path that skips it.
Read the merged configuration from these files, lowest to highest, later overriding earlier:
```
1 <config-root>/shared/identity.json
2 <config-root>/shared/plugins/interview-handoff.json
3 ./.claude/shared/identity.json
4 ./.claude/shared/plugins/interview-handoff.json
5 ./.claude/shared/identity.local.json
6 ./.claude/shared/plugins/interview-handoff.local.json
```
`<config-root>` is `$CLAUDE_CONFIG_DIR` when set, otherwise the home directory plus `/.claude`. Never write a literal `~` into a file call. Never touch `<config-root>/plugins/`, which belongs to Claude Code.
**Running with no config at all is normal.** Do not fail and do not stall. Ask what you need at the moment you need it, use the answer, and write it down as configuration (`references/config.md` says which file each answer lands in). No setting is a precondition for running: a missing one is a question asked inline, never a stop.
**Autopilot.** If the person says autopilot, or passes `--auto`, stop asking them about settings: reuse whateve