manifest.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "course-designer",
  3. "version": "1.0.0",
  4. "description": "帮助设计和规划课程内容,包括课程大纲、学习目标、教学计划和评估方案。适用于教育工作者、培训师或需要创建结构化学习内容的场景。",
  5. "author": "Teaching AI",
  6. "type": "workflow-plugin",
  7. "workflows": [
  8. {
  9. "id": "course-designer",
  10. "name": "课程设计技能",
  11. "description": "帮助设计和规划课程内容,包括课程大纲、学习目标、教学计划和评估方案。适用于教育工作者、培训师或需要创建结构化学习内容的场景。",
  12. "steps": [
  13. {
  14. "id": 1,
  15. "name": "**需求分析**",
  16. "description": "**需求分析**",
  17. "type": "instruction"
  18. },
  19. {
  20. "id": 2,
  21. "name": "**内容规划**",
  22. "description": "**内容规划**",
  23. "type": "instruction"
  24. },
  25. {
  26. "id": 3,
  27. "name": "**活动设计**",
  28. "description": "**活动设计**",
  29. "type": "instruction"
  30. },
  31. {
  32. "id": 4,
  33. "name": "**评估设计**",
  34. "description": "**评估设计**",
  35. "type": "instruction"
  36. }
  37. ],
  38. "inputs": [],
  39. "outputs": []
  40. }
  41. ]
  42. }