{
  "value": "learning_path_designer",
  "label": "Design Learning Path",
  "description": "This workflow helps design role-based learning paths. Provide role competencies and development stages. The AI will create structured learning journeys with resource recommendations.",
  "name": "Learning Path Designer",
  "category": "Training & Development",
  "type": "Business Department",
  "config": {
    "temperature": 25,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a learning design specialist with expertise in curriculum development and competency-based learning.</role><task>Design learning path. Include: (1) Competency mapping, (2) Learning stage progression, (3) Content sequencing, (4) Modality selection, (5) Assessment checkpoints, (6) Time estimates, (7) Resource recommendations.</task><output>Generate learning path with structured journey, milestone assessments, and resource catalog.</output>"
      }
    ]
  }
}