roadmap

A roadmap manager for arranging project milestones into Now, Next, and Later horizons and connecting them to smaller work items.

In plain words
What is it for?
Use it to view, edit, and reorder milestones, update their status, and track progress from the product roadmap through features and development cycles.
Why use it?
It keeps strategic priorities aligned with the detailed feature and development work. It also shows milestone progress and helps maintain the project roadmap.

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

Made for: Claude Code, Codex.

Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,056 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.00019 $0.02056
Opus 5 $0.00010 $0.01028
Sonnet 5 $0.00004 $0.00411
Haiku 4.5 $0.00002 $0.00206

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

core/skills/roadmap/SKILL.md · 253 lines

How it starts

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

ADD Roadmap Command v{{VERSION}}

View, edit, and reorder project milestones across roadmap horizons (Now / Next / Later). This skill manages the strategic layer of ADD's work hierarchy — bridging the PRD roadmap table and individual milestone files.

Roadmap (Now / Next / Later)        ← this skill
  → Milestones (/add:milestone)     ← tactical operations
    → Cycles (/add:cycle)           ← execution
      → Features (/add:spec)        ← specification

Pre-Flight

All subcommands begin here:

  1. Read .add/config.json — extract maturity.level, planning.current_milestone
    • If not found: abort with "No ADD project found. Run /add:init first."
  2. Read docs/prd.md — locate Section 6 ("Milestones & Roadmap"), parse the roadmap table and milestone detail blocks
    • If docs/prd.md missing: abort with "No PRD found. Run /add:init first."
  3. Glob docs/milestones/M*.md — for each, parse: Status, Goal, feature count, feature positions (hill chart data), success criteria progress
  4. Read .add/handoff.md if it exists — note any in-progress decisions relevant to roadmap changes
  5. Build roadmap model — merge PRD table (source of truth for horizons) with milestone files (source of truth for status/content). Flag discrepancies.

Command: /roadmap --view (default)

Display current roadmap. No file modifications.

Output

Show project context, then milestones grouped by horizon:

Project: {project_name} | Maturity: {level}
Active Milestone: {planning.current_milestone or "None"}

═══ NOW ═══
  M3 — Authentication Overhaul
    Goal: Stabilize auth and reduce session bugs by 90%
    Status: IN_PROGRESS | 2/5 success criteria met
    Features: 3 (1 downhill, 1 peak, 1 uphill) | ~55% complete

═══ NEXT ═══
  M4 — Payment Integration
    Goal: Accept payments via Stripe
    Status: NOT_STARTED | 0/4 success criteria met
    Features: 2 (all shaped) | 0%

  M5 — Analytics Dashboard
    Goal: Real-time usage analytics for admins
    Status: NOT_STARTED | 0/3 success criteria met
    Features: 4 (all shaped) | 0%

═══ LATER ═══
  M6 — Multi-tenant Support
    Goal: Isolate data per organization
    Status: NOT_STARTED | 0%

Read the full file on GitHub · 253 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. 2d ago First seen · 253 lines · 19 tokens per session scan A 2e38f54fceb0

Subscribe to this mod's changes

roadmap is a skill published in the GitHub repository MountainUnicorn/add (11 stars, last pushed 1mo ago), licensed MIT. It adds 19 tokens to every session and 2,056 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-30.