simready-foundation-add-requirement

작성자: nvidia

Use for adding atomic SimReady requirements with stable IDs, docs, examples, indexes, and validator follow-up.

npx skills add https://github.com/nvidia/simready-foundation --skill simready-foundation-add-requirement

SimReady Add Requirement

Purpose

Use this skill to add one new atomic, testable requirement to an existing SimReady capability. A requirement is the smallest stable contract that features can include and validators can report.

If no existing capability fits, use simready-foundation-add-capability first. If the requirement changes behavior for an existing rule, use simready-foundation-update-requirement.

Prerequisites

Before editing, read:

  • AGENTS.md
  • nv_core/sr_specs/docs/guides/guides.md
  • nv_core/sr_specs/docs/guides/features/features.md
  • nv_core/sr_specs/docs/guides/features_expansion_workflow.md
  • nv_core/sr_specs/docs/guides/naming_conventions.md
  • target capability capability-*.md, requirements.md, existing requirements/*.md, and validation.py

Inputs

Collect or infer:

InputRequirement
capability_pathExisting capability folder under nv_core/sr_specs/docs/capabilities/.
requirement_slugKebab-case filename without .md.
requirement_codeStable code such as RB.011 or NVM.006; must not already exist.
summaryOne-sentence rule statement.
descriptionPrecise asset condition being checked.
compatibilityOpenUSD, PhysX, Isaac Sim, MDL, or other relevant compatibility tier.
tagsEssential, correctness, portability, performance, or another existing tag.
examplesValid and invalid USDA or structured examples.
validator_planExisting validator, new validator needed, manual-only, or runtime-only.

Instructions

Use this checklist when changing the repository:

  1. Confirm the target capability exists and the requirement code is unused across nv_core/sr_specs/docs.
  2. Create requirements/<requirement_slug>.md using the repository's requirement metadata table style: Code, Validator, Compatibility, and Tags.
  3. Include Summary, Description, Why, Examples, How to comply, and relevant USD or runtime references.
  4. Add valid and invalid examples that show the smallest meaningful pass/fail distinction.
  5. Add the requirement filename to the capability requirements.md toctree or requirements table.
  6. If the capability overview lists requirements directly, update capability-<slug>.md too.
  7. If an objective rule can be implemented now, hand off to simready-foundation-add-validator.
  8. If an existing or new feature should include this requirement, hand off to simready-foundation-add-feature or simready-foundation-update-feature.
  9. Validate consistency:
    • requirement code is unique
    • requirement file is reachable from the capability index
    • examples align with the described rule
    • validator status is stated honestly

Examples

Example request:

Add a new atomic requirement for factory connection point direction metadata.

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

Policies

  • Requirements must be atomic. Split compound rules into separate requirement IDs.
  • Do not create a requirement just to mirror a feature name; define the concrete asset rule.
  • Prefer native USD concepts before custom metadata.
  • Any new custom USD property or attribute named by the requirement must follow naming_conventions.md namespace rules.
  • Use warnings or manual review for subjective guidance; reserve failures for objective contract violations.
  • Do not list a requirement in a feature until its intended validation status is clear.

Limitations

  • Do not mutate published feature or profile versions in place.
  • Do not invent requirement IDs or validator behavior when the contract is ambiguous; record the question.
  • Do not skip index, manifest, validation, or downstream follow-up notes.

Troubleshooting

  • Error: the new concept overlaps an existing artifact. Solution: update the existing capability, requirement, feature, profile, or adapter instead.
  • Error: names or IDs conflict. Solution: re-check naming conventions and nearby indexes before editing further.
  • Error: validation strategy is unclear. Solution: document deferred validation and the exact follow-up skill.

Resources

  • assets/openai.yaml preserves optional UI metadata for clients that read skill display hints. It is not required for the workflow.

Summary Format

Report:

FieldMeaning
requirement_codeNew requirement ID.
requirement_docMarkdown path.
capabilityCapability folder updated.
index_updatesRequirement index/overview files updated.
validator_planNew validator, existing validator, manual review, or runtime test.
feature_followupFeature(s) that should include the requirement.
validationChecks run and remaining gaps.

nvidia의 다른 스킬

compileiq-debug
nvidia
Use when something is wrong: Search() hangs, all evaluations return INVALID_SCORE, scores aren't improving, every config returns the same number, ptxas errors…
official
create-github-pr
nvidia
gh CLI를 사용하여 GitHub 풀 리퀘스트를 생성합니다. 사용자가 새 PR을 만들거나, 코드 리뷰를 제출하거나, 풀 리퀘스트를 열고자 할 때 사용합니다. 트리거 키워드 -…
official
diagnose-perf
nvidia
First-responder performance triage for Isaac Sim and Isaac Lab. Identifies bottleneck category (GPU-bound, CPU-bound, VRAM, loading) using nvidia-smi and…
official
eagle3-review-logs
nvidia
Review EAGLE3 pipeline experiment logs from the launcher's experiments/ directory. Summarizes pass/fail status for all 4 tasks, diagnoses failures with root…
official
nemoclaw-maintainer-cross-issue-sweep
nvidia
다른 열린 이슈들을 스캔하여 주어진 PR이 함께 수정하거나 실수로 망가뜨릴 수 있는 이슈를 찾습니다. 인접 수정 기회와 모순 위험을 file:line…과 함께 출력합니다.
official
karpathy-guidelines
nvidia
일반적인 LLM 코딩 실수를 줄이기 위한 행동 지침입니다. 코드 작성, 검토 또는 리팩토링 시 과도한 복잡성을 피하고 정밀한 변경을 위해 사용하세요.
official
fhir-basics
nvidia
에이전트에게 FHIR R4 API의 작동 방식, 사용 가능한 리소스, 검색 매개변수를 사용한 쿼리 방법, 모든 응답 형식을 올바르게 파싱하는 방법을 가르칩니다…
official
underdeclared-agent
nvidia
A helpful assistant agent
official