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.
npx agentmods add skills/mountainunicorn/add/roadmapnpx skills add MountainUnicorn/add --skill roadmapgit clone --depth 1 https://github.com/MountainUnicorn/addWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00019 | $0.02056 |
| Opus 5 | $0.00010 | $0.01028 |
| Sonnet 5 | $0.00004 | $0.00411 |
| Haiku 4.5 | $0.00002 | $0.00206 |
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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 253 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ADD Roadmap Command v{{VERSION}}
View, edit, and reorder project milestones across roadmap horizons (Now / Next / Later). This skill manages the strategic layer of ADD's work hierarchy — bridging the PRD roadmap table and individual milestone files.
Roadmap (Now / Next / Later) ← this skill
→ Milestones (/add:milestone) ← tactical operations
→ Cycles (/add:cycle) ← execution
→ Features (/add:spec) ← specification
Pre-Flight
All subcommands begin here:
- Read
.add/config.json— extractmaturity.level,planning.current_milestone- If not found: abort with "No ADD project found. Run
/add:initfirst."
- If not found: abort with "No ADD project found. Run
- Read
docs/prd.md— locate Section 6 ("Milestones & Roadmap"), parse the roadmap table and milestone detail blocks- If
docs/prd.mdmissing: abort with "No PRD found. Run/add:initfirst."
- If
- Glob
docs/milestones/M*.md— for each, parse: Status, Goal, feature count, feature positions (hill chart data), success criteria progress - Read
.add/handoff.mdif it exists — note any in-progress decisions relevant to roadmap changes - Build roadmap model — merge PRD table (source of truth for horizons) with milestone files (source of truth for status/content). Flag discrepancies.
Command: /roadmap --view (default)
Display current roadmap. No file modifications.
Output
Show project context, then milestones grouped by horizon:
Project: {project_name} | Maturity: {level}
Active Milestone: {planning.current_milestone or "None"}
═══ NOW ═══
M3 — Authentication Overhaul
Goal: Stabilize auth and reduce session bugs by 90%
Status: IN_PROGRESS | 2/5 success criteria met
Features: 3 (1 downhill, 1 peak, 1 uphill) | ~55% complete
═══ NEXT ═══
M4 — Payment Integration
Goal: Accept payments via Stripe
Status: NOT_STARTED | 0/4 success criteria met
Features: 2 (all shaped) | 0%
M5 — Analytics Dashboard
Goal: Real-time usage analytics for admins
Status: NOT_STARTED | 0/3 success criteria met
Features: 4 (all shaped) | 0%
═══ LATER ═══
M6 — Multi-tenant Support
Goal: Isolate data per organization
Status: NOT_STARTED | 0%
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.
- 2d ago First seen · 253 lines · 19 tokens per session scan A 2e38f54fceb0
roadmap is a skill published in the GitHub repository MountainUnicorn/add (11 stars, last pushed 1mo ago), licensed MIT. It adds 19 tokens to every session and 2,056 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-30.
Other skills, from other repositories
team
Referencing the agent roster, roles, coordination model, and dispatch modes. Use when spawning agents or checking permissions.
ticket
Associate every PDS task with a GitHub issue. Orchestrator finds or creates the ticket, posts plan and acceptance criteria as a checkbox list, updates it as work progresses. Use at Phase 1 of every swarm.
triage
Triage insights into actionable GitHub issues across repos. Use after running /insights to convert analysis into tracked work.
taiyi-plan
TaiyiForge /taiyi:plan — 项目规划入口:把 README/PRD 拆解为独立 change 清单,推荐 profile 和依赖关系。OpenCode / Claude / Codex / Cursor 通用。.
taiyi-task
TaiyiForge 第5阶段 — 任务拆解,TASK.md。四端通用。.
taiyi-ultrawork
TaiyiForge ultrawork — 并行切片 + Cursor Task 自动派发契约(对标 OMC ultrawork + spawnagent).