| name | solver-status-gate |
|---|---|
| description | Use when an analysis run must be classified without confusing datacheck success or solver completion with physical correctness. |
Use after a solver process, datacheck, restart, or post-processing job finishes and before describing the model as validated or publishable. The skill applies to Abaqus and other analysis tools because it reasons about states, not vendor-specific log wording.
- Datacheck or preprocessing status and log evidence.
- Analysis completion status, increment/step coverage, warnings, and termination reason.
- Physical-review status, including boundary conditions, material response, mesh, convergence, and baseline checks.
- The intended claim and its required acceptance threshold.
Write three independent statuses: datacheck, analysis, and physics_review. Produce a gate table with evidence IDs, open issues, and a verdict. Use PASS only when the declared physical-review gate is closed; otherwise use CONDITIONAL or BLOCKED.
- A green process exit code cannot close a physics-review gate.
- A completed step with warnings or missing frames must remain conditional until reconciled.
- Do not infer physical validity from residuals, stable increments, or a plausible-looking contour alone.
- Preserve the exact termination reason and the log source.
- If a required gate failed, stop publication wording and return
BLOCKED.
- “Classify this run from the log summary and separate calculation completion from physical review.”
- “Build a gate table for datacheck pass, analysis complete, and boundary-condition review pending.”
- “What evidence is still required before the claim can say ‘validated’?”
- Classify datacheck, analysis, and physics-review states from a solver report.
- Decide whether warnings, missing frames, or an open review gate keep a result conditional.
- Build a gate table that separates numerical completion from physical correctness.
- Do not route a request to track file transformations and parent digests to this skill.
- Do not route a request to rewrite a claim against evidence when solver states are already settled.
- Reporting “solver success = model verified”.
- Treating a datacheck as an analysis result.
- Ignoring a cutback, incomplete frame range, or unconverged increment.
- Overwriting
CONDITIONALwithPASSbecause the requested report is due.
- Datacheck, analysis, and physical review are separate fields.
- Each status cites a log, frame inventory, or review record.
- Warnings, incomplete steps, and open physics questions are retained.
- The verdict follows the strictest open gate.
- The report language matches the verdict and does not overclaim validation.