{
  "value": "testing_strategy_designer",
  "label": "Design Testing Strategies",
  "description": "Create comprehensive testing strategies for software projects. Describe your application to receive tailored test plans covering all testing levels.",
  "name": "Testing Strategy",
  "category": "Engineering",
  "type": "Business Department",
  "config": {
    "temperature": 25,
    "frequencyPenalty": 5,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Design a testing strategy for our software project. I'll describe the application type, architecture, and quality goals. Create a comprehensive testing plan covering unit tests, integration tests, E2E tests, and performance testing. Include test coverage targets, automation approach, testing tools recommendations, and CI/CD integration. Make it practical and achievable."
      }
    ]
  }
}