AI & ML
Trust: 32/100 (Limited)io.github.teabagkim/interview-mode Guide
Structured interviewer for Claude Code — probing questions, decision tracking, evolving checkpoints.
by teabagkim
Quick Start
Install
npx claude-interview-modeClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-teabagkim-interview-mode": {
"command": "npx",
"args": [
"claude-interview-mode"
]
}
}
}