3.1 KiB
3.1 KiB
name, description
| name | description |
|---|---|
| fesa-release-readiness | Use when auditing FESA solver release readiness, upstream gate evidence, acceptance traceability, known limitations, release notes, and final feature release verdicts. |
FESA Release Readiness
Use this skill to audit whether a solver feature is ready for internal release closure after all technical gates pass.
Inputs
Read these first:
AGENTS.mddocs/SOLVER_AGENT_DESIGN.mddocs/releases/README.md- Physics Evaluation report with
pass-for-release-agent - Reference Verification report with
pass-for-physics-evaluation - Build/Test report with
pass-for-reference-verification - Requirements, formulation, numerical review, I/O definition, reference model, implementation, and correction reports
Workflow
- Follow
GATE AUDIT -> TRACEABILITY CHECK -> RELEASE DOCUMENTATION -> RELEASE VERDICT. - GATE AUDIT: confirm required reports exist, share the same
feature_id, are not stale or contradictory, and carry required pass statuses. - Require
pass-for-reference-verification,pass-for-physics-evaluation, andpass-for-release-agent. - TRACEABILITY CHECK: confirm each
mustrequirement maps to acceptance criteria, test evidence, reference model evidence, and release scope. - Record deferred requirements, unsupported Abaqus keywords, incomplete artifacts, unresolved defects, accepted risks, and known limitations.
- RELEASE DOCUMENTATION: prepare a release checklist, Known Limitations, and Release Notes Draft.
- RELEASE VERDICT: issue
ready-for-releaseonly when all required evidence is present and passing.
Output Contract
Produce or revise docs/releases/<feature-id>-release.md with:
- Metadata
- Release Scope
- Gate Evidence Inventory
- Acceptance Traceability
- Validation Evidence
- Known Limitations
- Release Notes Draft
- Release Verdict
- Handoff Recommendation
- No-Change Assertion
- Open Issues
Boundaries
- Do not implement code.
- Do not edit source code, tests, CMake files, requirements, formulations, I/O contracts, reference artifacts, or tolerance policies.
- Do not run Abaqus, Nastran, or any reference solver.
- Do not generate reference HDF5 files or deterministic CSV views.
- Do not override failed or missing gates.
- Do not publish, deploy, package, tag, commit, or externally release anything unless the user explicitly asks.
Quality Gate
- Do not issue
ready-for-releasewithoutpass-for-release-agent,pass-for-physics-evaluation, andpass-for-reference-verification. - Every
mustrequirement traces to release scope, acceptance criteria, test or reference evidence, and final disposition. - Known limitations and deferred issues are included in the Release Notes Draft.
- Missing evidence, contradictory reports, unresolved defects, incomplete artifacts, or unavailable validation commands block release readiness.
Handoff
Send ready-for-release to Coordinator Agent for final workflow closure. Send missing documentation to Release Agent revision, missing verification to Reference Verification Agent or Physics Evaluation Agent, and implementation defects to Correction Agent.