Agent Plugins Marketplace
All plugins

intent-verify

v0.2.0

Map markdown acceptance items to explicit implementation evidence for advisory spec-drift checks.

Claude CodeAgent Plugins1 Skill

By Rolando BoschLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 15, 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 intent-verify 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 intent-verify@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/hermes-labs-ai/intent-verify

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

Plugin files

intent-verify/
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/intent-verify/SKILL.md

Included Skills1

intent-verifyskills/intent-verify/SKILL.md

Check a markdown spec, INTENT.md, or handoff doc against a repository for lexical coverage, or map its acceptance items to explicit source and test evidence paths, using the intent-verify CLI. Trigger when the user asks whether a repo still covers its spec, wants a spec-drift or handoff check, or wants acceptance items mapped to evidence. Results are advisory lexical evidence, never acceptance authority.

Plugin manifests2

.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "intent-verify",
  "displayName": "intent-verify",
  "description": "Map markdown acceptance items to explicit implementation evidence for advisory spec-drift checks.",
  "version": "0.2.0",
  "author": {
    "name": "Rolando Bosch",
    "url": "https://github.com/hermes-labs-ai"
  },
  "homepage": "https://github.com/hermes-labs-ai/intent-verify",
  "repository": "https://github.com/hermes-labs-ai/intent-verify",
  "license": "MIT",
  "keywords": [
    "spec-drift",
    "acceptance-criteria",
    "coverage",
    "developer-tools"
  ]
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "intent-verify",
  "version": "0.2.0",
  "description": "Map markdown acceptance items to explicit implementation evidence for advisory spec-drift checks.",
  "author": {
    "name": "Rolando Bosch",
    "url": "https://github.com/hermes-labs-ai"
  },
  "homepage": "https://github.com/hermes-labs-ai/intent-verify",
  "repository": "https://github.com/hermes-labs-ai/intent-verify",
  "license": "MIT",
  "keywords": [
    "spec-drift",
    "acceptance-criteria",
    "coverage",
    "developer-tools"
  ]
}

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

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