Agent Plugins Marketplace
All plugins

reqstool-openspec

v0.2.3

OpenSpec integration for reqstool — conventions for referencing reqstool IDs in OpenSpec files, plus an openspecui hook that enriches all OpenSpec documents with reqstool requirement/SVC titles and descriptions at read time.

Claude Code1 Skill

By reqstoolLicense: Apache-2.01 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install reqstool-openspec for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install reqstool-openspec@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/reqstool/reqstool-ai

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/reqstool-openspec/.

Plugin files

plugins/reqstool-openspec/
├── .claude-plugin/plugin.json
└── skills/reqstool-openspec/SKILL.md

Included Skills1

reqstool-openspecskills/reqstool-openspec/SKILL.md

OpenSpec + reqstool integration conventions. Auto-applied when working with OpenSpec spec.md files that reference reqstool requirement or SVC IDs.

Plugin manifests1

plugins/reqstool-openspec/.claude-plugin/plugin.json
{
  "name": "reqstool-openspec",
  "description": "OpenSpec integration for reqstool — conventions for referencing reqstool IDs in OpenSpec files, plus an openspecui hook that enriches all OpenSpec documents with reqstool requirement/SVC titles and descriptions at read time.",
  "version": "0.2.3",
  "author": {
    "name": "reqstool",
    "url": "https://github.com/reqstool"
  },
  "license": "Apache-2.0",
  "keywords": [
    "reqstool",
    "openspec",
    "requirements",
    "traceability",
    "specs"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[reqstool-openspec on Agent Plugins Marketplace](https://pluginsmp.com/plugins/reqstool-openspec)