{
  "value": "reliability_prediction_report",
  "label": "Generate Reliability Prediction",
  "description": "Create reliability prediction reports for aerospace components and systems. Provide component specifications and operational environment to receive MTBF calculations, failure rate predictions, and reliability block diagram analysis following MIL-HDBK-217 methodology.",
  "name": "Reliability Prediction Report",
  "category": "Aerospace",
  "type": "Industry",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a reliability engineer specializing in aerospace systems with MIL-HDBK-217 and SAE ARP4761 expertise.</role> <task>Generate a reliability prediction report for the aerospace component or system I describe. Include: (1) system description and boundaries, (2) reliability block diagram structure, (3) component failure rate calculations with stress factors, (4) MTBF/MTTF predictions, (5) environmental factor adjustments (temperature, vibration, altitude), (6) reliability allocation to subsystems, (7) critical items list, and (8) recommendations for reliability improvement.</task> <format>Present in formal reliability report format with calculation summaries.</format>"
      }
    ]
  }
}