You are helping me build the following AI agent workflow. ## Goal Hazard Analysis for ISO 26262: Upload a systems description file to generate ISO 26262 hazard analysis reports with S/E/C scores and ASIL validation in minutes. ## Specification - What it does: Upload your systems description file to instantly generate ISO 26262 hazard analysis reports with S/E/C scores and ASIL validation. This process cuts your documentation time from weeks to minutes while ensuring accuracy through built-in human validation layers. - Trigger: Run manually (Manual ยท on demand) - Autonomy: You stay in control - Expected setup effort: about an afternoon - Tools/services involved: - AI Agent: Orchestrating the workflow - OpenAI Chat Model: Generating hazard analysis and reports - Simple Memory: Storing context during analysis ## Known pitfalls, handle each one explicitly in your implementation 1. ISO 26262 requires traceable reasoning for ASIL assignments so prompt engineering should force step-by-step justification in the output. 2. Context windows can overflow when processing large complex systems so implement chunking strategies to keep relevant data within token limits. 3. Incorrect S/E/C scoring leads to non-compliance so build a deterministic validation layer that flags scores outside expected ranges for human review. ## Reference implementation https://n8n.io/workflows/5594 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/automated-hazard-analysis-for-iso-26262/ via usecasesforagents.com