kellykampen

Interview Feature — Development skill for Claude Code

Development community

Interview me about a feature and make a plan.

How to install Interview Feature

Installs to ~/.claude/skills/kellykampen-agent-skills-interview-feature/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kellykampen-agent-skills-interview-feature && curl -fsSL https://raw.githubusercontent.com/kellykampen/agent-skills/HEAD/commands/interview-feature.md -o ~/.claude/skills/kellykampen-agent-skills-interview-feature/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Interview Feature does


description: Interview me about a feature and make a plan argument-hint: [plan] model: opus

Read this comment $1 and interview me in detail using the AskUserQuestionTool about literally anything: technical implementation, UI & UX, concerns, tradeoffs, etc. but make sure the questions are not obvious.

If you are in a git repo, then be sure to check the current codebase and ask relevante questions, as this is likely a feature or refacotor of the current codebase.

Be very in-depth and c

Alternatives in Development

Full documentation available on GitHub

View Source Repository