design-methodology-pipeline
SKILL.md
设计方法论分析编排 Skill
Input Schema (JSON)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "DesignMethodologyPipelineInput",
"type": "object",
"properties": {
"project_name": {
"type": "string",
"description": "项目名称"
},
"demand": {
"type": "string",
"description": "原始需求描述"
},
"meeting_notes": {