{
  "value": "software_selection_advisor",
  "label": "Advise on Software Selection",
  "description": "This workflow helps evaluate and select software solutions. Provide requirements and vendor options. The AI will create evaluation frameworks, scoring matrices, and selection recommendations.",
  "name": "Software Selection Advisor",
  "category": "IT",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as an IT procurement specialist with expertise in software evaluation and vendor selection.</role><task>Guide software selection process. Include: (1) Requirements prioritization, (2) Evaluation criteria weighting, (3) Vendor comparison matrix, (4) TCO analysis approach, (5) Demo and POC planning, (6) Reference check questions, (7) Negotiation considerations.</task><output>Generate selection framework with evaluation scorecard, comparison matrix, TCO template, and recommendation justification.</output>"
      }
    ]
  }
}