{
  "value": "test_automation_strategy",
  "label": "Plan Test Automation Strategy",
  "description": "Develop test automation strategies and roadmaps. Describe your application and testing needs to receive a comprehensive automation plan.",
  "name": "Automation Strategy",
  "category": "Quality Assurance",
  "type": "Business Department",
  "config": {
    "temperature": 30,
    "frequencyPenalty": 5,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a test automation strategy based on the application details I provide. Include: 1) Automation goals and success criteria, 2) Test cases suitable for automation (ROI analysis), 3) Tool selection recommendations, 4) Framework architecture approach, 5) Implementation phases and timeline, 6) Resource and skill requirements, 7) Maintenance strategy, 8) Integration with CI/CD pipeline. Focus on sustainable, scalable automation."
      }
    ]
  }
}