plugins/reqstool-openspec/skills/reqstool-openspec/SKILL.md
OpenSpec + reqstool integration conventions. Auto-applied when working with OpenSpec spec.md files that reference reqstool requirement or SVC IDs.
npx skillsauth add reqstool/reqstool-ai reqstool-openspecInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When creating or modifying OpenSpec spec.md files that reference reqstool requirements or SVCs, read the convention files from this skill's references/ directory.
references/reqstool-openspec-conventions.md — how to reference reqstool IDs in spec.md files, format rules, validationreferences/config-rules.yaml — reqstool rules to add to openspec/config.yamlIf openspec/openspecui.hooks.ts does not exist in the project root, proactively suggest:
Run
/reqstool-openspec:reqstool-openspec-initto install the reqstool openspecui hook, which automatically enriches all OpenSpec documents with requirement and SVC titles at read time.
tools
Install the openspecui reqstool hook into this project. Writes openspec/openspecui.hooks.ts so openspecui enriches all OpenSpec documents (spec, changes, and archived) with reqstool requirement/SVC titles and descriptions at read time.
tools
Run reqstool traceability status on the local filesystem. Use when the user wants to check requirement coverage, missing implementations, or test status.
tools
Create or update .reqstool-ai.yaml configuration for a project. Use when the user wants to initialize or reconfigure reqstool-ai settings.
tools
Add a new Software Verification Case (SVC) to the system-level SVCs file and update the relevant subproject filter. Use when the user wants to add a test scenario for a requirement.