roadmapsmith
v1.4.0Evidence-backed ROADMAP.md workflows for AI coding agents — two commands: init and update.
By PapiScholzLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 22, 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 roadmapsmith for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add roadmapsmith@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “roadmapsmith” remain stable.
- Codex:
roadmapsmith@agent-plugin-marketplace→roadmapsmith@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/PapiScholz/roadmapsmith/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "roadmapsmith",
"version": "1.4.0",
"description": "Evidence-backed ROADMAP.md workflows for AI coding agents — two commands: init and update.",
"author": {
"name": "PapiScholz"
},
"homepage": "https://github.com/PapiScholz/roadmapsmith#readme",
"repository": "https://github.com/PapiScholz/roadmapsmith",
"license": "MIT",
"keywords": [
"roadmap",
"planning",
"agent",
"validation",
"sync",
"task-tracking",
"evidence-based",
"deterministic",
"monorepo",
"claude-code",
"ai-agent",
"project-management",
"coding-agents",
"agent-skills",
"roadmap-generator",
"task-validation",
"developer-tools",
"markdown",
"agent-workflow"
],
"skills": "./plugins/roadmapsmith/skills/",
"interface": {
"displayName": "RoadmapSmith",
"shortDescription": "Evidence-backed roadmap workflows for AI coding agents",
"developerName": "PapiScholz",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/PapiScholz/roadmapsmith#readme",
"defaultPrompt": [
"Help me bootstrap or maintain this repository roadmap with RoadmapSmith."
],
"brandColor": "#2B6CB0",
"composerIcon": "./legacy/assets/palette.png",
"logo": "./legacy/assets/roadmapsmith-logo.png",
"screenshots": [],
"longDescription": "Self-contained skill for Codex, Claude Code, and any host that reads SKILL.md. Creates ROADMAP.md from a 3-question interview, then keeps it truthful by evaluating evidence in real code before proposing any [x] flip — agent waits for your OK, never modifies silently. Install with a single npx command; no CLI, no configs, no accounts."
}
}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.
[roadmapsmith on Agent Plugins Marketplace](https://pluginsmp.com/plugins/roadmapsmith)