| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "course-designer",
- "version": "1.0.0",
- "description": "帮助设计和规划课程内容,包括课程大纲、学习目标、教学计划和评估方案。适用于教育工作者、培训师或需要创建结构化学习内容的场景。",
- "author": "Teaching AI",
- "type": "workflow-plugin",
- "workflows": [
- {
- "id": "course-designer",
- "name": "课程设计技能",
- "description": "帮助设计和规划课程内容,包括课程大纲、学习目标、教学计划和评估方案。适用于教育工作者、培训师或需要创建结构化学习内容的场景。",
- "steps": [
- {
- "id": 1,
- "name": "**需求分析**",
- "description": "**需求分析**",
- "type": "instruction"
- },
- {
- "id": 2,
- "name": "**内容规划**",
- "description": "**内容规划**",
- "type": "instruction"
- },
- {
- "id": 3,
- "name": "**活动设计**",
- "description": "**活动设计**",
- "type": "instruction"
- },
- {
- "id": 4,
- "name": "**评估设计**",
- "description": "**评估设计**",
- "type": "instruction"
- }
- ],
- "inputs": [],
- "outputs": []
- }
- ]
- }
|