roadmap-tracking
v3.3.0Frame, plan, track and trace dev/config/architecture requests through plan files, a consolidated roadmap.md and linked GitHub issues (strict 7-phase workflow). Supports multi-IDE, GitHub-optional local mode, and autonomous test execution.
By Emmanuel HouriezLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 14, 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 roadmap-tracking for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add roadmap-tracking@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/ehouriez/roadmap-trackingClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── SKILL.md
Included Skills1
Frame, plan, track and trace dev/config/architecture requests via plan files (./doc/roadmap/{issue}-slug.md), roadmap.md and GitHub issues. Strict 7-phase workflow with hard stop points between planning and coding.
Plugin manifests2
{
"name": "roadmap-tracking",
"description": "Frame, plan, track and trace dev/config/architecture requests through plan files, a consolidated roadmap.md and linked GitHub issues (strict 7-phase workflow). Supports multi-IDE, GitHub-optional local mode, and autonomous test execution.",
"version": "3.3.0",
"author": {
"name": "Emmanuel Houriez"
},
"homepage": "https://github.com/ehouriez/roadmap-tracking",
"repository": "https://github.com/ehouriez/roadmap-tracking",
"license": "MIT",
"hooks": "./hooks/codex-hooks.json"
}{
"name": "roadmap-tracking",
"description": "Frame, plan, track and trace dev/config/architecture requests through plan files, a consolidated roadmap.md and linked GitHub issues (strict 7-phase workflow). Supports multi-IDE, GitHub-optional local mode, and autonomous test execution.",
"version": "3.3.0",
"author": {
"name": "Emmanuel Houriez"
},
"homepage": "https://github.com/ehouriez/roadmap-tracking",
"repository": "https://github.com/ehouriez/roadmap-tracking",
"license": "MIT"
}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.
[roadmap-tracking on Agent Plugins Marketplace](https://pluginsmp.com/plugins/roadmap-tracking)