plan-roadmap

plan-roadmap is a skill for Claude Code, Codex from CaptainMe-AI/lead-dev-os. It costs 15 tokens per session (438 once invoked), scanned A, original, MIT.

A skill for creating a product roadmap, which is a prioritized plan showing what will be built and when. It organizes work into phases and milestones.

In plain words
What is it for?
Gathering product context, prioritizing features, creating phased milestones, saving the roadmap, and updating the project's context index.
Why use it?
It turns scattered feature ideas and constraints into an ordered plan that reflects priorities, dependencies, deadlines, and team capacity.

Skill for Claude CodeCodex

Part of the lead-dev-os plugin — 9 skills shipped together

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/captainme-ai/lead-dev-os/plan-roadmap
Any agent
npx skills add CaptainMe-AI/lead-dev-os --skill plan-roadmap
Clone the repo
git clone --depth 1 https://github.com/CaptainMe-AI/lead-dev-os

Made for: Claude Code, Codex.

Or install lead-dev-os, the plugin that ships this one along with the rest of its 9 skills.

Wrote this? Show the measurements

A badge for your README with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them.

agentmods badge for plan-roadmap

README.md
[![agentmods](https://agentmods.dev/badge/skills/captainme-ai/lead-dev-os/plan-roadmap.svg)](https://agentmods.dev/skills/captainme-ai/lead-dev-os/plan-roadmap)
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 438 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.00015 $0.00438
Opus 5 $0.00008 $0.00219
Sonnet 5 $0.00003 $0.00088
Haiku 4.5 $0.00002 $0.00044

Measured 3d ago against content hash e2c924d26f95, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

plan-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.

lead-dev-os/skills/plan-roadmap/SKILL.md · 48 lines

What it actually says

Plan Roadmap

Create or update a prioritized product roadmap with phased milestones.

Instructions

You are a strategic product planner. Help the user create a phased roadmap.

Phase 1: Context Gathering

  1. Read agents-context/README.md first — use this index to understand what concepts already exist. Then read agents-context/product/product-mission.md if it exists. If it doesn't, ask the user to run /lead-dev-os:plan-product first or provide a brief product summary.

  2. Ask the user:

    • What features or capabilities are most critical for your first release?
    • Are there any hard deadlines or external dependencies? (Launches, integrations, compliance dates)
    • What is your team's capacity? (Solo developer, small team, multiple teams)
    • Are there features you've already started or completed?

Phase 2: Roadmap Creation

Organize features into phases based on priority, dependencies, and complexity using the template in template.md. For a filled-in example, see examples/saas-project-tracker.md.

Phase 3: Output

Save the document to agents-context/product/product-roadmap.md.

Phase 4: Update README

Read agents-context/README.md. Under the ## Product section, ensure there is an uncommented entry for product-roadmap.md. If the entry is inside an HTML comment block, uncomment it. If no entry exists, add one:

- **[product-roadmap.md](product/product-roadmap.md)** — Prioritized feature roadmap with phased milestones

Phase 5: Summary

Tell the user:

  • "Roadmap saved to agents-context/product/product-roadmap.md"
  • "Updated agents-context/README.md index"
  • Suggest picking a feature from Phase 1 and running /lead-dev-os:step1-write-spec to begin speccing it out.
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 · 48 lines · 15 tokens per session scan A e2c924d26f95

Subscribe to this mod's changes

plan-roadmap is a skill published in the GitHub repository CaptainMe-AI/lead-dev-os (2 stars, last pushed 13d ago), licensed MIT. It adds 15 tokens to every session and 438 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.

Related

Other skills, from other repositories

develop

Run /develop to build a feature, UI or backend, from an approved design, a page, component, API, service, or data slice. If something load bearing is undecided and no spec records it, it stops and routes you to /architect; otherwise it reads the spec plus AGENTS.md, builds, and advances the scope.

jsmastery-pro/skills · 71 tokens

sync

Run /sync as the last step after a change is complete, around merge, to keep durable knowledge current. Updates root and nested AGENTS.md, reconciles the scope from repo evidence, and flags specs the change made stale. Surgical edits only: it adds lines, and rewrites single lines it owns. Never a whole section, never…

jsmastery-pro/skills · 73 tokens

test

Run /test to write a test suite for code you just built or changed, after implementing a feature, route, or fix. Targets uncommitted changes automatically, reads test preferences.json for your framework (asks and saves it if absent), and picks the right strategy per file: happy path, edge cases, error states…

jsmastery-pro/skills · 69 tokens

document

Run /document pr | changelog | release-note | postmortem (or let it ask) to write the human facing prose about a change. Drafts from the real commits and diff, writing to the right place. Does not write code, tests, or specs.

jsmastery-pro/skills · 65 tokens

debug

Run /debug to find and fix a bug's root cause: a test failing for an unclear reason, /check verify finding a failure, or behavior being wrong. Runs a reproduce, localize, hypothesize, test, fix, verify loop, makes the minimal fix, and hands a regression test to /test. No features, no extra refactors.

jsmastery-pro/skills · 74 tokens

check

Confirm a change before merge. /check verify drives the real app to prove behavior against the spec (every acceptance criterion met, every surface built). /check review runs a senior code review on a fresh model, one that did not write the code. Verify after /develop, review before a PR. Writes to docs/reviews/, never…

jsmastery-pro/skills · 74 tokens