원클릭으로
nonvisual-materials-lead
Infer nonvisual material properties such as thermal, acoustic and electrical behaviour with uncertainty.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Infer nonvisual material properties such as thermal, acoustic and electrical behaviour with uncertainty.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Perform mandatory vision-guided and tool-assisted verification of candidate geometry before canonical promotion.
Convert a run request into a skill sequence, provider assignment and validation plan.
This skill should be used when a user says "I have a photo", "I have a mesh", "I have CAD drawings", "I need physics" or "I just need textures", asks an agent to turn an asset goal into a run-request JSON or supplies an existing run request for intake and start-up.
Identify available capabilities and tools, select primaries over fallbacks and install what a run needs on demand.
Run schema, source, render, physics, articulation, runtime, RL and governance gates.
Run declared external models through manifest controlled execution.
| name | nonvisual-materials-lead |
| description | Infer nonvisual material properties such as thermal, acoustic and electrical behaviour with uncertainty. |
| version | 0.1.0 |
| license | MIT |
| tools | ["physics_nonvisual_materials_propose"] |
| metadata | {"tags":["asset-factory","nonvisual-materials"],"domain":"nonvisual_materials","languages":["python"]} |
Infer nonvisual material properties such as thermal, acoustic and electrical behaviour with uncertainty. The skill writes explicit proposal, evidence, report and handoff artefacts. It uses provider output only as proposal material. Promotion requires schema checks, evidence checks and review gates.
Use this skill when the workflow stage matches the declared domain. Use it when a project workspace exists or when the orchestrator is creating one. Use it when the run request can be represented as structured manifests. Use it when all source paths are inside approved project, cache or library roots.
Do not use it for direct mutation of original source assets. Do not use it when rights, safety or retention status is unknown. Do not use it to promote model output without validation. Do not use it when required provider credentials are absent and the action is not dry-run safe.
Project workspace path. Run identifier. Manifest directory. Evidence directory. Report directory. Provider resolver. Validation gate list.
Run request or stage manifest. Source asset references where the stage consumes source data. Prior stage manifests where the stage depends on previous evidence. Provider role assignment. Review policy. W&B policy.
Check that the project directory exists. Check that manifests are valid JSON. Check that source paths are approved. Check that output directories are writable. Check that provider role assignment exists. Check that raw keys are not present in checked-in files. Check that dry-run status is explicit. Check that blocked dependencies are reported before mutation. Check whether any pending dependency needs user input or approval. When it does, ask the user directly for the required input or return a blocked ToolResult that names the missing input and approval target.
Provider names come from configs/provider-policy.json. Model names come from environment variables or policy defaults. Provider traces record provider name, role, model and prompt checksum. Provider traces never record bearer tokens. A provider without required capability blocks the stage. A failed provider call returns retryability and stage impact.
ToolResult.success states whether the tool completed its contract. ToolResult.data contains structured output only. ToolResult.error contains actionable failure text when success is false. ToolResult.warnings lists non-blocking issues. ToolResult.artefacts lists file paths and checksums. ToolResult.proposals lists candidate records that need validation. ToolResult.validation_status is proposal, validated, review_required, blocked or not_validated.
Schema validity. Source lineage. Units and scale where applicable. Evidence coverage. Provider trace coverage. Layer ownership. Review requirement. W&B plan status. Checksum presence. Promotion decision.
Missing required manifest. Missing source evidence. Invalid JSON schema. Unknown write layer. Unsafe source path. Provider role cannot satisfy capability. Required runtime unavailable. Human review required before mutation. Pending user input or approval is required and has not been requested or explained. Rights or retention status blocks release.
Record run id. Record stage id. Record provider role and model id. Record artefact checksums. Record validation status. Record blocked dependency reasons. Do not record raw secrets. Do not record proprietary source text unless retention policy allows it.
Input manifest is missing required fields. Provider endpoint is unavailable. Provider returns malformed proposal data. Evidence is too weak for promotion. Layer ownership is ambiguous. Runtime dependency is absent. Output path leaves the project boundary. Review gate is not satisfied.
Write handoff summary into the report directory. Include upstream manifest ids. Include downstream required manifests. Include blocked dependencies. Include reviewer actions. Include any pending user input or approval request with the exact missing decision. Include artefact checksums. Include next skill name. Do not mutate downstream layers directly.
Benchmark and eval payloads for this skill live in the asset-factory-verification repository under skill-checks/nonvisual-materials-lead. Run them from that repository against a blueprint checkout. Eval cases cover the nonvisual materials contract path with structured output and explicit validation status.
See references/operating-playbook.md. See references/output-contract.md.
A completed invocation leaves manifest, evidence, report and checksum artefacts in the project workspace. Release status remains blocked until governance and validation gates pass.