interview
Conduct structured interviews to clarify ambiguous requirements and generate interview records for feature development, preventing misunderstandings and rework.
Instructions
当用户需求不明确、需要澄清需求时使用。需求访谈工具,在开发前通过结构化提问澄清需求,避免理解偏差和返工;生成访谈记录文件供后续 start_feature/add_feature 使用;仅支持 feature 类型
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | 功能描述(如'实现用户登录功能'),用于开始访谈。可以是简短的自然语言描述 | |
| feature_name | No | 功能名称(kebab-case 格式,如 user-login)。可选,会自动从描述中提取 | |
| answers | No | 访谈问题的回答(JSON 对象,key 为问题 ID,value 为回答内容)。用于提交访谈结果 |