modify documents

This commit is contained in:
NINI
2026-05-01 02:29:30 +09:00
parent 4b89f4aa96
commit e99b5b8eff
65 changed files with 2814 additions and 72 deletions
@@ -0,0 +1,32 @@
---
name: fesa-mitc4-formulation
description: Work on or review MITC4 formulation details, benchmarks, or implementation notes using the documented baseline rather than memory.
---
# FESA MITC4 Formulation
Use this skill for MITC4 element math, implementation review, benchmark interpretation, or formulation documentation.
## Read First
- `/AGENTS.md`
- `/PROGRESS.md`
- `/PLAN.md`
- `/docs/MITC4_FORMULATION.md`
- `/docs/NUMERICAL_CONVENTIONS.md`
- `/docs/VERIFICATION_PLAN.md`
- `/docs/RESULTS_SCHEMA.md`
- `/docs/ARCHITECTURE.md`
## Workflow
1. Identify whether the work concerns basis construction, kinematics, transverse shear tying, drilling stiffness, integration, stress/resultant recovery, or benchmarks.
2. Check whether the relevant formula or convention is explicitly defined in `/docs/MITC4_FORMULATION.md`.
3. If it is not defined, treat it as a blocker or documentation task.
4. Keep Phase 1 focused on baseline formulation and reference benchmark passing.
## Do Not
- Do not infer missing tying-point equations from memory.
- Do not introduce S4R or reduced-integration behavior into Phase 1.
- Do not optimize before the baseline passes documented reference benchmarks.