Thesis computational evidence
Skill lihongqing2001-gif/chinese-thesis-production-skills/skills/thesis-computational-evidence
Evidence-first Codex skills for guided Chinese STEM thesis production
npx -y skills add lihongqing2001-gif/chinese-thesis-production-skills --skill thesis-computational-evidenceAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 13 days oldThe repository was created 13 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Plan, execute, audit, and write CFD or molecular-dynamics evidence for a STEM thesis. Use when defining geometry, materials, porous parameters, heating or puffing profiles, species/source terms, meshes, solver settings, convergence, conservation, validation, post-processing, figure sets, or deciding whether simulation results can support a thesis conclusion.
SKILL.md
2.6 KB, as published. Nobody here has run it
Thesis Computational Evidence
Treat simulation as an experiment with a complete provenance chain.
Required workflow
- Define the scientific question and the comparison cases.
- Create
model_manifest.jsonbefore running the solver. - Source geometry, material properties, boundary conditions, and time profiles.
- State governing equations, assumptions, and enabled physics.
- Build and report mesh quality and grid-independence cases.
- Define solver settings, residual targets, physical monitors, and stop criteria.
- Run actual cases and preserve native projects, journals/scripts, logs, and exports.
- Check mass/energy/species conservation.
- Calibrate or validate against independent experimental data.
- Export reproducible quantitative monitors and publication figures.
- Write only conclusions allowed by the validation state.
Read references/model-evidence-policy.md before interpreting results and references/cfd-md-checklist.md before production runs.
Non-negotiable boundaries
- Do not describe a planned or remotely launched case as completed.
- Do not claim water/glycerol transport unless the relevant species model and source terms were enabled.
- Do not use a mesh-cell-count threshold as proof of adequacy; use quality and independence tests.
- Do not infer porous resistance from unrelated materials without labeling the assumption and sensitivity.
- Do not claim an interface or molecular mechanism from continuum CFD alone.
- Do not use MD snapshots as quantitative release kinetics without a documented scale bridge.
- Do not replace missing validation with literature similarity.
Thesis writing levels
planned: methods and required data only.exploratory: trends/sensitivity with assumptions disclosed.validated: quantitative comparison supported by independence, conservation, and experiment.
Only validated cases may support quantitative predictive conclusions.
Tool
python scripts/audit_model_manifest.py simulations/model_manifest.json \
--project-root . --strict --report reports/model-audit.json
Route exported plot/readability checks to thesis-figure-table-audit and DOCX integration to thesis-docx-production.