managing-roadmaps
v1.0.0Creates, executes, and amends graph-based campaign roadmaps.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install managing-roadmaps@agent-plugin-marketplacePaste 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-playbookClone 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
├── .claude-plugin/plugin.json├── plugin.json└── skills/managing-roadmaps/SKILL.md
Included Skills1
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
{
"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/"
}{
"$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"
]
}
}
}
}For maintainers
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)