roadmap

A short entry point for roadmap-skill, a local tool for managing projects, tasks, tags, dependency graphs, and planning views. It directs each request to the workflow for backlog tasks, planning graphs, or the browser workspace.

In plain words
What is it for?
Use it when deciding how to capture or reprioritize backlog work, organize tasks and dependencies in a planning view, or open the roadmap in a browser.
Why use it?
It helps choose the right roadmap workflow without requiring the user to know how the system is organized. It keeps the general introduction brief while the underlying tools handle detailed operations.

Skill for Claude CodeCodex

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 skills/shiquda/roadmap-skill/roadmap
Any agent
npx skills add shiquda/roadmap-skill --skill roadmap
Clone the repo
git clone --depth 1 https://github.com/shiquda/roadmap-skill

Made for: Claude Code, Codex.

Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 342 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.00046 $0.00342
Opus 5 $0.00023 $0.00171
Sonnet 5 $0.00009 $0.00068
Haiku 4.5 $0.00005 $0.00034

Measured 3d ago against content hash b2f85ddf1f09, 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 3d ago.

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.

skills/roadmap/SKILL.md · 32 lines

What it actually says

Roadmap Skill

Use this skill as the lightweight entry point for roadmap-skill.

What roadmap-skill is

roadmap-skill is a local-first roadmap MCP for managing projects, tasks, tags, planning views, and a browser-based workspace. The MCP already contains the detailed tool, prompt, and resource descriptions, so this skill should stay brief and focus on routing.

How to route work

  • Use roadmap-task-flow for capturing tasks, enriching task details, tagging work, or reprioritizing a backlog.
  • Use roadmap-planning-views when the user wants to build a focused graph from a subset of tasks, reason about dependencies, or organize near-term versus later work in a planning workspace.
  • Use roadmap-web-visualization when the user wants to open or close the local web workspace, or review roadmap state visually in a browser.

Default approach

  1. Keep the introduction brief.
  2. Identify whether the user is asking for backlog flow, planning views, or the web workspace.
  3. Read the corresponding reference file only when needed.
  4. Let the MCP's own prompt, resource, and tool descriptions carry the implementation detail.
  5. Avoid duplicating detailed MCP docs inside this skill.

References

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 32 lines · 46 tokens per session scan A b2f85ddf1f09

Subscribe to this mod's changes

roadmap is a skill published in the GitHub repository shiquda/roadmap-skill (77 stars, last pushed 5mo ago), licensed MIT. It adds 46 tokens to every session and 342 once invoked, about $0.0002 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-30.