kb-journeys

kb-journeys is a skill for Claude Code from wlfghdr/agentic-kb. It costs 128 tokens per session (3,249 once invoked), scanned A, original, Apache-2.0.

A workflow for documenting user, customer, or product journeys as structured Markdown. A journey maps how a person moves through a product or process in stages and steps.

In plain words
What is it for?
Use it to author, review, refine, and publish journeys, plus generate browsable HTML pages and standalone mockup pages.
Why use it?
It makes complex flows easier to review by recording conditions, connections between steps, and readiness concerns in one structure.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the kb plugin — 5 skills, 1 command, 1 agent shipped together

Good fit Use it to author, review, refine, and publish journeys, plus generate browsable HTML pages and standalone mockup pages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wlfghdr/agentic-kb/kb-journeys
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 wlfghdr/agentic-kb --skill kb-journeys
Clone the repo
git clone --depth 1 https://github.com/wlfghdr/agentic-kb

Made for: Claude Code.

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-journeys

README.md
[![agentmods](https://agentmods.dev/badge/skills/wlfghdr/agentic-kb/kb-journeys/github.svg)](https://agentmods.dev/skills/wlfghdr/agentic-kb/kb-journeys)
Your own site
<a href="https://agentmods.dev/skills/wlfghdr/agentic-kb/kb-journeys"><img src="https://agentmods.dev/badge/skills/wlfghdr/agentic-kb/kb-journeys/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 kb-journeys

Your own site · 80×15
<a href="https://agentmods.dev/skills/wlfghdr/agentic-kb/kb-journeys"><img src="https://agentmods.dev/badge/skills/wlfghdr/agentic-kb/kb-journeys.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,249 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.
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.00128 $0.03249
Opus 5 $0.00064 $0.01625
Sonnet 5 $0.00026 $0.00650
Haiku 4.5 $0.00013 $0.00325

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

Security

Grade A, and why

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

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/extract_mocks.py, scripts/render_journeys.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-journeys/SKILL.md · 241 lines

How it starts

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

Skill: KB Journeys

Journeys describe how a persona moves through a product, service, or process — as a hierarchy (journey → phase → sub-journey → step) with explicit entry conditions, exit conditions, cross-journey interfaces, and readiness assessments per visible step. They are a first-class product-management KB artifact, separate from roadmaps (plan↔delivery) and topics (positions), but tightly coupled to both as the product-behavior reference layer.

This skill turns markdown journey specs into:

  1. A browsable HTML set (one HTML per journey + an index) that respects the adopter's brand tokens.
  2. An automatic standalone-mock index — every embedded UI or terminal mock is also rendered as its own page and back-linked.
  3. A four-command authoring arc shared with kb-roadmap: ideate, discuss, review, refine.

When to invoke

Invoke whenever the user:

  • Types /kb journeys (optionally followed by new, render, extract-mocks, audit, ideate, discuss, review, refine).
  • Describes a user flow, a phase map, an onboarding path, an incident response path, or any multi-step persona-centric narrative.
  • Asks "how does a user / customer / operator move through X?".

Why journeys matter in the operating model

Journeys are the cleanest shared answer to: what is the thing supposed to do for whom, through which path, at what level of readiness?

That makes them the bridge between:

  • joint roadmap intent — what leadership/product says should move
  • workstream detail reality — what engineering is actually building, learning, changing, and proving

Roadmap items should move journey readiness. Delivery updates should be explainable in journey terms. Scope changes should be visible as changes in journey shape, step priority, or readiness movement, not only as ticket churn.

Core rules (always apply)

  1. Markdown is the source of truth. HTML is generated; never hand-edit the HTML.
  2. Every journey is self-contained. Readable without loading any other journey, but with explicit ## Interfaces to adjacent journeys.
  3. Every visible step has a stable id (J<journey>.<phase>-S<step>, e.g. J1.1-S3). Ids do not change once assigned — they are link targets across the KB.
  4. Every visible step carries a readiness chip — green / amber / red, with a one-line rationale. Journeys without readiness are draft only.
  5. Every embedded mock is extractable — wrap in the mock envelope so the extractor can lift it out into a standalone page.
  6. Zero vendor strings. Brand colors, fonts, logos come from the adopter's .kb-config/artifacts.yaml. The skill's template ships with neutral tokens.
  7. Dual output always. Every render run emits the per-journey HTMLs + the mocks index in the same pass. They never drift.
  8. Journeys are ground truth for the roadmap. When a scope in kb-roadmap declares journey-refs pointing here, every roadmap item is cross-checked against its cited step(s). Journey steps are the definition of what the product must do; roadmap items exist to move step readiness forward. A journey is never silently updated from roadmap findings — drift findings trigger /kb journeys review <step>, which is a deliberate authoring pass.
  9. Journeys must work both top-down and bottom-up. Top-down: strategy or roadmap intent can introduce or re-prioritize a journey or step. Bottom-up: engineering discoveries, demo feedback, prototype learning, and customer signal can force a journey refinement, split, merge, or readiness downgrade.
  10. Daily work should feed journeys with intent, not noise. Not every ticket touches a journey, but every meaningful product behavior change should be able to point to the step it advances, challenges, or invalidates.
  11. Log every run to .kb-log/YYYY-MM-DD.log.
  12. Setup decides ownership. /kb setup proposes the owning layer from the user's role, audience, sources, and desired outputs. The conservative default is to co-locate journeys with the roadmap scope they ground. Cross-layer journey inheritance is allowed by the layer graph but treated as a later enhancement unless the user explicitly configures it.
  13. Journey text stays value-oriented. Step titles describe what the persona can do, learn, decide, or recover from; implementation mechanics belong in step detail, interfaces, or readiness notes.

Read the full file on GitHub · 241 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. 8d ago First seen · 241 lines · 128 tokens per session scan A f02e72a2bb6e

Subscribe to this mod's changes

kb-journeys is a skill published in the GitHub repository wlfghdr/agentic-kb (10 stars, last pushed 24d ago), licensed Apache-2.0. It adds 128 tokens to every session and 3,249 once invoked, about $0.0006 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

desktop-brand-builder

Generate a branded Qwen Code desktop package from the Tauri desktop shell using a minimal brandId and logo. Use when the user wants a custom, white-label, or rebranded desktop client, installer, DMG/EXE/AppImage/deb, or one-click brand build on top of packages/desktop-shell.

QwenLM/qwen-code · 69 tokens

argent-lens

Propose multiple visual design variants for on-screen elements and let the human pick in the Argent Lens window. Use when the user asks for design alternatives / options / A-B choices for a screen or component, or any time you have produced more than one candidate look for an element and want a human decision before…

software-mansion/argent · 67 tokens

deck-swiss-international

A slide-deck template based on Swiss International graphic design: a strict 16-column grid, large clear text, charts, and one fixed bright accent colour. It provides 22 layouts for covers, timelines, comparisons, metrics, and other content.

nexu-io/html-anything · 38 tokens

deck-guizang-editorial

A slide-deck template combining electronic-magazine layouts with an e-ink, printed-paper look. It offers five fixed color palettes and ten reusable page layouts for storytelling and editorial content.

nexu-io/html-anything · 49 tokens

mockup-device-3d

A template for presenting app or product interfaces inside CSS-rendered 3D iPhone and MacBook mockups. CSS is the web styling system used to control layout, colors, and visual effects.

nexu-io/html-anything · 48 tokens

frame-flowchart-sticky

A single-file HTML template for showing a process or system as a whiteboard with coloured sticky notes, curved arrows, and optional mouse interactions.

nexu-io/html-anything · 27 tokens