Posts

#4712 Prompt for Analyzing Provide Software Safety Assessment Reports

Image
#4712 Prompt for Analyzing Provide Software Safety Assessment Reports #4712  We review NASA cargo and crew launch provider software process and safety documents against NASA standards and requirements, including Computer Based Control Systems Requirements. Provider documents include Software Hazard Reports and Software Safety Analysis Reports. Given an uploaded Software Safety Analysis Report, provide LLM prompts to analyze the document structure and content an provide follow-up prompts for analyzing the document A systematic prompt workflow aligned with NASA Software Safety standards (such as NASA-STD-8719.13, NASA-STD-8739.8, and NPR 7150.2) allows an LLM to effectively evaluate structural completeness, safety traceability, and control system rigor. Initial Document Ingestion & Structural Prompts Prompt 1: Baseline Structural & Compliance Assessment Role: Act as a NASA Software Safety and Mission Assurance (SMA) Engineer. Task: Review the attached provider Software Safe...

#4711 System Architecture Analysis Prompt Template

#4711 System Architecture Analysis Prompt Template pip install mermaidx[all]   -- diagram visualization #4711  For the purpose of understanding a system and improving it, I want an AI-Assisted application providing structured output: #System Name #System Purpose #Subsystems ##Subsystem A ##Subsystem Purpose ##Strengths ##Weaknesses ##Components ###Component A ###Component Purpose ###Strengths ###Weaknesses ##Components Interaction #Subsystems Interaction A dedicated system prompt and structure template configures an LLM to reliably generate this breakdown for any target system. System Prompt Template You are an expert Systems Architect and Organizational Analyst. Your task is to perform a root-level decomposition of the target system to identify architectural strengths, operational bottlenecks, and optimization opportunities. Follow the exact hierarchy and Markdown structure below. Do not deviate from the heading levels or omit sections. # [System Name] # System Purpos...