원클릭으로
simready-foundation-add-feature
Use for adding SimReady feature docs, manifests, requirement mappings, validation strategy, and index entries.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use for adding SimReady feature docs, manifests, requirement mappings, validation strategy, and index entries.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Add SimReady capability docs, requirement indexes, validation stubs, and registrations for new requirement families.
Use for adding SimReady feature adapters that mutate USD assets between exact feature or profile versions.
Use for adding SimReady profile versions with feature bundles, docs, indexes, and validation notes.
Use for adding atomic SimReady requirements with stable IDs, docs, examples, indexes, and validator follow-up.
Use for adding SimReady runtime tests, runner expectations, batch/job/report notes, and validation evidence.
Use for adding executable SimReady validators that report requirement IDs with focused pass/fail coverage.
| name | simready-foundation-add-feature |
| description | Use for adding SimReady feature docs, manifests, requirement mappings, validation strategy, and index entries. |
| license | Apache-2.0 |
| metadata | {"author":"Shaad Boochoon <sboochoon@nvidia.com>","tags":["simready","feature","specification"]} |
Use this skill to add a brand-new SimReady feature under nv_core/sr_specs/docs/features/. A feature is a versioned runtime/use-case contract made from exact requirement IDs and optional feature dependencies.
Do not use this skill for a new version of an existing feature. Use simready-foundation-update-feature for that.
Before editing, read:
AGENTS.mdnv_core/sr_specs/docs/guides/guides.mdnv_core/sr_specs/docs/guides/features/features.mdnv_core/sr_specs/docs/guides/naming_conventions.mdnv_core/sr_specs/docs/features/features.mdIf the feature will be added to a profile, also read nv_core/sr_specs/docs/guides/profiles/profiles.md and the target profile markdown/TOML entries.
Collect or infer:
| Input | Requirement |
|---|---|
feature_number | Numeric ID such as 025. If absent, inspect existing feature IDs and propose the next appropriate number. |
feature_id | Exact ID such as FET025_BASE_NEUTRAL; must match the variant pattern used by existing JSON manifests. |
version | Initial semantic version, usually 0.1.0 unless the user states otherwise. |
display_name | Human-readable feature name. |
runtime_promise | Concrete asset behavior the feature guarantees. |
requirements | Existing requirement IDs or new requirement docs/validators needed by the feature. |
dependencies | Exact feature IDs and versions this feature depends on. |
profile_targets | Optional profiles and versions that should adopt the feature. |
validation_strategy | Automated validator, runtime test, manual test, or documented gap. |
conform_skill_plan | New conform skill name, existing conform skill to update, or documented reason no conform skill can safely repair the feature. |
Use this checklist when changing the repository:
nv_core/sr_specs/docs/features/:
FET_###_base_<variant>-<version>-<description>.jsonid, version, display_name, path, and requirementsdependencies only when the feature actually depends on other featuresnv_core/sr_specs/docs/features/:
nv_core/sr_specs/docs/features/features.md with the new feature row and toctree entry.nv_core/sr_specs/docs/features/feature-dependency-graph.md when the feature has dependencies or affects common dependency diagrams.skills/simready-foundation-conform-fet-###-<feature-name>/SKILL.mdassets/openai.yaml so the skill is discoverablesimready-foundation-add-profile or simready-foundation-update-profile; do not silently mutate an existing profile version.id and version match the requested featureExample request:
Add a new SimReady Foundation feature FET025 for factory connection points and wire it into feature docs and manifests.
Expected result summary:
changed_files: new docs, manifests, indexes, or validation scaffolding
validation: focused static checks and any relevant docs/build checks
remaining_gaps: requirement, validator, adapter, profile, or runtime-test follow-up
profiles.toml as profile source of truth; feature docs should mention profile usage but not replace TOML.assets/openai.yaml preserves optional UI metadata for clients that read skill display hints. It is not required for the workflow.Report:
| Field | Meaning |
|---|---|
feature_id | New feature ID. |
version | New feature version. |
feature_markdown | Feature documentation path. |
feature_manifest | JSON manifest path. |
requirements | Requirement IDs included. |
dependencies | Feature dependencies included. |
profiles_updated | Profiles changed, or none. |
conform_skill | New/updated conform skill path, or documented rationale for none. |
validation | Checks run and remaining gaps. |
next_step | Profile adoption, validator work, runtime test, or review. |