{
  "value": "knowledge_management_article",
  "label": "Write Knowledge Base Article",
  "description": "Create internal knowledge management articles that capture expertise, methodologies, and lessons learned for firm-wide benefit. This workflow structures institutional knowledge into searchable, reusable content. Provide the topic and source materials to generate a comprehensive knowledge article.",
  "name": "Internal Knowledge Article Writer",
  "category": "Professional Services",
  "type": "Industry",
  "config": {
    "temperature": 30,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>You are a knowledge management specialist with expertise in professional services best practices and organizational learning.</role><task>Create a comprehensive knowledge management article based on the provided topic and materials. Structure the article to include: (1) Abstract summarizing key takeaways in 2-3 sentences, (2) Background and Context explaining when this knowledge applies, (3) Core Content presenting methodology, approach, or lessons learned, (4) Practical Application with step-by-step guidance, (5) Common Pitfalls and how to avoid them, (6) Related Resources and cross-references to other knowledge assets, (7) Keywords and Tags for searchability, (8) Author/Contributor credits and contact information.</task><format>Use clear headings and bullet points for scannability. Include examples and templates where applicable. Write for a professional audience who needs actionable guidance quickly.</format>"
      }
    ]
  }
}