返回 Skill 列表
extension
分类: 开发与工程无需 API Key

moonshot-detect-uncertainty

检测缺失的需求并生成澄清问题。在分类/复杂性之后使用,以决定是否需要用户输入。

person作者: jakexiaohubgithub

PM Uncertainty Detection

Inputs

  • analysisContext.request.userMessage
  • analysisContext.request.keywords
  • analysisContext.request.taskType
  • analysisContext.signals.hasContextMd

Triggers and questions

  • UI/version: if UI/screen keywords exist, confirm design spec version
  • API: if API keyword exists, confirm endpoint, request/response schema, error format
  • Date range: if date/period keywords exist, confirm single vs range
  • Paging: if list/table keywords exist, confirm server vs client paging
  • Error handling: for new features, confirm alert/toast/inline policy

Output (patch)

missingInfo:
  - category: api-spec
    priority: HIGH
    question: "Please share the API endpoint, request/response schema, and error format."
    reason: "A stable contract is required for mock and type definitions."
signals.hasPendingQuestions: true