产品规格助手
product_spec_assistPrevents premature coding by auto-classifying user requests into product development, UI modification, debug, or launch, then calling the relevant specification module.
Instructions
统一入口:根据用户原话自动判断场景(产品开发、UI 修改、Debug、上线),并调用对应能力。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | 用户原话,必填 | |
| known_context | No | 已有上下文 | |
| preferred_platform | No | 用户已知平台 | unknown |
| strictness | No | 追问强度 | normal |
| auto_execute | No | 是否允许自动调用对应 engine |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routedIntent | Yes | ||
| selectedTool | Yes | ||
| executed | Yes | ||
| result | Yes | ||
| nextAction | Yes | ||
| technicalProfile | No | ||
| pmIntentDecision | No | ||
| quickQuestions | Yes | ||
| agentGuidance | Yes |