roadmap

roadmap is a skill for Claude Code, Codex from dirien/yet-another-agent-harness. It costs 60 tokens per session (1,588 once invoked), scanned A, original, MIT.

A roadmap management tool for GitHub repositories. A roadmap is a planned list of project work, while GitHub Issues are the individual tasks used to track it.

In plain words
What is it for?
Bootstrapping ROADMAP.md, syncing it with GitHub Issues and labels, brainstorming features, and showing a quick project status summary.
Why use it?
It keeps the written roadmap aligned with GitHub and checks proposed ideas against the project's CONTEXT.md boundaries.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/dirien/yet-another-agent-harness/roadmap.svg)](https://agentmods.dev/skills/dirien/yet-another-agent-harness/roadmap)
Your own site
<a href="https://agentmods.dev/skills/dirien/yet-another-agent-harness/roadmap"><img src="https://agentmods.dev/badge/skills/dirien/yet-another-agent-harness/roadmap.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,588 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.00060 $0.01588
Opus 5 $0.00030 $0.00794
Sonnet 5 $0.00012 $0.00318
Haiku 4.5 $0.00006 $0.00159

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

Security

Grade A, and why

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.

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/SKILL.md · 186 lines

How it starts

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

Strategic Roadmap Management

Manage project roadmaps through five modes: sync ROADMAP.md with GitHub reality, bootstrap planning files from scratch, brainstorm new features collaboratively, get a quick status summary, or show help.

Prerequisite check

gh --version 2>/dev/null && gh auth status 2>/dev/null

If gh is not installed, direct the user to https://cli.github.com. If not authenticated, direct them to run gh auth login. Do not proceed without a working, authenticated GitHub CLI.

Constitutional principle

CONTEXT.md is the project constitution. All modes must read and respect the boundaries defined in CONTEXT.md. If CONTEXT.md exists, read it first and constrain all analysis and recommendations.

When any recommendation would violate CONTEXT.md boundaries:

  1. Explicitly flag the violation
  2. Explain which boundary would be crossed
  3. Suggest an alternative that respects the boundaries

Mode dispatch

Determine the mode from the user's input. If no mode is specified, default to sync.

Argument Mode Purpose
(none) sync Sync ROADMAP.md with GitHub, recommend priorities
sync sync Same as default
generate generate Bootstrap CONTEXT.md + ROADMAP.md from scratch
brainstorm brainstorm Creative ideation session (read-only)
status status Quick read-only summary
help help Show available modes

Mode: sync

Synchronize ROADMAP.md with GitHub and provide prioritized recommendations. This is the primary mode.

  1. Fetch open issues, recently closed issues, and milestones via gh CLI
  2. Read ROADMAP.md and CONTEXT.md
  3. Check for legacy section layout — if found, ask the user whether to migrate to canonical structure (Vision → Immediate Focus → Near-Term → Future → Completed → Boundaries)
  4. Detect discrepancies between ROADMAP.md and GitHub (issues marked done but still open, open but closed, missing entirely)
  5. Update ROADMAP.md — fix discrepancies, move closed issues to "Completed Milestones" under quarterly sub-headings
  6. Estimate LOE for open issues without effort/* labels using the heuristics in references/label-config.md
  7. Sync GitHub labels — create missing labels, add/remove roadmap/* labels to match ROADMAP.md sections
  8. Append LOE indicators ([S], [M], [L]) to issue lines in ROADMAP.md
  9. Generate 3-5 prioritized recommendations based on dependencies, impact vs effort, theme coherence, and LOE balance
  10. Present summary of all changes and recommendations

Read the full file on GitHub · 186 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. 5d ago First seen · 186 lines · 60 tokens per session scan A f39c11314a91

Subscribe to this mod's changes

roadmap is a skill published in the GitHub repository dirien/yet-another-agent-harness (20 stars, last pushed 3mo ago), licensed MIT. It adds 60 tokens to every session and 1,588 once invoked, about $0.0003 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

agile-product-owner

../../../product-team/agile-product-owner/skills/agile-product-owner/SKILL.md.

alirezarezvani/claude-skills · 0 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

subagent-delegation

Canonical protocol for delegating GSD work to native Antigravity subagents — when to delegate, how to invoke, workspace isolation modes, and the inline fallback for older IDE versions.

toonight/get-shit-done-for-antigravity · 42 tokens

projects

List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.

me2resh/apexyard · 24 tokens

project-init

Scaffold an unconfigured directory into a configured pi project. Interactive, profile-driven: previews the planned writes, then writes AGENTS.md, .pi/settings.json and prompt files — optionally also a knowledge base, an openspec/ scaffold, and user-global /.pi/agent/settings.json. Use on a bare directory, or when the…

BlackBeltTechnology/pi-agent-dashboard · 81 tokens