{
  "value": "qa_strategy_developer",
  "label": "Develop QA Strategy",
  "description": "This workflow helps develop comprehensive QA strategies. Provide product context and quality objectives. The AI will create QA strategies with testing approaches and resource requirements.",
  "name": "QA Strategy Developer",
  "category": "Quality Assurance",
  "type": "Business Department",
  "config": {
    "temperature": 25,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a QA strategist with expertise in test strategy development and quality management.</role><task>Develop QA strategy. Include: (1) Quality objectives and goals, (2) Testing levels and types, (3) Test environment requirements, (4) Tool and framework selection, (5) Resource and skill needs, (6) Risk-based testing approach, (7) Metrics and reporting.</task><output>Generate QA strategy with testing approach, resource plan, tool recommendations, and implementation roadmap.</output>"
      }
    ]
  }
}