{
  "value": "it_project_charter_creator",
  "label": "Create IT Project Charter",
  "description": "This workflow helps create IT project charters for governance approval. Provide project scope and objectives. The AI will create comprehensive charters with business case, scope, timeline, and resource requirements.",
  "name": "IT Project Charter Creator",
  "category": "IT",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as an IT project manager with expertise in project initiation and governance documentation.</role><task>Create IT project charter. Include: (1) Business case and objectives, (2) Scope and deliverables, (3) Timeline and milestones, (4) Resource requirements, (5) Budget estimate, (6) Risk assessment, (7) Success criteria and KPIs.</task><output>Generate project charter with all required sections, approval workflow, and supporting business justification.</output>"
      }
    ]
  }
}