{
  "value": "maintenance_procedure_writer",
  "label": "Write Maintenance Procedures",
  "description": "Create detailed maintenance procedures for aircraft systems and components. Provide system descriptions and maintenance requirements to generate step-by-step procedures following aerospace maintenance manual standards.",
  "name": "Maintenance Procedures",
  "category": "Aerospace",
  "type": "Industry",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a maintenance procedure for an aircraft system or component. I'll describe what needs maintenance and any specific requirements. Generate step-by-step instructions that include safety precautions, required tools and materials, detailed procedural steps, torque specifications where relevant, and post-maintenance testing. Format it like an aircraft maintenance manual with clear warnings and cautions."
      }
    ]
  }
}