2.6 KiB
2.6 KiB
name, description
| name | description |
|---|---|
| fesa-numerical-review | Use when independently reviewing FESA FEM numerical review evidence, formulation correctness, stability risks, patch tests, locking, Jacobian handling, and implementation planning readiness. |
FESA Numerical Review
Use this skill to review a formulation as a numerical algorithm contract before implementation planning.
Inputs
Read these first:
AGENTS.mddocs/SOLVER_AGENT_DESIGN.mddocs/numerical-reviews/README.mddocs/formulations/<feature-id>-formulation.md- Related requirements and research documents when needed
Workflow
- Lead with findings and required revisions.
- Check dimensional consistency, signs, DOF ordering, constrained/free assumptions, and coordinate transforms.
- Review B matrix or kinematic operator consistency.
- Review constitutive matrix or stress update contract.
- Review Jacobian rules, determinant checks, derivative transforms, and distortion handling.
- Review integration rule, Gauss points, weights, and full/reduced/selective integration policy.
- Check element residual, internal force, external force, stiffness, tangent, symmetry, and positive definiteness expectations.
- Assess rigid body modes, patch test readiness, hourglass, shear locking, volumetric locking, singular Jacobian, conditioning, and convergence risk.
- Decide status:
pass-for-implementation-planning,needs-formulation-revision,needs-research,needs-reference-model, orblocked.
Output Contract
Produce or revise docs/numerical-reviews/<feature-id>-review.md with:
- Metadata and source formulation
- Review Verdict
- Critical Findings
- Numerical Risk Assessment
- Consistency Checks
- Verification Readiness
- Required Revisions
- Downstream Handoff
Boundaries
- Do not implement code.
- Do not edit formulations directly.
- Do not design C++ APIs or file ownership.
- Do not run Abaqus, Nastran, or any reference solver.
- Do not generate reference CSVs.
- Do not approve release readiness.
- Do not decide reference comparison success.
Quality Gate
pass-for-implementation-planningmeans implementation planning may begin, not that the feature is complete.- Confirmed defects, risks, open questions, and test recommendations are separated.
- Missing derivations are returned to Formulation Agent instead of being silently fixed.
- Evidence gaps are routed to Research Agent or Reference Model Agent.
Handoff
Send pass results to Implementation Planning Agent and Reference Model Agent. Send math defects to Formulation Agent, source gaps to Research Agent, and blocked decisions to Coordinator Agent.