Claude Code plugin marketplace for reqstool AI-assisted requirements traceability.
When changing a plugin, bump both versions so installed instances detect the update:
- Plugin version —
plugins/<plugin>/.claude-plugin/plugin.json→"version"field - Marketplace version —
.claude-plugin/marketplace.jsonand.github/plugin/marketplace.json→metadata.versionfield
Use semver: patch for docs/typo fixes, minor for new features or behavior changes, major for breaking changes.
Keep both marketplace.json files in sync (.claude-plugin/ for Claude Code, .github/plugin/ for Copilot CLI).
plugins/reqstool/— core reqstool skills and commandsplugins/reqstool-openspec/— OpenSpec integration (separate install)
# Load plugins directly (session-scoped, no side effects)
claude --plugin-dir ./plugins/reqstool
claude --plugin-dir ./plugins/reqstool-openspec
# Or for Copilot CLI
copilot plugin install --path ./plugins/reqstool
copilot plugin install --path ./plugins/reqstool-openspecSee CONTRIBUTING.md for the full testing and contribution process.