roadmap-review

roadmap-review is a skill for Claude Code, Codex from frostney/GocciaScript. It costs 43 tokens per session (654 once invoked), scanned A, original, MIT.

A process for reviewing a project's roadmap, which is a plan for upcoming work and releases, against current project evidence.

In plain words
What is it for?
Use it to assess completed and missing work, measure throughput and lead times, and sequence a verified release plan.
Why use it?
It helps keep plans grounded in issues, releases, merged changes, tests, specifications, and actual delivery speed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; installed under .agents/ (shared by several agents).

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

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/frostney/gocciascript/roadmap-review.svg)](https://agentmods.dev/skills/frostney/gocciascript/roadmap-review)
Your own site
<a href="https://agentmods.dev/skills/frostney/gocciascript/roadmap-review"><img src="https://agentmods.dev/badge/skills/frostney/gocciascript/roadmap-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 654 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.00043 $0.00654
Opus 5 $0.00022 $0.00327
Sonnet 5 $0.00009 $0.00131
Haiku 4.5 $0.00004 $0.00065

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

Security

Grade A, and why

roadmap-review 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 6d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.agents/skills/roadmap-review/SKILL.md · 65 lines

How it starts

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

Roadmap review

Produce a source-verified roadmap and throughput-anchored release plan. Analysis is the deliverable; forge changes are optional and confirmation-gated.

Evidence contract

  • Pull current issues, releases, milestones, merged PR history, and project direction documents this run. Record missing sources and lower confidence rather than filling gaps from memory.
  • Measure 90-day merged-PR throughput and issue-created-to-PR-merged lead time. Use PR-opened-to-merged only as a flagged fallback. Exclude closed triage with no implementation.
  • When a domain metric exists, measure its slope from spaced historical CI artifacts. Allocation by label or area describes past effort, not capacity.
  • Before proposing or characterizing work, classify it against current code, tests, or primary specifications as Done, Partial, or Absent with evidence. Propose only Partial or Absent work.

Use a small bounded subagent fan-out only for genuinely independent, sizeable evidence areas; otherwise work directly. Synthesize before planning.

Workflow

  1. Ground the review in the evidence contract and reconcile forge counts.
  2. Assess release cadence, merged-but-unreleased work, milestone-versus-commit drift, vision, scope, and non-goals.
  3. Apply measured rates to the counted backlog, with basis and confidence. Never pad the timeline. When evidence cannot support calendar dates, report ranges and dependencies without a dated Gantt or placeholder dates.
  4. Verify every candidate against source and remove work already delivered.
  5. Plan themed releases across independent tracks, marking dependencies and the longest pole. Surface genuine human decisions with a recommendation.
  6. Stop for those decisions and present:
    • current state, drift, and release-cadence recommendation;
    • measured velocity and confidence;
    • versioned, sized tracks;
    • throughput-anchored timeline with a Mermaid Gantt when available;
    • open decisions.
  7. Offer a date-stamped ROADMAP-YYMMDD.md; do not write it without the user's request.
  8. Create or modify milestones, issues, due dates, or labels only after explicit confirmation of the finalized plan. Create each issue through /create-issue and report exactly what changed.
  9. After the confirmed milestone and its tracked scope exist, offer /milestone-rush <milestone> as an explicit next action. Never start the rush automatically; selecting it grants that skill's scoped implementation and merge authority.

Read the full file on GitHub · 65 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. 6d ago First seen · 65 lines · 43 tokens per session scan A c65ce0e8631e

Subscribe to this mod's changes

roadmap-review is a skill published in the GitHub repository frostney/GocciaScript (20 stars, last pushed yesterday), licensed MIT. It adds 43 tokens to every session and 654 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

javascript-expert

Expert-level JavaScript development with modern ES2024+ features, Node.js, npm ecosystem, and best practices. Use when the user mentions ECMAScript, ES2024, Node.js, npm, or web, or when the task involves Modern JavaScript, Node.js Development, Modern Tooling, or Functional Programming.

personamanagmentlayer/pcl · 69 tokens

qcad

Use when editing DXF files with a professional open-source 2D CAD application — CAM output, part libraries, isometric projection. QCAD: open-source 2D CAD with DXF as native format, scriptable via ECMAScript.

znlgis/opengis-skills · 53 tokens

oxc-docs

Comprehensive reference for the JavaScript Oxidation Compiler (Oxc) — a collection of high-performance JavaScript tools written in Rust. Covers parser design (lexer, AST, parser, errors, semantic analysis), architecture (parser, linter, test infrastructure, AST tools), ECMAScript specification and grammar, performance…

pledgeandgrow/pledge-skills · 131 tokens

git-step-commit

Analyze Git changes, split them into coherent commits, infer message language and format, optionally close supplied GitHub issues, and execute safely. Manage persistent global or repository preferences for review versus direct submission and automatic or specified commit-message language through native Git config.…

bosens-China/tc39-atlas · 134 tokens

modernize-ecmascript

当 Agent 编写或修改 JavaScript、TypeScript,用户要求按指定环境、输出版本、ES20xx 或具体语法编写代码,询问某项 ECMAScript 语法、标准内置 API 或提案能否采用,或者要求审查仓库中可简化、可现代化的写法时,应使用本 Skill。围绕目标文件真实经过的解析器、转换器和输出目标判断新语法能否安全采用,并按需读取 TC39 Atlas 的提案阶段、官方仓库、polyfill 与实现线索。.

bosens-China/tc39-atlas · 130 tokens

file-line-audit

Audit oversized source files in a repository. Apply repository .gitignore rules plus extra exclude patterns, filter candidate files with include glob patterns, count physical lines, and output only files at or above the threshold. Use this skill when the user asks to find long files, review file-length distribution…

bosens-China/tc39-atlas · 74 tokens