[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-nvidia-simready-foundation-add-feature":3,"mdc--njn2nz-key":34,"related-repo-nvidia-simready-foundation-add-feature":1062,"related-org-nvidia-simready-foundation-add-feature":1138},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"simready-foundation-add-feature","add SimReady features and documentation","Use for adding SimReady feature docs, manifests, requirement mappings, validation strategy, and index entries.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},"nvidia","NVIDIA","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fnvidia.png",[12,16,17,20],{"name":13,"slug":14,"type":15},"Documentation","documentation","tag",{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"Simulation","simulation",{"name":21,"slug":22,"type":15},"Engineering","engineering",52,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002Fsimready-foundation","2026-07-14T05:34:23.330216","Apache-2.0",8,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"SimReady Foundation is a central repository for defining simulation content specifications based on various runtime use cases. ","https:\u002F\u002Fgithub.com\u002FNVIDIA\u002Fsimready-foundation\u002Ftree\u002FHEAD\u002Fskills\u002Fsimready-foundation-add-feature","---\nname: simready-foundation-add-feature\ndescription: \"Use for adding SimReady feature docs, manifests, requirement mappings, validation strategy, and index entries.\"\nlicense: Apache-2.0\nmetadata:\n  author: \"Shaad Boochoon \u003Csboochoon@nvidia.com>\"\n  tags:\n    - simready\n    - feature\n    - specification\n---\n\n\n# SimReady Add Feature\n\n## Purpose\nUse this skill to add a brand-new SimReady feature under `nv_core\u002Fsr_specs\u002Fdocs\u002Ffeatures\u002F`. A feature is a versioned runtime\u002Fuse-case contract made from exact requirement IDs and optional feature dependencies.\n\nDo not use this skill for a new version of an existing feature. Use `simready-foundation-update-feature` for that.\n\n## Prerequisites\nBefore editing, read:\n\n- `AGENTS.md`\n- `nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fguides.md`\n- `nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Ffeatures\u002Ffeatures.md`\n- `nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fnaming_conventions.md`\n- `nv_core\u002Fsr_specs\u002Fdocs\u002Ffeatures\u002Ffeatures.md`\n- existing neighboring feature markdown and JSON files for the same domain\n\nIf the feature will be added to a profile, also read `nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fprofiles\u002Fprofiles.md` and the target profile markdown\u002FTOML entries.\n\n## Inputs\n\nCollect or infer:\n\n| Input | Requirement |\n|---|---|\n| `feature_number` | Numeric ID such as `025`. If absent, inspect existing feature IDs and propose the next appropriate number. |\n| `feature_id` | Exact ID such as `FET025_BASE_NEUTRAL`; must match the variant pattern used by existing JSON manifests. |\n| `version` | Initial semantic version, usually `0.1.0` unless the user states otherwise. |\n| `display_name` | Human-readable feature name. |\n| `runtime_promise` | Concrete asset behavior the feature guarantees. |\n| `requirements` | Existing requirement IDs or new requirement docs\u002Fvalidators needed by the feature. |\n| `dependencies` | Exact feature IDs and versions this feature depends on. |\n| `profile_targets` | Optional profiles and versions that should adopt the feature. |\n| `validation_strategy` | Automated validator, runtime test, manual test, or documented gap. |\n| `conform_skill_plan` | New conform skill name, existing conform skill to update, or documented reason no conform skill can safely repair the feature. |\n\n## Instructions\n\nUse this checklist when changing the repository:\n\n1. Inspect existing feature numbers, IDs, filenames, and variant suffixes. Avoid reusing an ID or inventing a new suffix when an existing suffix matches.\n2. Define the runtime promise in asset terms before choosing requirements.\n3. Prefer existing requirements and validators. Add new requirement docs or validators only when the feature needs a new testable rule.\n4. Create the JSON manifest under `nv_core\u002Fsr_specs\u002Fdocs\u002Ffeatures\u002F`:\n   - use the guide filename pattern `FET_###_base_\u003Cvariant>-\u003Cversion>-\u003Cdescription>.json`\n   - include `id`, `version`, `display_name`, `path`, and `requirements`\n   - include `dependencies` only when the feature actually depends on other features\n   - use exact dependency versions\n   - avoid circular dependencies\n   - keep requirements explicit when feature expansion replaces a base requirement\n5. Create the feature markdown page under `nv_core\u002Fsr_specs\u002Fdocs\u002Ffeatures\u002F`:\n   - describe the runtime use case\n   - list properties, dependencies, profiles, and requirements\n   - link each requirement doc and validator implementation when available\n   - document testing, samples, manual review, and known gaps\n6. Update `nv_core\u002Fsr_specs\u002Fdocs\u002Ffeatures\u002Ffeatures.md` with the new feature row and toctree entry.\n7. Update `nv_core\u002Fsr_specs\u002Fdocs\u002Ffeatures\u002Ffeature-dependency-graph.md` when the feature has dependencies or affects common dependency diagrams.\n8. Add a conform skill for the new feature when the feature can produce asset-level validation failures:\n   - create `skills\u002Fsimready-foundation-conform-fet-###-\u003Cfeature-name>\u002FSKILL.md`\n   - include source-of-truth feature\u002Frequirement\u002Fvalidator paths\n   - define what the skill may repair automatically and what it must block on\n   - call out required model\u002Ftool capabilities, such as vision, CAD\u002Fsource data, runtime simulation, or material identity\n   - update `assets\u002Fopenai.yaml` so the skill is discoverable\n   - if the feature is metadata-only, advisory-only, or cannot be repaired safely, document the reason in the feature summary and validation handoff\n9. If profile adoption is requested, hand off to `simready-foundation-add-profile` or `simready-foundation-update-profile`; do not silently mutate an existing profile version.\n10. Validate consistency:\n   - JSON parses\n   - manifest `id` and `version` match the requested feature\n   - every dependency feature\u002Fversion exists\n   - every requirement ID is documented or intentionally new in the same change\n   - feature markdown and index links resolve by path\u002Fname\n   - the matching conform skill exists or the no-conform-skill rationale is documented\n\n## Examples\n\nExample request:\n\n```text\nAdd a new SimReady Foundation feature FET025 for factory connection points and wire it into feature docs and manifests.\n```\n\nExpected result summary:\n\n```text\nchanged_files: new docs, manifests, indexes, or validation scaffolding\nvalidation: focused static checks and any relevant docs\u002Fbuild checks\nremaining_gaps: requirement, validator, adapter, profile, or runtime-test follow-up\n```\n\n## Policies\n\n- Feature versions are immutable once published or used by a profile.\n- Keep the feature focused on one runtime promise.\n- Do not include requirements just because they are nearby; include only what the feature needs.\n- If a technology-specific feature replaces a neutral\u002Fbase requirement, list the full replacement requirement set explicitly instead of depending on the base feature for conflicting rules.\n- Treat `profiles.toml` as profile source of truth; feature docs should mention profile usage but not replace TOML.\n- Feature authoring and asset repair should evolve together. A new feature that introduces required authored USD data should normally ship with a conform skill for repairing or clearly blocking on that feature.\n\n## Limitations\n\n- Do not mutate published feature or profile versions in place.\n- Do not invent requirement IDs or validator behavior when the contract is ambiguous; record the question.\n- Do not skip index, manifest, validation, or downstream follow-up notes.\n\n## Troubleshooting\n\n- Error: the new concept overlaps an existing artifact. Solution: update the existing capability, requirement, feature, profile, or adapter instead.\n- Error: names or IDs conflict. Solution: re-check naming conventions and nearby indexes before editing further.\n- Error: validation strategy is unclear. Solution: document deferred validation and the exact follow-up skill.\n\n## Resources\n\n- `assets\u002Fopenai.yaml` preserves optional UI metadata for clients that read skill display hints. It is not required for the workflow.\n\n## Summary Format\n\nReport:\n\n| Field | Meaning |\n|---|---|\n| `feature_id` | New feature ID. |\n| `version` | New feature version. |\n| `feature_markdown` | Feature documentation path. |\n| `feature_manifest` | JSON manifest path. |\n| `requirements` | Requirement IDs included. |\n| `dependencies` | Feature dependencies included. |\n| `profiles_updated` | Profiles changed, or `none`. |\n| `conform_skill` | New\u002Fupdated conform skill path, or documented rationale for none. |\n| `validation` | Checks run and remaining gaps. |\n| `next_step` | Profile adoption, validator work, runtime test, or review. |\n",{"data":35,"body":42},{"name":4,"description":6,"license":26,"metadata":36},{"author":37,"tags":38},"Shaad Boochoon \u003Csboochoon@nvidia.com>",[39,40,41],"simready","feature","specification",{"type":43,"children":44},"root",[45,54,61,76,89,95,100,155,168,174,179,401,407,412,657,704,710,715,727,732,741,747,788,794,812,818,836,842,855,861,866],{"type":46,"tag":47,"props":48,"children":50},"element","h1",{"id":49},"simready-add-feature",[51],{"type":52,"value":53},"text","SimReady Add Feature",{"type":46,"tag":55,"props":56,"children":58},"h2",{"id":57},"purpose",[59],{"type":52,"value":60},"Purpose",{"type":46,"tag":62,"props":63,"children":64},"p",{},[65,67,74],{"type":52,"value":66},"Use this skill to add a brand-new SimReady feature under ",{"type":46,"tag":68,"props":69,"children":71},"code",{"className":70},[],[72],{"type":52,"value":73},"nv_core\u002Fsr_specs\u002Fdocs\u002Ffeatures\u002F",{"type":52,"value":75},". A feature is a versioned runtime\u002Fuse-case contract made from exact requirement IDs and optional feature dependencies.",{"type":46,"tag":62,"props":77,"children":78},{},[79,81,87],{"type":52,"value":80},"Do not use this skill for a new version of an existing feature. Use ",{"type":46,"tag":68,"props":82,"children":84},{"className":83},[],[85],{"type":52,"value":86},"simready-foundation-update-feature",{"type":52,"value":88}," for that.",{"type":46,"tag":55,"props":90,"children":92},{"id":91},"prerequisites",[93],{"type":52,"value":94},"Prerequisites",{"type":46,"tag":62,"props":96,"children":97},{},[98],{"type":52,"value":99},"Before editing, read:",{"type":46,"tag":101,"props":102,"children":103},"ul",{},[104,114,123,132,141,150],{"type":46,"tag":105,"props":106,"children":107},"li",{},[108],{"type":46,"tag":68,"props":109,"children":111},{"className":110},[],[112],{"type":52,"value":113},"AGENTS.md",{"type":46,"tag":105,"props":115,"children":116},{},[117],{"type":46,"tag":68,"props":118,"children":120},{"className":119},[],[121],{"type":52,"value":122},"nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fguides.md",{"type":46,"tag":105,"props":124,"children":125},{},[126],{"type":46,"tag":68,"props":127,"children":129},{"className":128},[],[130],{"type":52,"value":131},"nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Ffeatures\u002Ffeatures.md",{"type":46,"tag":105,"props":133,"children":134},{},[135],{"type":46,"tag":68,"props":136,"children":138},{"className":137},[],[139],{"type":52,"value":140},"nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fnaming_conventions.md",{"type":46,"tag":105,"props":142,"children":143},{},[144],{"type":46,"tag":68,"props":145,"children":147},{"className":146},[],[148],{"type":52,"value":149},"nv_core\u002Fsr_specs\u002Fdocs\u002Ffeatures\u002Ffeatures.md",{"type":46,"tag":105,"props":151,"children":152},{},[153],{"type":52,"value":154},"existing neighboring feature markdown and JSON files for the same domain",{"type":46,"tag":62,"props":156,"children":157},{},[158,160,166],{"type":52,"value":159},"If the feature will be added to a profile, also read ",{"type":46,"tag":68,"props":161,"children":163},{"className":162},[],[164],{"type":52,"value":165},"nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fprofiles\u002Fprofiles.md",{"type":52,"value":167}," and the target profile markdown\u002FTOML entries.",{"type":46,"tag":55,"props":169,"children":171},{"id":170},"inputs",[172],{"type":52,"value":173},"Inputs",{"type":46,"tag":62,"props":175,"children":176},{},[177],{"type":52,"value":178},"Collect or infer:",{"type":46,"tag":180,"props":181,"children":182},"table",{},[183,202],{"type":46,"tag":184,"props":185,"children":186},"thead",{},[187],{"type":46,"tag":188,"props":189,"children":190},"tr",{},[191,197],{"type":46,"tag":192,"props":193,"children":194},"th",{},[195],{"type":52,"value":196},"Input",{"type":46,"tag":192,"props":198,"children":199},{},[200],{"type":52,"value":201},"Requirement",{"type":46,"tag":203,"props":204,"children":205},"tbody",{},[206,232,257,282,299,316,333,350,367,384],{"type":46,"tag":188,"props":207,"children":208},{},[209,219],{"type":46,"tag":210,"props":211,"children":212},"td",{},[213],{"type":46,"tag":68,"props":214,"children":216},{"className":215},[],[217],{"type":52,"value":218},"feature_number",{"type":46,"tag":210,"props":220,"children":221},{},[222,224,230],{"type":52,"value":223},"Numeric ID such as ",{"type":46,"tag":68,"props":225,"children":227},{"className":226},[],[228],{"type":52,"value":229},"025",{"type":52,"value":231},". If absent, inspect existing feature IDs and propose the next appropriate number.",{"type":46,"tag":188,"props":233,"children":234},{},[235,244],{"type":46,"tag":210,"props":236,"children":237},{},[238],{"type":46,"tag":68,"props":239,"children":241},{"className":240},[],[242],{"type":52,"value":243},"feature_id",{"type":46,"tag":210,"props":245,"children":246},{},[247,249,255],{"type":52,"value":248},"Exact ID such as ",{"type":46,"tag":68,"props":250,"children":252},{"className":251},[],[253],{"type":52,"value":254},"FET025_BASE_NEUTRAL",{"type":52,"value":256},"; must match the variant pattern used by existing JSON manifests.",{"type":46,"tag":188,"props":258,"children":259},{},[260,269],{"type":46,"tag":210,"props":261,"children":262},{},[263],{"type":46,"tag":68,"props":264,"children":266},{"className":265},[],[267],{"type":52,"value":268},"version",{"type":46,"tag":210,"props":270,"children":271},{},[272,274,280],{"type":52,"value":273},"Initial semantic version, usually ",{"type":46,"tag":68,"props":275,"children":277},{"className":276},[],[278],{"type":52,"value":279},"0.1.0",{"type":52,"value":281}," unless the user states otherwise.",{"type":46,"tag":188,"props":283,"children":284},{},[285,294],{"type":46,"tag":210,"props":286,"children":287},{},[288],{"type":46,"tag":68,"props":289,"children":291},{"className":290},[],[292],{"type":52,"value":293},"display_name",{"type":46,"tag":210,"props":295,"children":296},{},[297],{"type":52,"value":298},"Human-readable feature name.",{"type":46,"tag":188,"props":300,"children":301},{},[302,311],{"type":46,"tag":210,"props":303,"children":304},{},[305],{"type":46,"tag":68,"props":306,"children":308},{"className":307},[],[309],{"type":52,"value":310},"runtime_promise",{"type":46,"tag":210,"props":312,"children":313},{},[314],{"type":52,"value":315},"Concrete asset behavior the feature guarantees.",{"type":46,"tag":188,"props":317,"children":318},{},[319,328],{"type":46,"tag":210,"props":320,"children":321},{},[322],{"type":46,"tag":68,"props":323,"children":325},{"className":324},[],[326],{"type":52,"value":327},"requirements",{"type":46,"tag":210,"props":329,"children":330},{},[331],{"type":52,"value":332},"Existing requirement IDs or new requirement docs\u002Fvalidators needed by the feature.",{"type":46,"tag":188,"props":334,"children":335},{},[336,345],{"type":46,"tag":210,"props":337,"children":338},{},[339],{"type":46,"tag":68,"props":340,"children":342},{"className":341},[],[343],{"type":52,"value":344},"dependencies",{"type":46,"tag":210,"props":346,"children":347},{},[348],{"type":52,"value":349},"Exact feature IDs and versions this feature depends on.",{"type":46,"tag":188,"props":351,"children":352},{},[353,362],{"type":46,"tag":210,"props":354,"children":355},{},[356],{"type":46,"tag":68,"props":357,"children":359},{"className":358},[],[360],{"type":52,"value":361},"profile_targets",{"type":46,"tag":210,"props":363,"children":364},{},[365],{"type":52,"value":366},"Optional profiles and versions that should adopt the feature.",{"type":46,"tag":188,"props":368,"children":369},{},[370,379],{"type":46,"tag":210,"props":371,"children":372},{},[373],{"type":46,"tag":68,"props":374,"children":376},{"className":375},[],[377],{"type":52,"value":378},"validation_strategy",{"type":46,"tag":210,"props":380,"children":381},{},[382],{"type":52,"value":383},"Automated validator, runtime test, manual test, or documented gap.",{"type":46,"tag":188,"props":385,"children":386},{},[387,396],{"type":46,"tag":210,"props":388,"children":389},{},[390],{"type":46,"tag":68,"props":391,"children":393},{"className":392},[],[394],{"type":52,"value":395},"conform_skill_plan",{"type":46,"tag":210,"props":397,"children":398},{},[399],{"type":52,"value":400},"New conform skill name, existing conform skill to update, or documented reason no conform skill can safely repair the feature.",{"type":46,"tag":55,"props":402,"children":404},{"id":403},"instructions",[405],{"type":52,"value":406},"Instructions",{"type":46,"tag":62,"props":408,"children":409},{},[410],{"type":52,"value":411},"Use this checklist when changing the repository:",{"type":46,"tag":413,"props":414,"children":415},"ol",{},[416,421,426,431,521,555,567,579,631,652],{"type":46,"tag":105,"props":417,"children":418},{},[419],{"type":52,"value":420},"Inspect existing feature numbers, IDs, filenames, and variant suffixes. Avoid reusing an ID or inventing a new suffix when an existing suffix matches.",{"type":46,"tag":105,"props":422,"children":423},{},[424],{"type":52,"value":425},"Define the runtime promise in asset terms before choosing requirements.",{"type":46,"tag":105,"props":427,"children":428},{},[429],{"type":52,"value":430},"Prefer existing requirements and validators. Add new requirement docs or validators only when the feature needs a new testable rule.",{"type":46,"tag":105,"props":432,"children":433},{},[434,436,441,443],{"type":52,"value":435},"Create the JSON manifest under ",{"type":46,"tag":68,"props":437,"children":439},{"className":438},[],[440],{"type":52,"value":73},{"type":52,"value":442},":\n",{"type":46,"tag":101,"props":444,"children":445},{},[446,457,495,506,511,516],{"type":46,"tag":105,"props":447,"children":448},{},[449,451],{"type":52,"value":450},"use the guide filename pattern ",{"type":46,"tag":68,"props":452,"children":454},{"className":453},[],[455],{"type":52,"value":456},"FET_###_base_\u003Cvariant>-\u003Cversion>-\u003Cdescription>.json",{"type":46,"tag":105,"props":458,"children":459},{},[460,462,468,470,475,476,481,482,488,490],{"type":52,"value":461},"include ",{"type":46,"tag":68,"props":463,"children":465},{"className":464},[],[466],{"type":52,"value":467},"id",{"type":52,"value":469},", ",{"type":46,"tag":68,"props":471,"children":473},{"className":472},[],[474],{"type":52,"value":268},{"type":52,"value":469},{"type":46,"tag":68,"props":477,"children":479},{"className":478},[],[480],{"type":52,"value":293},{"type":52,"value":469},{"type":46,"tag":68,"props":483,"children":485},{"className":484},[],[486],{"type":52,"value":487},"path",{"type":52,"value":489},", and ",{"type":46,"tag":68,"props":491,"children":493},{"className":492},[],[494],{"type":52,"value":327},{"type":46,"tag":105,"props":496,"children":497},{},[498,499,504],{"type":52,"value":461},{"type":46,"tag":68,"props":500,"children":502},{"className":501},[],[503],{"type":52,"value":344},{"type":52,"value":505}," only when the feature actually depends on other features",{"type":46,"tag":105,"props":507,"children":508},{},[509],{"type":52,"value":510},"use exact dependency versions",{"type":46,"tag":105,"props":512,"children":513},{},[514],{"type":52,"value":515},"avoid circular dependencies",{"type":46,"tag":105,"props":517,"children":518},{},[519],{"type":52,"value":520},"keep requirements explicit when feature expansion replaces a base requirement",{"type":46,"tag":105,"props":522,"children":523},{},[524,526,531,532],{"type":52,"value":525},"Create the feature markdown page under ",{"type":46,"tag":68,"props":527,"children":529},{"className":528},[],[530],{"type":52,"value":73},{"type":52,"value":442},{"type":46,"tag":101,"props":533,"children":534},{},[535,540,545,550],{"type":46,"tag":105,"props":536,"children":537},{},[538],{"type":52,"value":539},"describe the runtime use case",{"type":46,"tag":105,"props":541,"children":542},{},[543],{"type":52,"value":544},"list properties, dependencies, profiles, and requirements",{"type":46,"tag":105,"props":546,"children":547},{},[548],{"type":52,"value":549},"link each requirement doc and validator implementation when available",{"type":46,"tag":105,"props":551,"children":552},{},[553],{"type":52,"value":554},"document testing, samples, manual review, and known gaps",{"type":46,"tag":105,"props":556,"children":557},{},[558,560,565],{"type":52,"value":559},"Update ",{"type":46,"tag":68,"props":561,"children":563},{"className":562},[],[564],{"type":52,"value":149},{"type":52,"value":566}," with the new feature row and toctree entry.",{"type":46,"tag":105,"props":568,"children":569},{},[570,571,577],{"type":52,"value":559},{"type":46,"tag":68,"props":572,"children":574},{"className":573},[],[575],{"type":52,"value":576},"nv_core\u002Fsr_specs\u002Fdocs\u002Ffeatures\u002Ffeature-dependency-graph.md",{"type":52,"value":578}," when the feature has dependencies or affects common dependency diagrams.",{"type":46,"tag":105,"props":580,"children":581},{},[582,584],{"type":52,"value":583},"Add a conform skill for the new feature when the feature can produce asset-level validation failures:\n",{"type":46,"tag":101,"props":585,"children":586},{},[587,598,603,608,613,626],{"type":46,"tag":105,"props":588,"children":589},{},[590,592],{"type":52,"value":591},"create ",{"type":46,"tag":68,"props":593,"children":595},{"className":594},[],[596],{"type":52,"value":597},"skills\u002Fsimready-foundation-conform-fet-###-\u003Cfeature-name>\u002FSKILL.md",{"type":46,"tag":105,"props":599,"children":600},{},[601],{"type":52,"value":602},"include source-of-truth feature\u002Frequirement\u002Fvalidator paths",{"type":46,"tag":105,"props":604,"children":605},{},[606],{"type":52,"value":607},"define what the skill may repair automatically and what it must block on",{"type":46,"tag":105,"props":609,"children":610},{},[611],{"type":52,"value":612},"call out required model\u002Ftool capabilities, such as vision, CAD\u002Fsource data, runtime simulation, or material identity",{"type":46,"tag":105,"props":614,"children":615},{},[616,618,624],{"type":52,"value":617},"update ",{"type":46,"tag":68,"props":619,"children":621},{"className":620},[],[622],{"type":52,"value":623},"assets\u002Fopenai.yaml",{"type":52,"value":625}," so the skill is discoverable",{"type":46,"tag":105,"props":627,"children":628},{},[629],{"type":52,"value":630},"if the feature is metadata-only, advisory-only, or cannot be repaired safely, document the reason in the feature summary and validation handoff",{"type":46,"tag":105,"props":632,"children":633},{},[634,636,642,644,650],{"type":52,"value":635},"If profile adoption is requested, hand off to ",{"type":46,"tag":68,"props":637,"children":639},{"className":638},[],[640],{"type":52,"value":641},"simready-foundation-add-profile",{"type":52,"value":643}," or ",{"type":46,"tag":68,"props":645,"children":647},{"className":646},[],[648],{"type":52,"value":649},"simready-foundation-update-profile",{"type":52,"value":651},"; do not silently mutate an existing profile version.",{"type":46,"tag":105,"props":653,"children":654},{},[655],{"type":52,"value":656},"Validate consistency:",{"type":46,"tag":101,"props":658,"children":659},{},[660,665,684,689,694,699],{"type":46,"tag":105,"props":661,"children":662},{},[663],{"type":52,"value":664},"JSON parses",{"type":46,"tag":105,"props":666,"children":667},{},[668,670,675,677,682],{"type":52,"value":669},"manifest ",{"type":46,"tag":68,"props":671,"children":673},{"className":672},[],[674],{"type":52,"value":467},{"type":52,"value":676}," and ",{"type":46,"tag":68,"props":678,"children":680},{"className":679},[],[681],{"type":52,"value":268},{"type":52,"value":683}," match the requested feature",{"type":46,"tag":105,"props":685,"children":686},{},[687],{"type":52,"value":688},"every dependency feature\u002Fversion exists",{"type":46,"tag":105,"props":690,"children":691},{},[692],{"type":52,"value":693},"every requirement ID is documented or intentionally new in the same change",{"type":46,"tag":105,"props":695,"children":696},{},[697],{"type":52,"value":698},"feature markdown and index links resolve by path\u002Fname",{"type":46,"tag":105,"props":700,"children":701},{},[702],{"type":52,"value":703},"the matching conform skill exists or the no-conform-skill rationale is documented",{"type":46,"tag":55,"props":705,"children":707},{"id":706},"examples",[708],{"type":52,"value":709},"Examples",{"type":46,"tag":62,"props":711,"children":712},{},[713],{"type":52,"value":714},"Example request:",{"type":46,"tag":716,"props":717,"children":722},"pre",{"className":718,"code":720,"language":52,"meta":721},[719],"language-text","Add a new SimReady Foundation feature FET025 for factory connection points and wire it into feature docs and manifests.\n","",[723],{"type":46,"tag":68,"props":724,"children":725},{"__ignoreMap":721},[726],{"type":52,"value":720},{"type":46,"tag":62,"props":728,"children":729},{},[730],{"type":52,"value":731},"Expected result summary:",{"type":46,"tag":716,"props":733,"children":736},{"className":734,"code":735,"language":52,"meta":721},[719],"changed_files: new docs, manifests, indexes, or validation scaffolding\nvalidation: focused static checks and any relevant docs\u002Fbuild checks\nremaining_gaps: requirement, validator, adapter, profile, or runtime-test follow-up\n",[737],{"type":46,"tag":68,"props":738,"children":739},{"__ignoreMap":721},[740],{"type":52,"value":735},{"type":46,"tag":55,"props":742,"children":744},{"id":743},"policies",[745],{"type":52,"value":746},"Policies",{"type":46,"tag":101,"props":748,"children":749},{},[750,755,760,765,770,783],{"type":46,"tag":105,"props":751,"children":752},{},[753],{"type":52,"value":754},"Feature versions are immutable once published or used by a profile.",{"type":46,"tag":105,"props":756,"children":757},{},[758],{"type":52,"value":759},"Keep the feature focused on one runtime promise.",{"type":46,"tag":105,"props":761,"children":762},{},[763],{"type":52,"value":764},"Do not include requirements just because they are nearby; include only what the feature needs.",{"type":46,"tag":105,"props":766,"children":767},{},[768],{"type":52,"value":769},"If a technology-specific feature replaces a neutral\u002Fbase requirement, list the full replacement requirement set explicitly instead of depending on the base feature for conflicting rules.",{"type":46,"tag":105,"props":771,"children":772},{},[773,775,781],{"type":52,"value":774},"Treat ",{"type":46,"tag":68,"props":776,"children":778},{"className":777},[],[779],{"type":52,"value":780},"profiles.toml",{"type":52,"value":782}," as profile source of truth; feature docs should mention profile usage but not replace TOML.",{"type":46,"tag":105,"props":784,"children":785},{},[786],{"type":52,"value":787},"Feature authoring and asset repair should evolve together. A new feature that introduces required authored USD data should normally ship with a conform skill for repairing or clearly blocking on that feature.",{"type":46,"tag":55,"props":789,"children":791},{"id":790},"limitations",[792],{"type":52,"value":793},"Limitations",{"type":46,"tag":101,"props":795,"children":796},{},[797,802,807],{"type":46,"tag":105,"props":798,"children":799},{},[800],{"type":52,"value":801},"Do not mutate published feature or profile versions in place.",{"type":46,"tag":105,"props":803,"children":804},{},[805],{"type":52,"value":806},"Do not invent requirement IDs or validator behavior when the contract is ambiguous; record the question.",{"type":46,"tag":105,"props":808,"children":809},{},[810],{"type":52,"value":811},"Do not skip index, manifest, validation, or downstream follow-up notes.",{"type":46,"tag":55,"props":813,"children":815},{"id":814},"troubleshooting",[816],{"type":52,"value":817},"Troubleshooting",{"type":46,"tag":101,"props":819,"children":820},{},[821,826,831],{"type":46,"tag":105,"props":822,"children":823},{},[824],{"type":52,"value":825},"Error: the new concept overlaps an existing artifact. Solution: update the existing capability, requirement, feature, profile, or adapter instead.",{"type":46,"tag":105,"props":827,"children":828},{},[829],{"type":52,"value":830},"Error: names or IDs conflict. Solution: re-check naming conventions and nearby indexes before editing further.",{"type":46,"tag":105,"props":832,"children":833},{},[834],{"type":52,"value":835},"Error: validation strategy is unclear. Solution: document deferred validation and the exact follow-up skill.",{"type":46,"tag":55,"props":837,"children":839},{"id":838},"resources",[840],{"type":52,"value":841},"Resources",{"type":46,"tag":101,"props":843,"children":844},{},[845],{"type":46,"tag":105,"props":846,"children":847},{},[848,853],{"type":46,"tag":68,"props":849,"children":851},{"className":850},[],[852],{"type":52,"value":623},{"type":52,"value":854}," preserves optional UI metadata for clients that read skill display hints. It is not required for the workflow.",{"type":46,"tag":55,"props":856,"children":858},{"id":857},"summary-format",[859],{"type":52,"value":860},"Summary Format",{"type":46,"tag":62,"props":862,"children":863},{},[864],{"type":52,"value":865},"Report:",{"type":46,"tag":180,"props":867,"children":868},{},[869,885],{"type":46,"tag":184,"props":870,"children":871},{},[872],{"type":46,"tag":188,"props":873,"children":874},{},[875,880],{"type":46,"tag":192,"props":876,"children":877},{},[878],{"type":52,"value":879},"Field",{"type":46,"tag":192,"props":881,"children":882},{},[883],{"type":52,"value":884},"Meaning",{"type":46,"tag":203,"props":886,"children":887},{},[888,904,920,937,954,970,986,1011,1028,1045],{"type":46,"tag":188,"props":889,"children":890},{},[891,899],{"type":46,"tag":210,"props":892,"children":893},{},[894],{"type":46,"tag":68,"props":895,"children":897},{"className":896},[],[898],{"type":52,"value":243},{"type":46,"tag":210,"props":900,"children":901},{},[902],{"type":52,"value":903},"New feature ID.",{"type":46,"tag":188,"props":905,"children":906},{},[907,915],{"type":46,"tag":210,"props":908,"children":909},{},[910],{"type":46,"tag":68,"props":911,"children":913},{"className":912},[],[914],{"type":52,"value":268},{"type":46,"tag":210,"props":916,"children":917},{},[918],{"type":52,"value":919},"New feature version.",{"type":46,"tag":188,"props":921,"children":922},{},[923,932],{"type":46,"tag":210,"props":924,"children":925},{},[926],{"type":46,"tag":68,"props":927,"children":929},{"className":928},[],[930],{"type":52,"value":931},"feature_markdown",{"type":46,"tag":210,"props":933,"children":934},{},[935],{"type":52,"value":936},"Feature documentation path.",{"type":46,"tag":188,"props":938,"children":939},{},[940,949],{"type":46,"tag":210,"props":941,"children":942},{},[943],{"type":46,"tag":68,"props":944,"children":946},{"className":945},[],[947],{"type":52,"value":948},"feature_manifest",{"type":46,"tag":210,"props":950,"children":951},{},[952],{"type":52,"value":953},"JSON manifest path.",{"type":46,"tag":188,"props":955,"children":956},{},[957,965],{"type":46,"tag":210,"props":958,"children":959},{},[960],{"type":46,"tag":68,"props":961,"children":963},{"className":962},[],[964],{"type":52,"value":327},{"type":46,"tag":210,"props":966,"children":967},{},[968],{"type":52,"value":969},"Requirement IDs included.",{"type":46,"tag":188,"props":971,"children":972},{},[973,981],{"type":46,"tag":210,"props":974,"children":975},{},[976],{"type":46,"tag":68,"props":977,"children":979},{"className":978},[],[980],{"type":52,"value":344},{"type":46,"tag":210,"props":982,"children":983},{},[984],{"type":52,"value":985},"Feature dependencies included.",{"type":46,"tag":188,"props":987,"children":988},{},[989,998],{"type":46,"tag":210,"props":990,"children":991},{},[992],{"type":46,"tag":68,"props":993,"children":995},{"className":994},[],[996],{"type":52,"value":997},"profiles_updated",{"type":46,"tag":210,"props":999,"children":1000},{},[1001,1003,1009],{"type":52,"value":1002},"Profiles changed, or ",{"type":46,"tag":68,"props":1004,"children":1006},{"className":1005},[],[1007],{"type":52,"value":1008},"none",{"type":52,"value":1010},".",{"type":46,"tag":188,"props":1012,"children":1013},{},[1014,1023],{"type":46,"tag":210,"props":1015,"children":1016},{},[1017],{"type":46,"tag":68,"props":1018,"children":1020},{"className":1019},[],[1021],{"type":52,"value":1022},"conform_skill",{"type":46,"tag":210,"props":1024,"children":1025},{},[1026],{"type":52,"value":1027},"New\u002Fupdated conform skill path, or documented rationale for none.",{"type":46,"tag":188,"props":1029,"children":1030},{},[1031,1040],{"type":46,"tag":210,"props":1032,"children":1033},{},[1034],{"type":46,"tag":68,"props":1035,"children":1037},{"className":1036},[],[1038],{"type":52,"value":1039},"validation",{"type":46,"tag":210,"props":1041,"children":1042},{},[1043],{"type":52,"value":1044},"Checks run and remaining gaps.",{"type":46,"tag":188,"props":1046,"children":1047},{},[1048,1057],{"type":46,"tag":210,"props":1049,"children":1050},{},[1051],{"type":46,"tag":68,"props":1052,"children":1054},{"className":1053},[],[1055],{"type":52,"value":1056},"next_step",{"type":46,"tag":210,"props":1058,"children":1059},{},[1060],{"type":52,"value":1061},"Profile adoption, validator work, runtime test, or review.",{"items":1063,"total":1137},[1064,1074,1081,1091,1102,1113,1126],{"slug":1065,"name":1065,"fn":1066,"description":1067,"org":1068,"tags":1069,"stars":23,"repoUrl":24,"updatedAt":1073},"simready-foundation-add-capability","add SimReady capability documentation","Add SimReady capability docs, requirement indexes, validation stubs, and registrations for new requirement families.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1070,1071,1072],{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"2026-07-14T05:34:08.047242",{"slug":4,"name":4,"fn":5,"description":6,"org":1075,"tags":1076,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1077,1078,1079,1080],{"name":13,"slug":14,"type":15},{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},{"slug":1082,"name":1082,"fn":1083,"description":1084,"org":1085,"tags":1086,"stars":23,"repoUrl":24,"updatedAt":1090},"simready-foundation-add-feature-adapter","mutate USD assets with feature adapters","Use for adding SimReady feature adapters that mutate USD assets between exact feature or profile versions.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1087,1088,1089],{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"2026-07-14T05:34:02.999518",{"slug":641,"name":641,"fn":1092,"description":1093,"org":1094,"tags":1095,"stars":23,"repoUrl":24,"updatedAt":1101},"add SimReady profile versions","Use for adding SimReady profile versions with feature bundles, docs, indexes, and validation notes.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1096,1097,1098,1099],{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},{"name":1100,"slug":1039,"type":15},"Validation","2026-07-14T05:34:00.482781",{"slug":1103,"name":1103,"fn":1104,"description":1105,"org":1106,"tags":1107,"stars":23,"repoUrl":24,"updatedAt":1112},"simready-foundation-add-requirement","add atomic SimReady requirements","Use for adding atomic SimReady requirements with stable IDs, docs, examples, indexes, and validator follow-up.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1108,1109,1110,1111],{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},{"name":1100,"slug":1039,"type":15},"2026-07-14T05:34:11.881936",{"slug":1114,"name":1114,"fn":1115,"description":1116,"org":1117,"tags":1118,"stars":23,"repoUrl":24,"updatedAt":1125},"simready-foundation-add-runtime-test","add SimReady runtime tests","Use for adding SimReady runtime tests, runner expectations, batch\u002Fjob\u002Freport notes, and validation evidence.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1119,1120,1121,1124],{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},{"name":1122,"slug":1123,"type":15},"Testing","testing",{"name":1100,"slug":1039,"type":15},"2026-07-14T05:34:09.295859",{"slug":1127,"name":1127,"fn":1128,"description":1129,"org":1130,"tags":1131,"stars":23,"repoUrl":24,"updatedAt":1136},"simready-foundation-add-validator","add executable SimReady validators","Use for adding executable SimReady validators that report requirement IDs with focused pass\u002Ffail coverage.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1132,1133,1134,1135],{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},{"name":1100,"slug":1039,"type":15},"2026-07-14T05:34:14.407249",26,{"items":1139,"total":1294},[1140,1156,1174,1185,1197,1211,1224,1238,1249,1260,1274,1283],{"slug":1141,"name":1141,"fn":1142,"description":1143,"org":1144,"tags":1145,"stars":1153,"repoUrl":1154,"updatedAt":1155},"nemoclaw-user-guide","retrieve NemoClaw documentation and configuration","Guides human users' AI agents to the NemoClaw docs MCP server and canonical Fern documentation in Markdown form. Use when users ask how to install, configure, operate, troubleshoot, secure, or learn NemoClaw with an AI coding assistant. Trigger keywords - nemoclaw docs, use nemoclaw with ai agent, nemoclaw mcp docs, nemoclaw install help, nemoclaw quickstart, nemoclaw markdown docs, llms.txt, agent skills.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1146,1147,1150],{"name":13,"slug":14,"type":15},{"name":1148,"slug":1149,"type":15},"MCP","mcp",{"name":1151,"slug":1152,"type":15},"Search","search",21777,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FNemoClaw","2026-07-20T06:00:01.461044",{"slug":1157,"name":1157,"fn":1158,"description":1159,"org":1160,"tags":1161,"stars":1171,"repoUrl":1172,"updatedAt":1173},"mcore-build-and-dependency","manage Megatron-LM development environments","Container-based dev environment setup and dependency management for Megatron-LM. Covers acquiring and launching the CI container, uv package management, and updating uv.lock.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1162,1165,1168],{"name":1163,"slug":1164,"type":15},"Containers","containers",{"name":1166,"slug":1167,"type":15},"Deployment","deployment",{"name":1169,"slug":1170,"type":15},"Python","python",17049,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FMegatron-LM","2026-07-27T06:06:11.249662",{"slug":1175,"name":1175,"fn":1176,"description":1177,"org":1178,"tags":1179,"stars":1171,"repoUrl":1172,"updatedAt":1184},"mcore-bump-base-image","update NVIDIA PyTorch base images","Bump the NVIDIA PyTorch base image (`nvcr.io\u002Fnvidia\u002Fpytorch:YY.MM-py3`) used by Megatron-LM CI. Covers the two pin sites (GitHub CI in `docker\u002F.ngc_version.dev` and GitLab CI in `.gitlab\u002Fstages\u002F01.build.yml`), the post-bump CI loop (re-run functional tests, refresh golden values, mark broken tests), and the gotchas that bit PRs",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1180,1183],{"name":1181,"slug":1182,"type":15},"CI\u002FCD","ci-cd",{"name":1166,"slug":1167,"type":15},"2026-07-14T05:25:59.97109",{"slug":1186,"name":1186,"fn":1187,"description":1188,"org":1189,"tags":1190,"stars":1171,"repoUrl":1172,"updatedAt":1196},"mcore-cicd","manage CI\u002FCD pipelines for Megatron-LM","CI\u002FCD reference for Megatron-LM. Covers CI pipeline structure, PR scope labels, triggering internal GitLab CI (which force-pushes the current branch to a pull-request\u002FBRANCH ref — always dry-run and verify the destination first; never run against shared or protected branches), and CI failure investigation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1191,1192,1193],{"name":1181,"slug":1182,"type":15},{"name":1166,"slug":1167,"type":15},{"name":1194,"slug":1195,"type":15},"GitHub","github","2026-07-27T06:06:12.278222",{"slug":1198,"name":1198,"fn":1199,"description":1200,"org":1201,"tags":1202,"stars":1171,"repoUrl":1172,"updatedAt":1210},"mcore-create-issue","investigate CI failures and create issues","Investigate a failing GitHub Actions run or job and create a GitHub issue for the failure.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1203,1206,1207],{"name":1204,"slug":1205,"type":15},"Debugging","debugging",{"name":1194,"slug":1195,"type":15},{"name":1208,"slug":1209,"type":15},"Triage","triage","2026-07-14T05:25:57.442089",{"slug":1212,"name":1212,"fn":1213,"description":1214,"org":1215,"tags":1216,"stars":1171,"repoUrl":1172,"updatedAt":1223},"mcore-linting-and-formatting","lint and format Megatron-LM code","Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1217,1220],{"name":1218,"slug":1219,"type":15},"Best Practices","best-practices",{"name":1221,"slug":1222,"type":15},"Code Analysis","code-analysis","2026-07-14T05:25:56.18433",{"slug":1225,"name":1225,"fn":1226,"description":1227,"org":1228,"tags":1229,"stars":1171,"repoUrl":1172,"updatedAt":1237},"mcore-migrate-gpt-to-hybrid","migrate Megatron-LM models to HybridModel","Migration guide for moving Megatron Core GPTModel checkpoints, model providers, training commands, and layer mappings to HybridModel.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1230,1233,1236],{"name":1231,"slug":1232,"type":15},"Machine Learning","machine-learning",{"name":1234,"slug":1235,"type":15},"Migration","migration",{"name":9,"slug":8,"type":15},"2026-07-17T06:07:11.777011",{"slug":1239,"name":1239,"fn":1240,"description":1241,"org":1242,"tags":1243,"stars":1171,"repoUrl":1172,"updatedAt":1248},"mcore-onboard-gb200-1node-tests","onboard functional tests for GB200","Onboard 1-node GitHub MR functional tests for GB200 from existing mr-scoped 2-node tests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1244,1247],{"name":1245,"slug":1246,"type":15},"QA","qa",{"name":1122,"slug":1123,"type":15},"2026-07-14T05:25:53.673039",{"slug":1250,"name":1250,"fn":1251,"description":1252,"org":1253,"tags":1254,"stars":1171,"repoUrl":1172,"updatedAt":1259},"mcore-run-on-slurm","launch distributed training jobs on SLURM","How to launch distributed Megatron-LM training jobs on a SLURM cluster. Covers a minimal sbatch skeleton, environment-variable setup for torch.distributed.run, CUDA_DEVICE_MAX_CONNECTIONS rules across hardware and parallelism modes, container conventions, monitoring, and per-rank failure diagnosis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1255,1256],{"name":1166,"slug":1167,"type":15},{"name":1257,"slug":1258,"type":15},"Infrastructure","infrastructure","2026-07-14T05:25:49.362534",{"slug":1261,"name":1261,"fn":1262,"description":1263,"org":1264,"tags":1265,"stars":1171,"repoUrl":1172,"updatedAt":1273},"mcore-split-pr","split pull requests to reduce review load","Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1266,1269,1270],{"name":1267,"slug":1268,"type":15},"Code Review","code-review",{"name":1194,"slug":1195,"type":15},{"name":1271,"slug":1272,"type":15},"Pull Requests","pull-requests","2026-07-14T05:26:01.226578",{"slug":1275,"name":1275,"fn":1276,"description":1277,"org":1278,"tags":1279,"stars":1171,"repoUrl":1172,"updatedAt":1282},"mcore-testing","run and manage Megatron-LM tests","Test system for Megatron-LM. Covers test layout, recipe YAML structure, adding and running unit and functional tests, golden values, marker filters, and CI parity.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1280,1281],{"name":1245,"slug":1246,"type":15},{"name":1122,"slug":1123,"type":15},"2026-07-14T05:25:54.928983",{"slug":1284,"name":1284,"fn":1285,"description":1286,"org":1287,"tags":1288,"stars":1171,"repoUrl":1172,"updatedAt":1293},"nightly-sync","manage nightly main-to-dev sync workflows","Domain knowledge for the nightly main-to-dev sync workflow. Covers merge strategy, CI architecture, failure investigation, and known issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1289,1292],{"name":1290,"slug":1291,"type":15},"Automation","automation",{"name":1181,"slug":1182,"type":15},"2026-07-30T05:29:03.275638",496]