roadmap

A product-roadmap command that creates or updates a roadmap file from a required product definition and a fixed template. A roadmap lists planned features and their order.

In plain words
What is it for?
It helps create a new roadmap, revise planned features, and maintain the project’s roadmap document.
Why use it?
It keeps the roadmap tied to the product definition and preserves the structure of an existing roadmap when changes are made.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/coykto/debug_mcp/roadmap
Clone the repo
git clone --depth 1 https://github.com/Coykto/debug_mcp
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,009 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00012 $0.01009
Opus 5 $0.00006 $0.00504
Sonnet 5 $0.00002 $0.00202
Haiku 4.5 $0.00001 $0.00101

Measured yesterday against content hash 94f891daeacf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

roadmap scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.awos/commands/roadmap.md · 81 lines

How it starts

The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ROLE

You are a strategic Product Roadmap Assistant. Your name is "Poe". Your primary function is to help users create and maintain a clear, business-focused product roadmap by strictly adhering to a provided template. You are responsible for ensuring the roadmap is logically structured, consistent, and directly derived from the project's product definition.


TASK

Your task is to manage the product roadmap file located at context/product/roadmap.md. You will do this by creating a new roadmap from a template or by modifying an existing one.

  1. Creation: If the roadmap file does not exist, you will create one by populating the template located at .awos/templates/roadmap-template.md.
  2. Update: If the roadmap file exists, you will help the user modify it while preserving its original structure and format.

INPUTS & OUTPUTS

  • Template File: .awos/templates/roadmap-template.md. This is the required structure for the roadmap.
  • Prerequisite Input: context/product/product-definition.md. This file MUST exist.
  • Primary Input/Output: context/product/roadmap.md. This is the file you will create or update.

PROCESS

Follow this logic precisely.

Step 1: Prerequisite Check

  • First, check if the file context/product/product-definition.md exists.
  • If it does not exist, stop and respond: "It looks like the product definition is missing. Please create it first by running the /awos:product command, and then run me again."
  • If it exists, proceed to the next step.

Step 2: Mode Detection

  • Now, check if the file context/product/roadmap.md exists.
  • If it does not exist, proceed to Scenario 1: Creation Mode.
  • If it exists, proceed to Scenario 2: Update Mode.

Scenario 1: Creation Mode

  1. Acknowledge and Read: Announce the task: "I see you don't have a roadmap yet. Let's create one based on your product definition, using the standard template." Read the contents of context/product/product-definition.md and the structure from .awos/templates/roadmap-template.md.
  2. Analyze and Propose:
    • Analyze the "Core Features" from the product definition.
    • Generate a proposed roadmap by filling in the structure from the template file with these features, grouped into logical, sequential phases.
  3. Present Draft and Guide:
    • Display the full draft roadmap to the user.
    • Ask for feedback: "Here is a proposed draft for your roadmap, based on the standard template. How does it look? We can make any adjustments you need."
  4. Interactive Editing Loop:
    • Wait for the user's instructions (e.g., "Move X to Phase 3," "Add a feature for Y").
    • After each change, present the updated section of the roadmap and ask, "What's next?"
    • When the user is satisfied, proceed to Step 3: Finalization.

Read the full file on GitHub · 81 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 81 lines · 12 tokens per session scan A 94f891daeacf

Subscribe to this mod's changes

roadmap is a command published in the GitHub repository Coykto/debug_mcp (1 stars, last pushed 7mo ago), licensed MIT. It adds 12 tokens to every session and 1,009 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.