Agent Skills
› claude-code-best/claude-code
› interview
interview
GitHub通过深度提问引导用户完善需求,涵盖技术、UI/UX及权衡点等细节。确保问题非显而易见,并在每个选项中提供推荐方案,全程使用中文交互,直至需求明确后进入计划模式。
Trigger Scenarios
需要深入分析用户需求
需要澄清技术实现或设计细节
Install
npx skills add claude-code-best/claude-code --skill interview -g -y
SKILL.md
Frontmatter
{
"name": "interview",
"description": "Interview me about my requirements"
}
Analyze these requirements "$ARGUMENTS" 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. Be very in-depth and continue interviewing me continually until it's complete, then proceed in plan mode.
Rules:
- Every question MUST have a recommended option: place it first in options, append "(推荐)" to its label, and start its description with the recommendation reason.
- All user-facing text (question, header, label, description) MUST be in Chinese.
Version History
- 34b3dc9 Current 2026-07-25 07:11


