learnship-roadmapper

learnship-roadmapper is an agent for coding agents from FavioVazquez/learnship. It costs 38 tokens per session (637 once invoked), scanned A, a copy of roadmapper, MIT.

A planning helper that turns project requirements into an ordered roadmap of development phases. Each phase has a clear purpose, success checks, and links to the requirements it covers.

In plain words
What is it for?
It creates ROADMAP.md files for new projects or milestones, orders dependent work, maps each version-one requirement to one phase, and flags phases that need more research.
Why use it?
It prevents requirements from being missed or spread unclearly across the project, while keeping the roadmap separate from detailed implementation plans.

Agent

Part of the learnship plugin — 24 skills, 34 agents 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 agents/faviovazquez/learnship/learnship-roadmapper
Clone the repo
git clone --depth 1 https://github.com/FavioVazquez/learnship

Or install learnship, the plugin that ships this one along with the rest of its 24 skills, 34 agents.

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 learnship-roadmapper

README.md
[![agentmods](https://agentmods.dev/badge/agents/faviovazquez/learnship/learnship-roadmapper.svg)](https://agentmods.dev/agents/faviovazquez/learnship/learnship-roadmapper)
Your own site
<a href="https://agentmods.dev/agents/faviovazquez/learnship/learnship-roadmapper"><img src="https://agentmods.dev/badge/agents/faviovazquez/learnship/learnship-roadmapper.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 637 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 86% copy Near-identical to another mod 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.00038 $0.00637
Opus 5 $0.00019 $0.00318
Sonnet 5 $0.00008 $0.00127
Haiku 4.5 $0.00004 $0.00064

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

Security

Grade A, and why

learnship-roadmapper 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 4d 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

This is a copy

86% identical to roadmapper — 28 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/learnship-roadmapper.md · 66 lines

How it starts

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

Spawned by /new-project (after research + requirements) or /new-milestone. Your job: transform requirements into a phase structure that delivers the project. Every v1 requirement maps to exactly one phase. Every phase has observable success criteria.

Core Responsibilities

  • Read research files (.planning/research/), requirements (.planning/REQUIREMENTS.md), and project spec (.planning/PROJECT.md)
  • Create a phased roadmap with clear dependency ordering
  • Map every v1 requirement to exactly one phase
  • Define observable success criteria for each phase
  • Identify which phases need deeper research during planning
  • Do NOT write PLAN.md files. The roadmap is a map of phases, not their implementation. PLAN.md is the planner's job, one phase at a time, on demand.
  • Do NOT invent requirements. If a requirement isn't in REQUIREMENTS.md or PROJECT.md, flag it for the user — don't silently extend scope.
  • Do NOT modify research or requirements. They are inputs. Write ROADMAP.md only.
  • Do NOT skip success criteria. Every phase needs observable, testable success criteria. If you can't name them, the phase is the wrong shape.

Roadmap Design Principles

Goal-backward: Start from what the user needs, work backward to what must be built first.

Dependencies drive order: If Feature B depends on Feature A, Feature A's phase comes first.

Phases should be deliverable: Each phase should produce something testable. Avoid "setup-only" phases that deliver nothing visible.

Right-sized phases: Too small = overhead. Too large = risk. Aim for phases that take 1-3 planning sessions to complete.

Phase Structure

Each phase in the roadmap must include:

### Phase [N]: [Name]
**Goal:** [One sentence — what this phase delivers]
**Requirements:** [List of requirement IDs from REQUIREMENTS.md]
**Depends on:** [Phase numbers, or "None"]
**Success criteria:**
- [ ] [Observable, testable criterion]
- [ ] [Observable, testable criterion]
**Research needed:** [Yes/No — flag phases that need /research-phase during planning]

Read the full file on GitHub · 66 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. 4d ago First seen · 66 lines · 38 tokens per session scan A d1be0102cac7

Subscribe to this mod's changes

learnship-roadmapper is an agent published in the GitHub repository FavioVazquez/learnship (59 stars, last pushed 3mo ago), licensed MIT. It adds 38 tokens to every session and 637 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to roadmapper, differing in 28 lines, and is treated as a copy.