CAD to SimReady
When to Use
Use this workflow skill when the user wants an end-to-end pipeline from a
source asset to a SimReady asset or package. This skill coordinates existing
conversion, authoring, validation, conformance, rendering, and packaging
references directly. Do not replace the workflow with a single monolithic
runner command.
This skill is documentation-driven and does not ship scripts/run.py. It
should not depend on a repository checkout. When a stage needs deterministic
execution, run the portable script from that stage reference's installed
directory. Shell is declared because this workflow invokes installed stage
reference scripts directly; it still must not grow a monolithic runner.
Prerequisites
- Prefer running the
preflight reference first for deterministic setup. It
installs or verifies local upstream checkouts, writes a
cad-to-simready-preflight.json manifest, and exports
PHYSICAL_AI_PREFLIGHT_MANIFEST plus PHYSICAL_AI_REQUIRE_PREFLIGHT=1 for
downstream references.
- Python 3.12 and
uv (per repo README.md).
- NVIDIA_API_KEY from
https://build.nvidia.com when local Content Agents
deployment will run. Already-running endpoints may instead use explicit
endpoint variables plus usage tokens such as NGC_API_KEY, NVCF_API_KEY,
or CONTENT_AGENTS_*_TOKEN.
- Docker, NVIDIA Container Toolkit, and an NVIDIA GPU for Content Agents and
OVRTX stages.
- Local upstream checkouts under
${PHYSICAL_AI_SKILL_HUB_UPSTREAM_ROOT:-$HOME/.physical-ai-skill-hub/upstreams}
when a downstream stage needs upstream scripts or specs.
Minimum Viable Scope
Conversion-only is a valid workflow request. When the user asks only to convert
or smoke-test source asset conversion, set property_assignment_intent=skip,
do not deploy Content Agents, run convert-to-usd, then run
validate-usd-minimum on the generated USD if conversion succeeds.
Do not imply that uv sync installs every source converter runtime. URDF,
MuJoCo/MJCF, and the repo Python dependencies are handled by the project
environment, but NVIDIA-backed source conversion requires an installed and
validated NVIDIA-Omniverse/usd-convert-cad checkout. If that runtime is
missing or does not support the source, preserve the blocked conversion report
and its install_hint instead of attempting an unrequested local build or
substituting another converter.
First Action
For any broad CAD/source-asset to SimReady request, assume
property_assignment_intent=run unless the user explicitly asks for
conversion-only, validation-only, or no material/physics assignment.
Before invoking converter, validation, Content Agents, OVRTX, packaging, or FET
helper scripts, run the preflight reference or verify an existing
PHYSICAL_AI_PREFLIGHT_MANIFEST. Treat preflight as the mandatory dependency
bootstrap step, not as workflow routing. If the user explicitly asks not to
deploy services or asks for conversion-only/validation-only, use
--skip-content-agents.
When PHYSICAL_AI_REQUIRE_PREFLIGHT=1 is set and a required component is not
ready in the manifest, downstream references must block with the preflight
guardrail instead of rediscovering upstreams or services directly.
When property_assignment_intent=run, the first operational action after
confirming the source path and resolving intent is to verify or deploy Content
Agents services. Do this before asset-context inspection, converter dependency
checks, conversion, validation, conformance, rendering, packaging, or upstream
source builds.
Use healthy existing endpoints when available. If OVRTX, Material, or Physics
endpoints are missing or unhealthy, run deploy-content-agents
first and do not continue until the shared standalone OVRTX renderer plus
independent Material and Physics service containers are healthy and exported
through CONTENT_AGENTS_*_BASE_URL. Deploy the Texture Agent too when texture
generation is requested.
If required deployment authentication is missing, ask the user for
NVIDIA_API_KEY and wait. If a provided endpoint requires usage auth, ask for
the appropriate usage token instead. If deployment cannot produce healthy
services, report Content Agents readiness as blocked instead of proceeding to
conversion.
Instructions
- Confirm the source asset path exists, resolve
output_root, and classify
the request as end-to-end, conversion-only, validation-only, or packaging.
- Resolve
property_assignment_intent before running any asset inspection,
converter probe, conversion, validation, conformance, rendering, or
packaging step.
- Run
preflight for the selected workflow targets, unless a ready
PHYSICAL_AI_PREFLIGHT_MANIFEST is already configured. Source the generated
env file before running downstream scripts. Treat preflight as dependency
setup only: it may use a provided --source-asset, --source-format, or
--conversion-tools value to scope dependency checks, but convert-to-usd
and the upstream converter references still decide actual conversion support.
- Verify or deploy Content Agents services first when
property_assignment_intent=run; block on missing authentication or
unhealthy services instead of continuing.
- Read
references/workflow.md and references/commands.md, then run only
the stage references needed for the current request.
- Run
identify-asset-context on the original source asset when web search is
available or property assignment will run.
- Route the source through
convert-to-usd, or skip conversion for existing
USD input and treat the source path as the current USD path.
- Run
validate-usd-minimum before expensive downstream work. Treat this as a
viability gate only: record unit/profile issues such as metersPerUnit != 1.0, but do not run simready-conform-profile, FET001, or any other FET
repair before Content Agents assignment when property assignment will run.
- Run Content Agents material, physics, and optional texture assignment on the
converted/minimum-valid USD when requested or required.
- Run
simready-conform-profile on the latest simulation USD path after
property assignment and preserve every selected FET repair report.
- Run validation gates in order:
omni-asset-validate,
omni-asset-validate-geometry, omni-asset-validate-physics, and
simready-validate.
- Rerun
simready-conform-profile when simready-validate reports a
repairable requirement, then rerun profile validation on the newest authored
USD.
- Run
ovrtx-render-service when preview, thumbnail, or inspection images
are requested. When package outputs are requested, run
assemble-package-source next to create the clean deliverable/ package
source from the final USD and thumbnail, then run nv-core-package-sample
and nv-core-package-sample-validation on that deliverable folder only.
- Emit the consolidated workflow report with the final USD path, all stage
reports, validation findings, rerun reasons, and next work.
Use the simready-conform-profile reference only after property assignment
when property_assignment_intent=run. It routes feature repair to upstream
SimReady Foundation FET skills such
as simready-foundation-conform-fet-000-core,
simready-foundation-conform-fet-001-minimal,
simready-foundation-conform-fet-004-simulate-multi-body-physics, and
simready-foundation-conform-fet-005-simulate-grasp-physics from branch
main.
If simready-validate reports a repairable requirement after the first
conformance pass, feed the structured requirement IDs back into
the simready-conform-profile reference before writing the final result. In
particular, GSP.001 is owned by upstream
simready-foundation-conform-fet-005-simulate-grasp-physics; run that skill when a
vision-capable agent can inspect visual evidence or explicit grasp points were
provided, otherwise record the FET005 step as blocked by missing vision/points
instead of treating it as an optional preview task.
For RB.MB.001, route the failure to
upstream simready-foundation-conform-fet-004-simulate-multi-body-physics. Do not assume
multiple visual prims are multiple rigid bodies; inspect
UsdPhysics.RigidBodyAPI applications. When the Physics Agent report shows
composed topology optimization or the USD has existing component colliders/part
roots and the profile validator reports FET004/RB.MB.001, FET004 should promote
those existing components into rigid bodies without creating geometry. Do not
mark the gate not applicable until after confirming there are fewer than two
reusable body candidates.
Output Format
Emit a consolidated workflow report in Markdown, and include JSON when the
workflow writes structured artifacts. The report must include:
- Overall status:
passed, blocked, failed, or needs_rerun.
- Request summary: source asset path, detected source format, output root,
selected SimReady profile/version, and property assignment intent.
- Ordered stage results: stage reference, input artifact, output USD or USDZ
path, report path, status, blocker reason, and rerun reason when applicable.
- Content Agents readiness and property assignment results with service URLs,
tokens, and credentials redacted.
- Conformance and validation findings grouped by gate, requirement ID, selected
FET repair reference, repair-loop attempt, and final disposition.
- Final artifacts: final reported USD path, render preview path when requested,
package root and package validation report when packaging ran, Markdown report
path, JSON report path when present, and recommended next work.
Detailed References
Read only the references needed for the current request:
references/preflight/README.md: deterministic local setup, manifest/env
contract, Linux and Windows wrappers, Content Agents deployment opt-out, and
guardrail behavior.
references/workflow.md: inputs, source routing, detailed workflow,
validation policy, output report fields, approval points, and next steps.
references/commands.md: concrete portable script command patterns for each
stage.
references/assemble-package-source/README.md: two-zone package source
assembly, canonical root USD naming, thumbnail placement, and self-contained
deliverable checks.
Publishing Layout Notes
Use skills/omniverse-cad-to-simready/ as the source of truth for this product
repo's skill. The .agents/skills symlink is a compatibility alias for local
agentskills.io-style discovery, and .codex/skills and .claude/skills are
agent-specific compatibility aliases.
Frontmatter keeps version and tools at top level for agentskills.io runtime
compatibility. NVCARPS discoverability fields live under metadata.
The nested references/ tree is intentional. It keeps one public catalog skill
while retaining script-bearing atomic stage references, upstream handoff notes,
and router documentation under the workflow. Do not flatten those references or
promote nested README references to sibling SKILL.md files unless the repo's
publishing model changes.
Limitations
- This workflow coordinates existing conversion, property assignment,
conformance, validation, rendering, and packaging skills; it does not replace
them with a single monolithic runner command.
- Stop at the first failing deployment, conversion, property-assignment, or
conformance authoring gate unless the user explicitly asks for best-effort
continuation.
- Upstream
simready-foundation-conform-fet-005-simulate-grasp-physics needs visual
review or explicit grasp points before it can author a meaningful grasp
vector.
Troubleshooting
| Symptom |
Cause |
Fix |
| Downstream reference reports that cad-to-simready preflight has not prepared a component |
PHYSICAL_AI_REQUIRE_PREFLIGHT=1 is set, but the manifest is missing or the required runtime/service is not ready |
Run preflight/scripts/preflight.py, source the generated env file, or explicitly disable service deployment with --skip-content-agents only when Content Agents are out of scope. |
Workflow stops on GSP.001 and reports the failure as unclassified |
Visual evidence or explicit grasp points were not provided to FET005 |
Run upstream simready-foundation-conform-fet-005-simulate-grasp-physics only after a vision-capable agent has reviewed the asset, or pass explicit grasp points. Otherwise report the FET005 step as blocked, not failed. |
| Validation fails after a meaningful USD artifact already exists |
Workflow stopped at the first validation finding |
Continue remaining diagnostic gates and mark the result needs_rerun. Do not stop at validation findings once a USD artifact has been produced. |
| Property-assignment stage fails with a missing service endpoint |
Content Agents service was not deployed before conversion |
Run deploy-content-agents first. Do not start asset inspection, conversion, validation, conformance, rendering, or packaging before Content Agents readiness when property assignment will run. |
Material Agent reports that rendering produced 0 images after unit or profile repair |
A FET repair, commonly FET001 unit normalization, was applied before Material Agent and changed the USD layering/scene state consumed by the service |
Rerun assignment from the converted/minimum-valid USD: Material Agent first, then Physics Agent, then run simready-conform-profile and FET repairs on the latest service-authored USD. |
Material or Physics Agent local optimized path reports Permission denied: '/app/.build-resources/scene_optimizer_core/python' |
Local Docker Scene Optimizer bundle permissions prevent the non-root service user from reading the packaged SO runtime |
Repair the relevant local container with docker exec --user root content-material-agent-service chmod -R a+rX /app/.build-resources/scene_optimizer_core or docker exec --user root content-physics-agent-service chmod -R a+rX /app/.build-resources/scene_optimizer_core, then rerun the same optimized agent command. Do not treat the no-optimizer fallback as the root cause for instanced/prototype assets. |
RB.MB.001 fails even though the asset has many prims |
The profile counts UsdPhysics.RigidBodyAPI prims, not visual or collider prims; Physics Agent may author one root rigid body |
Route to upstream simready-foundation-conform-fet-004-simulate-multi-body-physics. First ensure Physics Agent used composed-topology optimization when applicable, then promote existing component colliders/part roots when the active profile reports FET004/RB.MB.001 and no geometry must be invented. |
Hard Rules
- Prefer the preflight manifest for local upstream roots, converter
executables, SimReady validation runtime, OVRTX endpoint, and Content Agents
service URLs. When
PHYSICAL_AI_REQUIRE_PREFLIGHT=1 is set, do not bypass the
manifest with direct upstream discovery.
- Do not run asset inspection, converter probes, local upstream builds,
conversion, validation, conformance, rendering, or packaging before Content
Agents readiness when property assignment will run.
- Use stage-specific installed reference scripts directly. Do not add or call a
single
omniverse-cad-to-simready runner command.
- For source conversion, delegate to the
convert-to-usd reference; do not
substitute another converter for CAD or mesh formats.
- For property assignment, use Content Agents references as separate atomic steps:
material first, then physics, then texture only when requested.
- When property assignment will run, do not run
simready-conform-profile or
any FET helper before Content Agents. Validate minimum USD first, then run
Content Agents on that converted/minimum-valid USD, then apply FET repairs to
the latest service-authored USD.
- When property assignment will run, do not run
simready-validate or any
SimReady profile validation before Content Agents. The only validation gate
allowed before service calls is validate-usd-minimum, which is a basic USD
viability check.
- Stop at the first failing deployment, conversion, property-assignment, or
conformance authoring gate unless the user explicitly asks for best-effort
continuation.
- Do not stop at validation findings after a meaningful USD artifact exists.
Continue remaining diagnostic gates and mark the result
needs_rerun.
- Do not leave a
GSP.001 profile failure as an unclassified final finding.
Route it to upstream simready-foundation-conform-fet-005-simulate-grasp-physics; if
the current agent cannot inspect renders or no explicit grasp points are
available, report a blocked FET005 repair with the visual evidence path or
missing input reason.
- Preserve every stage report and pass the concrete output USD path from each
report into the next stage.
1---2name: nvidia-omniverse-cad-to-simready3description: Coordinate the end-to-end CAD/source-asset to SimReady workflow. Use for broad requests such as CAD to SimReady, source asset to simulation-ready USD, or prop packaging that require conversion, material/physics assignment, SimReady conformance, validation, and optional package creation; deploy or verify Content Agents services first when property assignment is enabled; route single-stage work through nested references.4license: Apache-2.05---67# CAD to SimReady89## When to Use1011Use this workflow skill when the user wants an end-to-end pipeline from a12source asset to a SimReady asset or package. This skill coordinates existing13conversion, authoring, validation, conformance, rendering, and packaging14references directly. Do not replace the workflow with a single monolithic15runner command.1617This skill is documentation-driven and does not ship `scripts/run.py`. It18should not depend on a repository checkout. When a stage needs deterministic19execution, run the portable script from that stage reference's installed20directory. `Shell` is declared because this workflow invokes installed stage21reference scripts directly; it still must not grow a monolithic runner.2223## Prerequisites2425- Prefer running the `preflight` reference first for deterministic setup. It26 installs or verifies local upstream checkouts, writes a27 `cad-to-simready-preflight.json` manifest, and exports28 `PHYSICAL_AI_PREFLIGHT_MANIFEST` plus `PHYSICAL_AI_REQUIRE_PREFLIGHT=1` for29 downstream references.30- Python 3.12 and `uv` (per repo `README.md`).31- NVIDIA_API_KEY from `https://build.nvidia.com` when local Content Agents32 deployment will run. Already-running endpoints may instead use explicit33 endpoint variables plus usage tokens such as `NGC_API_KEY`, `NVCF_API_KEY`,34 or `CONTENT_AGENTS_*_TOKEN`.35- Docker, NVIDIA Container Toolkit, and an NVIDIA GPU for Content Agents and36 OVRTX stages.37- Local upstream checkouts under38 `${PHYSICAL_AI_SKILL_HUB_UPSTREAM_ROOT:-$HOME/.physical-ai-skill-hub/upstreams}`39 when a downstream stage needs upstream scripts or specs.4041## Minimum Viable Scope4243Conversion-only is a valid workflow request. When the user asks only to convert44or smoke-test source asset conversion, set `property_assignment_intent=skip`,45do not deploy Content Agents, run `convert-to-usd`, then run46`validate-usd-minimum` on the generated USD if conversion succeeds.4748Do not imply that `uv sync` installs every source converter runtime. URDF,49MuJoCo/MJCF, and the repo Python dependencies are handled by the project50environment, but NVIDIA-backed source conversion requires an installed and51validated `NVIDIA-Omniverse/usd-convert-cad` checkout. If that runtime is52missing or does not support the source, preserve the blocked conversion report53and its `install_hint` instead of attempting an unrequested local build or54substituting another converter.5556## First Action5758For any broad CAD/source-asset to SimReady request, assume59`property_assignment_intent=run` unless the user explicitly asks for60conversion-only, validation-only, or no material/physics assignment.6162Before invoking converter, validation, Content Agents, OVRTX, packaging, or FET63helper scripts, run the `preflight` reference or verify an existing64`PHYSICAL_AI_PREFLIGHT_MANIFEST`. Treat preflight as the mandatory dependency65bootstrap step, not as workflow routing. If the user explicitly asks not to66deploy services or asks for conversion-only/validation-only, use67`--skip-content-agents`.68When `PHYSICAL_AI_REQUIRE_PREFLIGHT=1` is set and a required component is not69ready in the manifest, downstream references must block with the preflight70guardrail instead of rediscovering upstreams or services directly.7172When `property_assignment_intent=run`, the first operational action after73confirming the source path and resolving intent is to verify or deploy Content74Agents services. Do this before asset-context inspection, converter dependency75checks, conversion, validation, conformance, rendering, packaging, or upstream76source builds.7778Use healthy existing endpoints when available. If OVRTX, Material, or Physics79endpoints are missing or unhealthy, run `deploy-content-agents`80first and do not continue until the shared standalone OVRTX renderer plus81independent Material and Physics service containers are healthy and exported82through `CONTENT_AGENTS_*_BASE_URL`. Deploy the Texture Agent too when texture83generation is requested.8485If required deployment authentication is missing, ask the user for86`NVIDIA_API_KEY` and wait. If a provided endpoint requires usage auth, ask for87the appropriate usage token instead. If deployment cannot produce healthy88services, report Content Agents readiness as blocked instead of proceeding to89conversion.9091## Instructions92931. Confirm the source asset path exists, resolve `output_root`, and classify94 the request as end-to-end, conversion-only, validation-only, or packaging.952. Resolve `property_assignment_intent` before running any asset inspection,96 converter probe, conversion, validation, conformance, rendering, or97 packaging step.983. Run `preflight` for the selected workflow targets, unless a ready99 `PHYSICAL_AI_PREFLIGHT_MANIFEST` is already configured. Source the generated100 env file before running downstream scripts. Treat preflight as dependency101 setup only: it may use a provided `--source-asset`, `--source-format`, or102 `--conversion-tools` value to scope dependency checks, but `convert-to-usd`103 and the upstream converter references still decide actual conversion support.1044. Verify or deploy Content Agents services first when105 `property_assignment_intent=run`; block on missing authentication or106 unhealthy services instead of continuing.1075. Read `references/workflow.md` and `references/commands.md`, then run only108 the stage references needed for the current request.1096. Run `identify-asset-context` on the original source asset when web search is110 available or property assignment will run.1117. Route the source through `convert-to-usd`, or skip conversion for existing112 USD input and treat the source path as the current USD path.1138. Run `validate-usd-minimum` before expensive downstream work. Treat this as a114 viability gate only: record unit/profile issues such as `metersPerUnit !=115 1.0`, but do not run `simready-conform-profile`, FET001, or any other FET116 repair before Content Agents assignment when property assignment will run.1179. Run Content Agents material, physics, and optional texture assignment on the118 converted/minimum-valid USD when requested or required.11910. Run `simready-conform-profile` on the latest simulation USD path after120 property assignment and preserve every selected FET repair report.12111. Run validation gates in order: `omni-asset-validate`,122 `omni-asset-validate-geometry`, `omni-asset-validate-physics`, and123 `simready-validate`.12412. Rerun `simready-conform-profile` when `simready-validate` reports a125 repairable requirement, then rerun profile validation on the newest authored126 USD.12713. Run `ovrtx-render-service` when preview, thumbnail, or inspection images128 are requested. When package outputs are requested, run129 `assemble-package-source` next to create the clean `deliverable/` package130 source from the final USD and thumbnail, then run `nv-core-package-sample`131 and `nv-core-package-sample-validation` on that deliverable folder only.13214. Emit the consolidated workflow report with the final USD path, all stage133 reports, validation findings, rerun reasons, and next work.134135Use the `simready-conform-profile` reference only after property assignment136when `property_assignment_intent=run`. It routes feature repair to upstream137SimReady Foundation FET skills such138as `simready-foundation-conform-fet-000-core`,139`simready-foundation-conform-fet-001-minimal`,140`simready-foundation-conform-fet-004-simulate-multi-body-physics`, and141`simready-foundation-conform-fet-005-simulate-grasp-physics` from branch142`main`.143144If `simready-validate` reports a repairable requirement after the first145conformance pass, feed the structured requirement IDs back into146the `simready-conform-profile` reference before writing the final result. In147particular, `GSP.001` is owned by upstream148`simready-foundation-conform-fet-005-simulate-grasp-physics`; run that skill when a149vision-capable agent can inspect visual evidence or explicit grasp points were150provided, otherwise record the FET005 step as blocked by missing vision/points151instead of treating it as an optional preview task.152For `RB.MB.001`, route the failure to153upstream `simready-foundation-conform-fet-004-simulate-multi-body-physics`. Do not assume154multiple visual prims are multiple rigid bodies; inspect155`UsdPhysics.RigidBodyAPI` applications. When the Physics Agent report shows156composed topology optimization or the USD has existing component colliders/part157roots and the profile validator reports FET004/RB.MB.001, FET004 should promote158those existing components into rigid bodies without creating geometry. Do not159mark the gate not applicable until after confirming there are fewer than two160reusable body candidates.161162## Output Format163164Emit a consolidated workflow report in Markdown, and include JSON when the165workflow writes structured artifacts. The report must include:166167- Overall status: `passed`, `blocked`, `failed`, or `needs_rerun`.168- Request summary: source asset path, detected source format, output root,169 selected SimReady profile/version, and property assignment intent.170- Ordered stage results: stage reference, input artifact, output USD or USDZ171 path, report path, status, blocker reason, and rerun reason when applicable.172- Content Agents readiness and property assignment results with service URLs,173 tokens, and credentials redacted.174- Conformance and validation findings grouped by gate, requirement ID, selected175 FET repair reference, repair-loop attempt, and final disposition.176- Final artifacts: final reported USD path, render preview path when requested,177 package root and package validation report when packaging ran, Markdown report178 path, JSON report path when present, and recommended next work.179180## Detailed References181182Read only the references needed for the current request:183184- `references/preflight/README.md`: deterministic local setup, manifest/env185 contract, Linux and Windows wrappers, Content Agents deployment opt-out, and186 guardrail behavior.187- `references/workflow.md`: inputs, source routing, detailed workflow,188 validation policy, output report fields, approval points, and next steps.189- `references/commands.md`: concrete portable script command patterns for each190 stage.191- `references/assemble-package-source/README.md`: two-zone package source192 assembly, canonical root USD naming, thumbnail placement, and self-contained193 deliverable checks.194195## Publishing Layout Notes196197Use `skills/omniverse-cad-to-simready/` as the source of truth for this product198repo's skill. The `.agents/skills` symlink is a compatibility alias for local199agentskills.io-style discovery, and `.codex/skills` and `.claude/skills` are200agent-specific compatibility aliases.201202Frontmatter keeps `version` and `tools` at top level for agentskills.io runtime203compatibility. NVCARPS discoverability fields live under `metadata`.204205The nested `references/` tree is intentional. It keeps one public catalog skill206while retaining script-bearing atomic stage references, upstream handoff notes,207and router documentation under the workflow. Do not flatten those references or208promote nested README references to sibling `SKILL.md` files unless the repo's209publishing model changes.210211## Limitations212213- This workflow coordinates existing conversion, property assignment,214 conformance, validation, rendering, and packaging skills; it does not replace215 them with a single monolithic runner command.216- Stop at the first failing deployment, conversion, property-assignment, or217 conformance authoring gate unless the user explicitly asks for best-effort218 continuation.219- Upstream `simready-foundation-conform-fet-005-simulate-grasp-physics` needs visual220 review or explicit grasp points before it can author a meaningful grasp221 vector.222223## Troubleshooting224225| Symptom | Cause | Fix |226|---------|-------|-----|227| Downstream reference reports that cad-to-simready preflight has not prepared a component | `PHYSICAL_AI_REQUIRE_PREFLIGHT=1` is set, but the manifest is missing or the required runtime/service is not `ready` | Run `preflight/scripts/preflight.py`, source the generated env file, or explicitly disable service deployment with `--skip-content-agents` only when Content Agents are out of scope. |228| Workflow stops on `GSP.001` and reports the failure as unclassified | Visual evidence or explicit grasp points were not provided to FET005 | Run upstream `simready-foundation-conform-fet-005-simulate-grasp-physics` only after a vision-capable agent has reviewed the asset, or pass explicit grasp points. Otherwise report the FET005 step as `blocked`, not failed. |229| Validation fails after a meaningful USD artifact already exists | Workflow stopped at the first validation finding | Continue remaining diagnostic gates and mark the result `needs_rerun`. Do not stop at validation findings once a USD artifact has been produced. |230| Property-assignment stage fails with a missing service endpoint | Content Agents service was not deployed before conversion | Run `deploy-content-agents` first. Do not start asset inspection, conversion, validation, conformance, rendering, or packaging before Content Agents readiness when property assignment will run. |231| Material Agent reports that rendering produced `0 images` after unit or profile repair | A FET repair, commonly FET001 unit normalization, was applied before Material Agent and changed the USD layering/scene state consumed by the service | Rerun assignment from the converted/minimum-valid USD: Material Agent first, then Physics Agent, then run `simready-conform-profile` and FET repairs on the latest service-authored USD. |232| Material or Physics Agent local optimized path reports `Permission denied: '/app/.build-resources/scene_optimizer_core/python'` | Local Docker Scene Optimizer bundle permissions prevent the non-root service user from reading the packaged SO runtime | Repair the relevant local container with `docker exec --user root content-material-agent-service chmod -R a+rX /app/.build-resources/scene_optimizer_core` or `docker exec --user root content-physics-agent-service chmod -R a+rX /app/.build-resources/scene_optimizer_core`, then rerun the same optimized agent command. Do not treat the no-optimizer fallback as the root cause for instanced/prototype assets. |233| `RB.MB.001` fails even though the asset has many prims | The profile counts `UsdPhysics.RigidBodyAPI` prims, not visual or collider prims; Physics Agent may author one root rigid body | Route to upstream `simready-foundation-conform-fet-004-simulate-multi-body-physics`. First ensure Physics Agent used composed-topology optimization when applicable, then promote existing component colliders/part roots when the active profile reports FET004/RB.MB.001 and no geometry must be invented. |234235## Hard Rules236237- Prefer the preflight manifest for local upstream roots, converter238 executables, SimReady validation runtime, OVRTX endpoint, and Content Agents239 service URLs. When `PHYSICAL_AI_REQUIRE_PREFLIGHT=1` is set, do not bypass the240 manifest with direct upstream discovery.241- Do not run asset inspection, converter probes, local upstream builds,242 conversion, validation, conformance, rendering, or packaging before Content243 Agents readiness when property assignment will run.244- Use stage-specific installed reference scripts directly. Do not add or call a245 single `omniverse-cad-to-simready` runner command.246- For source conversion, delegate to the `convert-to-usd` reference; do not247 substitute another converter for CAD or mesh formats.248- For property assignment, use Content Agents references as separate atomic steps:249 material first, then physics, then texture only when requested.250- When property assignment will run, do not run `simready-conform-profile` or251 any FET helper before Content Agents. Validate minimum USD first, then run252 Content Agents on that converted/minimum-valid USD, then apply FET repairs to253 the latest service-authored USD.254- When property assignment will run, do not run `simready-validate` or any255 SimReady profile validation before Content Agents. The only validation gate256 allowed before service calls is `validate-usd-minimum`, which is a basic USD257 viability check.258- Stop at the first failing deployment, conversion, property-assignment, or259 conformance authoring gate unless the user explicitly asks for best-effort260 continuation.261- Do not stop at validation findings after a meaningful USD artifact exists.262 Continue remaining diagnostic gates and mark the result `needs_rerun`.263- Do not leave a `GSP.001` profile failure as an unclassified final finding.264 Route it to upstream `simready-foundation-conform-fet-005-simulate-grasp-physics`; if265 the current agent cannot inspect renders or no explicit grasp points are266 available, report a blocked FET005 repair with the visual evidence path or267 missing input reason.268- Preserve every stage report and pass the concrete output USD path from each269 report into the next stage.