plugins/reqstool-openspec/skills/reqstool-openspec-init/SKILL.md
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.
npx skillsauth add reqstool/reqstool-ai reqstool-openspec:initInstall 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.
Install or upgrade the reqstool openspecui hook in this project.
Steps
Read the version from the template: look for // @reqstool-openspec-hooks: <version> on the first line of references/openspecui.hooks.ts.
Check if openspec/openspecui.hooks.ts already exists in the project.
@reqstool-openspec-hooks version (if present).
Create the openspec/ directory if it does not exist.
Write references/openspecui.hooks.ts verbatim to openspec/openspecui.hooks.ts in the project root.
Report: tell the user the file was written (or upgraded) and remind them:
reqstool must be on PATH (install via pipx install reqstool).reqstool-ai.yaml by walking up from the project diropenspec/openspecui.hooks.ts to version controltools
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.
tools
Add a new requirement to the system-level requirements.yml and update the relevant subproject filter. Use when the user wants to add a new requirement.