kb-roadmap

kb-roadmap is a skill for Claude Code, Codex from wlfghdr/agentic-kb. It costs 84 tokens per session (4,346 once invoked), scanned A, original, Apache-2.0.

A planning and delivery comparison workflow. It compares sources such as tickets or OKRs with delivery evidence such as repositories, architecture decisions, or release logs.

In plain words
What is it for?
Use it to create a living roadmap in Markdown, HTML, and JSON from at least one planning source and one delivery source.
Why use it?
Plans and actual software delivery often drift apart; this identifies what was planned, what was delivered, and where the records disagree.

Skill for Claude CodeCodex

Part of the kb plugin — 5 skills, 1 command, 1 agent 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/wlfghdr/agentic-kb/kb-roadmap
Any agent
npx skills add wlfghdr/agentic-kb --skill kb-roadmap
Clone the repo
git clone --depth 1 https://github.com/wlfghdr/agentic-kb

Made for: Claude Code, Codex.

Or install kb, the plugin that ships this one along with the rest of its 5 skills, 1 command, 1 agent.

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 kb-roadmap

README.md
[![agentmods](https://agentmods.dev/badge/skills/wlfghdr/agentic-kb/kb-roadmap.svg)](https://agentmods.dev/skills/wlfghdr/agentic-kb/kb-roadmap)
Your own site
<a href="https://agentmods.dev/skills/wlfghdr/agentic-kb/kb-roadmap"><img src="https://agentmods.dev/badge/skills/wlfghdr/agentic-kb/kb-roadmap.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,346 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.1 $0.00084 $0.04346
Opus 5 $0.00042 $0.02173
Sonnet 5 $0.00017 $0.00869
Haiku 4.5 $0.00008 $0.00435

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

Security

Grade A, and why

kb-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 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/kb_roadmap.py), 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.

plugins/kb/skills/kb-roadmap/SKILL.md · 264 lines

How it starts

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

Skill: KB Roadmap

Organizations always have at least two sources of planning truth — tickets and the repository, milestones and delivery, OKRs and commits. They drift. Manual reconciliation is expensive and always stale. This skill closes the loop: it ingests plan + delivery, correlates them across a five-tier ladder, and produces a roadmap artifact that says what is planned, what is delivered, and where the two disagree.

This skill is vendor-neutral. All vocabulary specific to a particular tracker, repository host, or organization lives in the adopter's .kb-config/layers.yaml and .kb-config/artifacts.yaml, never in this skill.

The roadmap is a product-management artifact, not just a tracker report. Its job is to make planned customer/user value, confidence, delivery reality, and source traceability visible in one place.

The skill resolves its roadmap: block from the active layer entry in .kb-config/layers.yaml and can normalize read-only tracker inputs from that layer's connections.trackers[] declarations when legacy roadmap.issue-trackers[] entries are absent.

When to invoke

Invoke whenever the user:

  • Types /kb roadmap (optionally followed by --since, --scope, --workstream, digest, sync).
  • Asks for a roadmap, status, or deviation report that spans both a planning tool and a repository.
  • Asks "what shipped vs. what was planned?", "where does my roadmap drift from reality?", or "which tickets have no code?"

The single command model

One entry point — /kb roadmap — with context-driven subcommands:

Input Action
/kb roadmap Generate artifact with default scope + timeframe
/kb roadmap --since YYYY-MM-DD Custom baseline
/kb roadmap --scope <name> Scope to a workstream declared in .kb-config/layers.yaml
/kb roadmap digest Pull latest plan + delivery state; compute delta; do not render
/kb roadmap sync Propose plan-source updates based on delivery reality (dry-run default)

Read the full file on GitHub · 264 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. 5d ago First seen · 264 lines · 84 tokens per session scan A 1cc133ce5ec2

Subscribe to this mod's changes

kb-roadmap is a skill published in the GitHub repository wlfghdr/agentic-kb (10 stars, last pushed 20d ago), licensed Apache-2.0. It adds 84 tokens to every session and 4,346 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-31.