Generate concrete metamaterial design hypotheses with geometric parameters, CST simulation specs, and evidence links. Use when you need simulation-ready candidate designs from mapped families.
Generate concrete, simulation-ready design hypotheses with full CST specifications.
When this skill is invoked (typically after family mapping):
For each top-ranked family, generate a hypothesis with:
Material selection (from D:/Claude/target_to_hypothesis/config/material_database.yaml):
Geometric description: human-readable shape description from ontology templates, filled with actual parameter values. This tells the CST simulation module exactly what shape to build.
Run via Python:
cd D:/Claude && python -c "
from target_to_hypothesis.skills.hypothesis_generator import generate_hypotheses
# hypotheses = generate_hypotheses(target, family_mapping, synthesis, llm_fn=my_llm_fn)
"
D:/Claude/target_to_hypothesis/skills/hypothesis_generator.py
D:/Claude/target_to_hypothesis/config/family_ontology.yaml
D:/Claude/target_to_hypothesis/config/material_database.yaml
D:/Claude/target_to_hypothesis/models/hypothesis.py (Hypothesis, CSTSimulationSpec, LayerDefinition)