Agent Plugins Marketplace
All plugins

roadkeep

v0.2.346

Refuses the hand-edit of a governed roadmap, changelog or rationale file and names the command to call instead, runs the gate as the turn ends, and offers add, ship, pick and lint as MCP tools and as slash commands over the one engine.

Claude Code1 Skill1 MCP serverstdio

By Alexandre OliveiraLicense: Apache-2.01 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 7, 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 roadkeep 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 roadkeep@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/alegauss/roadkeep

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

roadkeep/
├── .claude-plugin/plugin.json
├── skills/roadkeep/SKILL.md
└── .mcp.json

Included Skills1

roadkeepskills/roadkeep/SKILL.md

Call the roadkeep CLI instead of editing a project's governed ROADMAP.md, CHANGELOG.md, IMPROVEMENTS.md, DECISIONS.md or STRATEGY.md. Use when adding, shipping, retiring or recording a task, changing a marker, writing a rationale section or a decision record, picking what to work on next, or reading a backlog, ledger or dependency graph — and whenever an edit to one of those files was denied or `roadkeep lint` reported a violation. Trigger words: roadmap, backlog, changelog, decision, ADR, task line, block, ship, retire, next task, roadkeep.

MCP servers1

roadkeepstdio
command
python
args
${CLAUDE_PLUGIN_ROOT}/scripts/roadkeep.py mcp

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.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "roadkeep",
  "description": "Refuses the hand-edit of a governed roadmap, changelog or rationale file and names the command to call instead, runs the gate as the turn ends, and offers add, ship, pick and lint as MCP tools and as slash commands over the one engine.",
  "version": "0.2.346",
  "author": {
    "name": "Alexandre Oliveira"
  },
  "homepage": "https://github.com/alegauss/roadkeep",
  "repository": "https://github.com/alegauss/roadkeep",
  "license": "Apache-2.0",
  "keywords": [
    "roadmap",
    "changelog",
    "markdown",
    "guardrail",
    "hooks",
    "mcp"
  ],
  "mcpServers": "./.claude-plugin/mcp.json"
}

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

[roadkeep on Agent Plugins Marketplace](https://pluginsmp.com/plugins/roadkeep)