plugins marketplace
← All plugins

pr-to-spec

v0.8.0

The flight envelope for agentic coding. Convert PRs and local diffs into structured, agent-consumable specs with intent drift detection.

Claude Code1 MCP serverstdio

by Jeremy LongshoreMIT2.6kupdated 9 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/mcp/pr-to-spec/ inside the repository.

Layout

plugins/mcp/pr-to-spec/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

pr-spec-analyzerstdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/dist/servers/pr-spec-analyzer.js

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Manifests1

plugins/mcp/pr-to-spec/.claude-plugin/plugin.json
{
  "name": "pr-to-spec",
  "version": "0.8.0",
  "description": "The flight envelope for agentic coding. Convert PRs and local diffs into structured, agent-consumable specs with intent drift detection.",
  "author": {
    "name": "Jeremy Longshore",
    "email": "jeremy@intentsolutions.io"
  },
  "repository": "https://github.com/jeremylongshore/pr-to-spec",
  "homepage": "https://tonsofskills.com",
  "license": "MIT",
  "keywords": [
    "mcp",
    "pr-analysis",
    "code-review",
    "intent-drift",
    "agent-protocol",
    "spec-generation",
    "drift-detection"
  ]
}