roadmap

A read-only roadmap snapshot that summarizes progress across STOA Platform themes, milestones, and delivery speed using Linear, a project-management service, and a velocity.json file. With an update option, it can regenerate ROADMAP.md at the repository root.

In plain words
What is it for?
Use it to view progress for gateway, platform, developer experience, security, community, and observability themes, or to show milestone timelines. The update mode is for refreshing the repository's roadmap document.
Why use it?
It gathers roadmap work into one progress view instead of requiring separate checks of each theme. It helps show completed versus total issues and milestone timing.

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

Made for: Claude Code, Codex.

Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,621 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.00024 $0.01621
Opus 5 $0.00012 $0.00811
Sonnet 5 $0.00005 $0.00324
Haiku 4.5 $0.00002 $0.00162

Measured 3d ago against content hash c0e499f67a33, 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 3d 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 · 165 lines

How it starts

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

Roadmap Visibility — Strategic Progress Snapshot

Display or generate STOA Platform roadmap aligned with Linear roadmap:* labels and milestones.

Target: $ARGUMENTS

Step 0: Determine Mode

Argument Mode Description MCP Budget
(empty) Snapshot Display roadmap in terminal (read-only) 7-8 reads
--update Update Regenerate ROADMAP.md at repo root 7-8 reads + 1 file write
--milestones Milestones Show milestone timeline with days remaining 1 MCP read

Step 1: Fetch Theme Progress (5 queries)

Query each roadmap:* label to count Done vs Total issues:

For each theme in [gateway, platform, dx, security, community, observability]:
  linear.list_issues(
    team: "<LINEAR_TEAM_ID>",
    labels: ["roadmap:<theme>"],
    first: 250
  )
  Count: total issues, done issues (status = "Done" or "Canceled")

Label IDs (cached)

Theme Label ID
Gateway roadmap:gateway <LABEL_ID_ROADMAP_GATEWAY>
Platform roadmap:platform <LABEL_ID_ROADMAP_PLATFORM>
DX roadmap:dx <LABEL_ID_ROADMAP_DX>
Security roadmap:security <LABEL_ID_ROADMAP_SECURITY>
Community roadmap:community <LABEL_ID_ROADMAP_COMMUNITY>
Observability roadmap:observability <LABEL_ID_ROADMAP_OBSERVABILITY>

Important: Theme percentages depend on roadmap:* labels being applied to issues. If a theme shows 0/0, it means no issues have been tagged with that label yet. Run a backfill session to tag historical issues.

Step 2: Fetch Milestones (1 query)

linear.list_milestones(project: "<LINEAR_PROJECT_ID>")

Milestone IDs (cached)

Milestone ID Target Date
Demo MVP Ready <MILESTONE_DEMO_MVP> 2026-02-17
Demo Day <MILESTONE_DEMO_DAY> 2026-03-17
Private Beta <MILESTONE_PRIVATE_BETA> 2026-04-30
RC1 Public Beta <MILESTONE_RC1> 2026-06-30
v1.0 GA <MILESTONE_V1_GA> 2026-07-31

Read the full file on GitHub · 165 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. 3d ago First seen · 165 lines · 24 tokens per session scan A c0e499f67a33

Subscribe to this mod's changes

roadmap is a skill published in the GitHub repository stoa-platform/stoa (5 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 24 tokens to every session and 1,621 once invoked, about $0.0001 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.