Agent Plugins Marketplace
All plugins

roadmap-tracking

v3.3.0

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.

CodexClaude Code1 Skill

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add roadmap-tracking@agent-plugin-marketplace

Paste 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-tracking

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

roadmap-tracking/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

roadmap-trackingSKILL.md

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

.codex-plugin/plugin.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",
  "hooks": "./hooks/codex-hooks.json"
}
.claude-plugin/plugin.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"
}

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)