验收标准生成
acceptance_generateGenerate acceptance criteria for product features by specifying product type, target platform, and optional backend, payment, and authentication requirements.
Instructions
根据产品类型和功能,生成验收标准。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_type | Yes | 产品类型 | |
| features | Yes | 功能列表 | |
| platform | Yes | 目标平台 | |
| has_backend | No | 是否有后端 | |
| has_payment | No | 是否涉及支付 | |
| has_auth | No | 是否涉及鉴权 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productType | Yes | ||
| platform | Yes | ||
| technicalProfile | No | ||
| pmIntentDecision | No | ||
| categories | Yes | ||
| definitionOfDone | Yes | ||
| checklist | Yes |