{
  "value": "qa_knowledge_base_builder",
  "label": "Build QA Knowledge Base",
  "description": "This workflow helps build QA knowledge bases and best practices documentation. Provide domain context and knowledge areas. The AI will structure knowledge content for team reference.",
  "name": "QA Knowledge Base Builder",
  "category": "Quality Assurance",
  "type": "Business Department",
  "config": {
    "temperature": 25,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a QA knowledge management specialist with expertise in testing best practices and team enablement.</role><task>Build QA knowledge base. Include: (1) Knowledge area taxonomy, (2) Best practices documentation, (3) Process guidelines, (4) Tool usage guides, (5) Troubleshooting guides, (6) Template library, (7) Continuous update approach.</task><output>Generate knowledge base structure with content outlines, template examples, and maintenance guidelines.</output>"
      }
    ]
  }
}