product-roadmap

product-roadmap is a skill for Claude Code from tikalk/adlc-team-skills. It costs 75 tokens per session (3,152 once invoked), scanned A, original, MIT.

A progress-tracking skill for product milestones, which are major delivery targets. It compares planned decisions, issue-tracker work, the actual code, and required approval gates.

In plain words
What is it for?
Use it for weekly progress checks, release readiness, roadmap reviews, and checking whether closed issues truly support a milestone. It requires product decision records (PDRs).
Why use it?
It prevents a milestone from being called complete just because its tasks are marked done. It highlights missing decisions, incomplete work, weak evidence, or uncleared requirements.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it for weekly progress checks, release readiness, roadmap reviews, and checking whether closed issues truly support a milestone. It requires product decision records (PDRs).

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tikalk/adlc-team-skills/product-roadmap
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.

Any agent
npx skills add tikalk/adlc-team-skills --skill product-roadmap
Clone the repo
git clone --depth 1 https://github.com/tikalk/adlc-team-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for product-roadmap

README.md
[![agentmods](https://agentmods.dev/badge/skills/tikalk/adlc-team-skills/product-roadmap/github.svg)](https://agentmods.dev/skills/tikalk/adlc-team-skills/product-roadmap)
Your own site
<a href="https://agentmods.dev/skills/tikalk/adlc-team-skills/product-roadmap"><img src="https://agentmods.dev/badge/skills/tikalk/adlc-team-skills/product-roadmap/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for product-roadmap

Your own site · 80×15
<a href="https://agentmods.dev/skills/tikalk/adlc-team-skills/product-roadmap"><img src="https://agentmods.dev/badge/skills/tikalk/adlc-team-skills/product-roadmap.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,152 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00075 $0.03152
Opus 5 $0.00037 $0.01576
Sonnet 5 $0.00015 $0.00630
Haiku 4.5 $0.00007 $0.00315

Measured 12d ago against content hash 1b66064c386e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

product-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 12d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/bash/setup-product-roadmap.sh, scripts/powershell/setup-product-roadmap.ps1), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/product/product-roadmap/SKILL.md · 279 lines

How it starts

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

product-roadmap

What this skill does

Tracks product milestone progress across four layers of truth — because "done" is a stronger claim than "tasks complete":

Layer Question Source
Decision Was the decision made/approved? PDR status (Proposed → Accepted → Completed)
Execution Was the work done? Live issue states via MCP (GitHub / GitLab / Jira / Linear)
Evidence Does the code actually show it? Code-vs-PDR verification (init concept)
Gates Was the bar cleared? Milestone PDR gate table

A milestone is live only when all four layers are green. Anything less gets a done-means warning.

When to use

  • Weekly progress check
  • Before release to verify milestone completion
  • Quarterly roadmap review
  • After closing issues to check if milestone can be promoted

When NOT to use

  • No PDRs exist (use /product-specify or /product-init first)
  • You want to create PDRs (use /product-specify)

Execution Steps

Phase A: Load PDRs

sh: scripts/bash/setup-product-roadmap.sh [--json]
ps: scripts/powershell/setup-product-roadmap.ps1

Read PDR files (memory first, drafts fallback):

  1. {REPO_ROOT}/.adlc/memory/pdr/PDR-*.md (Accepted/Completed)
  2. {REPO_ROOT}/.adlc/drafts/pdr/PDR-*.md (Proposed/Discovered)

Identify milestones: PDRs with Category: Milestone. These define the roadmap structure and contain the ### Gates table, ### Features Included table, ### Done Means definition, and optional ### Tracker Milestone URL.

Phase B: Issue State via MCP

Extract issue URLs from all PDRs — look for ### Issues sections containing full URLs.

Detect tracker from URL host:

URL host Tracker MCP tool pattern
github.com GitHub github_* MCP tools
gitlab.com GitLab gitlab_* MCP tools
*.atlassian.net Jira jira_* MCP tools
linear.app Linear linear_* MCP tools

Query issue states — for each issue URL, use the matching MCP tool to get state (open/closed/in-progress):

Read the full file on GitHub · 279 lines

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. 12d ago First seen · 279 lines · 75 tokens per session scan A 1b66064c386e

Subscribe to this mod's changes

product-roadmap is a skill published in the GitHub repository tikalk/adlc-team-skills (133 stars, last pushed today), licensed MIT. It adds 75 tokens to every session and 3,152 once invoked, about $0.0004 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.