roadmap-sync

A workflow step that updates the project's execution roadmap after work is committed. A roadmap is a document tracking planned and completed work.

In plain words
What is it for?
Use it after archiving a completed change to mark finished roadmap tasks or add the relevant section for discovery-only work.
Why use it?
It keeps the plan aligned with what has actually landed, so completed tasks and larger work areas do not become stale.

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

Made for: Claude Code, Codex.

Per session 171 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,628 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.00171 $0.01628
Opus 5 $0.00086 $0.00814
Sonnet 5 $0.00034 $0.00326
Haiku 4.5 $0.00017 $0.00163

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

Security

Grade A, and why

roadmap-sync 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.

The scan reads SKILL.md. This mod also ships 5 executable files (append.mjs, backfill.mjs, cli.mjs, …), 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.

.claude/skills/roadmap-sync/SKILL.md · 51 lines

How it starts

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

roadmap-sync — Phase 10.6

Runs after /archive (10.5) and before /memory-sync (10.7) on every committing track. Keeps the project's execution roadmap (project.json → roadmap.path) in sync with landed work, so the roadmap tracker never drifts from what actually shipped. The roadmap is a plan, never a gate.

The phase does one of two things depending on the track. On a track that lands code it flips rows the work completed. On the epic track — which lands discovery, not code — there is no row to flip yet, so it appends the epic's own section. Both directions are additive-only: nothing already on the roadmap is renumbered, reordered, or removed.

Prereq

archive is in workflow.json → completed OR in exceptions. If neither, stop and direct the user to run /archive first (or /harness to resume in order).

Steps

  1. Resolve inputs. Read project.json → roadmap.path and resolve it against the repo root with resolveRoadmapPath (empty/absent/absolute/repo-escaping → null). Read workflow.json → roadmap_tasks[] (absent → []) — /triage populates this with validated E<epic>-<taskId> tokens when the request is spec-derived against a roadmap item. If the path resolves to null, the phase is a clean no-op — skip to Step 3. An empty roadmap_tasks does not skip the sync: the heal pass in Step 2 is why the phase runs on every committing workflow, and an epic whose rows this workflow never touched is exactly the one whose heading nothing else repairs.
  2. Sync. Call syncRoadmap({ roadmapPath, roadmapTasks }) from sync.mjs. It flips each E<num>-<taskId> token's task line ⬜→✅, recomputes each affected epic heading ⬜→🟡→✅, then heals — recomputes every remaining epic heading against its own task body and reports the ones that moved under healed[]. It writes the roadmap file only if something changed. It never throws — on any error it returns a no-op result and writes nothing.
  3. Record the phase. Append "roadmap-sync" to workflow.json → completed and refresh updated_at.
  4. Report. Emit the SyncReport JSON ({flipped, promoted, healed, skipped, noop, anomalies}) and append a one-line roadmap-sync entry to .claude/state/harness/<slug>.log (flipped=[..] promoted=[..] healed=[..] noop=<bool>). Surface any anomalies[] to the user as non-blocking notes, and name any healed[] epic explicitly — a heading that moved for a reason unrelated to this workflow is the one change in the diff the author cannot otherwise account for.

Read the full file on GitHub · 51 lines

Files

What ships with it

5 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. 2d ago First seen · 51 lines · 0 tokens per session scan A 7dd06d196d27

Subscribe to this mod's changes

roadmap-sync is a skill published in the GitHub repository friedbotstudio/baseline (11 stars, last pushed 6d ago), licensed Apache-2.0. It adds 171 tokens to every session and 1,628 once invoked, about $0.0009 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.