modify agent and skill

This commit is contained in:
NINI
2026-06-08 01:43:17 +09:00
parent 92a5cb19c0
commit 0c151cae56
12 changed files with 60 additions and 52 deletions
@@ -5,7 +5,7 @@ FESA will implement an initial finite element structural solver feature named `m
The implementation must follow the full solver development workflow:
1. Define solver feature requirements.
1. Analyze new solver feature requirements.
2. Research books, papers, manuals, and related solver implementations.
3. Write the finite element formulation required for code implementation.
4. Define solver input and output data contracts.
@@ -56,10 +56,10 @@ Primary conceptual modules:
- `ResultWriter`: HDF5 output.
- `ReferenceComparator`: HDF5 reference comparison.
## Step 1: Requirements Baseline
## Step 1: New Solver Feature Requirements Analysis
Create `docs/requirements/mitc4-linear-static-shell.md`.
The requirement document must define:
The requirements analysis document must define:
- analysis type: linear static
- element type: MITC4 shell
- DOF order: `U1, U2, U3, UR1, UR2, UR3`