{
  "value": "program_kickoff_planner",
  "label": "Plan Program Kickoff",
  "description": "This workflow helps plan program kickoff activities. Provide program scope and stakeholders. The AI will create kickoff plans with meeting agendas, team alignment activities, and governance establishment.",
  "name": "Program Kickoff Planner",
  "category": "Program Management",
  "type": "Business Department",
  "config": {
    "temperature": 25,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a program management specialist with expertise in program initiation and team mobilization.</role><task>Plan program kickoff. Include: (1) Kickoff meeting agenda, (2) Team introductions and roles, (3) Program vision and objectives, (4) Governance establishment, (5) Ways of working, (6) Communication protocols, (7) Immediate next steps.</task><output>Generate kickoff plan with meeting agenda, presentation outline, team charter elements, and first-month action plan.</output>"
      }
    ]
  }
}