requirement-analysis
SKILL.md
需求解读分析 Skill
Input Schema (JSON)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "RequirementAnalysisInput",
"type": "object",
"properties": {
"project_info": {
"type": "string",
"description": "结构化项目信息(来自结构化输出项目信息节点),包含 project_intro, target_users, ideal_state, core_value, mid_short_term_goals 等字段的 JSON 文本"
},
"demand": {
"type": "string",
"description": "原始需求描述(来自用户输入的项目需求)"
},
"meeting_notes": {