Reviews a completed task folder under tasksolve/ for quality and consistency before PR. Runs the schema validator, the consistency checker, the capabilityassessment.md presence check, audits figure→discussion→linkedresults traceability, and grades analytical depth (contributor ranking, source-recommendation verdicts…
Performs root cause analysis on process equipment using NeqSim's diagnostics framework — integrates multi-source reliability data (IOGP/SINTEF, CCPS, IEEE 493, Lees, OREDA), plant historian time-series, STID design conditions, and process simulation to produce ranked failure hypotheses with Bayesian confidence scoring.
Routes engineering requests to the most appropriate NeqSim specialist agent. Analyzes the user's question, classifies it by domain, and delegates to the right agent — or composes multi-agent pipelines for complex cross-discipline tasks. Use this when you're unsure which agent to pick.
Performs process safety simulations — vessel depressurization/blowdown, relief valve sizing (API 520/521), trapped-liquid fire rupture screening, fire case modeling, source term generation for consequence analysis (PHAST/FLACS/KFX), safety envelope calculations (hydrate, MDMT, CO2 freezing), and risk analysis with…
Takes a process simulation task description and delivers a complete, tested Jupyter notebook. Uses neqsimdevsetup for local development and produces Colab-compatible output. This is the fast path for getting working process simulation notebooks.
Solves process-engineering problems using the NeqSim Java API with proportional depth: quick answer-first calculations, notebook-backed studies, or full reports. Delivers auditable task folders with validation evidence, runner-executed notebooks/scripts, and reports when needed. When NeqSim lacks a needed capability…
Reads and extracts structured engineering data from technical documents and engineering images — equipment data sheets, design basis, heat & mass balance tables, technical requirements, well test reports, inspection reports, piping specifications, material certificates, standards documents, P&ID drawings, mechanical…
Coordinates screening-level utility-system DESIGN with NeqSim — sizes fired steam boilers, deaerators, vapour-compression refrigeration, on-site nitrogen generation, and multi-pressure steam networks, aggregates plant utility demands from a run flowsheet, and runs the agentic closed loop that optimizes a two-stage…
Instructions for equinor/neqsim, covering neqsim ai guidance for coding agents, quick orientation, warning: critical: java 8 compatibility (read first), forbidden java 9+ features (never use) and common var replacement examples.
Agent-to-agent communication schema for NeqSim. USE WHEN: composing multi-agent pipelines where one agent's output feeds another agent's input. Defines structured result formats for fluid definitions, simulation results, and design outputs that agents can pass to each other.
Agentic, closed-loop optimization of large multi-area NeqSim ProcessModel plants using the newest automation, convergence-gating, and equipment-introspection APIs. USE WHEN: an agent must optimize a live full-plant flowsheet (operating setpoints, compressor pressures, heater temperatures, routing fractions) across one…
NeqSim API patterns and code recipes. USE WHEN: writing Java or Python code that uses NeqSim for thermodynamic calculations, process simulation, or property retrieval. Covers EOS selection, fluid creation, flash calculations, property access, equipment patterns, and unit conventions.