AgentSkillsCN

interview:clarify

针对执行时的澄清需求,开展有针对性的访谈。适用于在实施过程中遇到模糊地带或决策节点,需要在继续推进之前征求用户意见时使用。

SKILL.md
--- frontmatter
name: interview:clarify
description: |
  Targeted interview for execution-time clarification. Use when you hit an ambiguity or decision point during implementation that needs user input before proceeding.
context: fork

Clarification Interview

Ask targeted questions using AskUserQuestion to resolve a specific blocker.

When to Use

  • Implementation detail is ambiguous
  • Multiple valid approaches exist
  • Edge case behavior is undefined
  • User preference affects the solution

Interview Style

  • Focused - Address the immediate blocker, not comprehensive coverage
  • Targeted - Usually 1-2 questions at a time
  • Actionable - Each question should unblock progress
  • Context-rich - Explain why you're asking and what the options mean

Output

Resume implementation after receiving answers. Do not write to files.