Agent Plugins Marketplace
All plugins

managing-roadmaps

v1.0.0

Creates, executes, and amends graph-based campaign roadmaps.

Claude CodeAgent Plugins1 Skill

By Eliott JacopinLicense: AGPL-3.0-or-later2 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 16, 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 managing-roadmaps 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 managing-roadmaps@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/CrackingShells/cracking-shells-playbook

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

Plugin files

plugins/managing-roadmaps/
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/managing-roadmaps/SKILL.md

Included Skills1

managing-roadmapsskills/managing-roadmaps/SKILL.md

Creates, executes, and amends graph-based campaign roadmaps. Use when: (1) planning a campaign or feature rollout as a structured roadmap, (2) authoring leaf tasks and step sequences, (3) executing work via BFS traversal, (4) tracking or updating node status (planned/inprogress/done/blocked), (5) restructuring roadmap nodes, (6) managing amendments, or (7) working with any __roadmap__/ directory.

Plugin manifests2

plugins/managing-roadmaps/.claude-plugin/plugin.json
{
  "name": "managing-roadmaps",
  "displayName": "Managing Roadmaps",
  "version": "1.0.0",
  "description": "Creates, executes, and amends graph-based campaign roadmaps.",
  "author": {
    "name": "Eliott Jacopin",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/CrackingShells/cracking-shells-playbook",
  "repository": "https://github.com/CrackingShells/cracking-shells-playbook",
  "license": "AGPL-3.0-or-later",
  "keywords": [
    "roadmap",
    "campaign",
    "planning",
    "agents"
  ],
  "skills": "./skills/"
}
plugins/managing-roadmaps/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "managing-roadmaps",
  "version": "1.0.0",
  "description": "Creates, executes, and amends graph-based campaign roadmaps.",
  "author": {
    "name": "Eliott Jacopin",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/CrackingShells/cracking-shells-playbook",
  "repository": "https://github.com/CrackingShells/cracking-shells-playbook",
  "license": "AGPL-3.0-or-later",
  "keywords": [
    "roadmap",
    "campaign",
    "planning",
    "agents"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Managing Roadmaps",
        "shortDescription": "Creates, executes, and amends graph-based campaign roadmaps.",
        "longDescription": "Creates, executes, and amends graph-based campaign roadmaps.",
        "developerName": "Eliott Jacopin",
        "category": "Productivity",
        "capabilities": [
          "Read"
        ]
      }
    }
  }
}

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

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