aid-methodology: Skill for Claude Code

.claude/skills/aid-create-roadmap/SKILL.md

aid-create-roadmap is a skill for Claude Code from AndreVianna/aid-methodology. It costs 138 tokens per session (2,235 once invoked), scanned A, original, MIT.

A skill for creating the first roadmap document from a prepared roadmap seed. A roadmap groups planned work into three time horizons: Now, Next, and Later.

In plain words
What is it for?
Use it to turn `.aid/design/roadmap.md` into `.aid/knowledge/roadmap.md`, including its contents index and Now, Next, and Later sections. It does not revise existing roadmap entries or create the MVP section.
Why use it?
It gives the project a consistent planning document while preserving the separate MVP section for the skill that owns it. It is for projects that need the roadmap document written for the first time.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

This is AndreVianna/aid-methodology's own configuration. It tells Claude Code how to work on aid-methodology itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything aid-methodology configures →

Reuse

Borrowing it

Nothing to install: this file belongs to AndreVianna/aid-methodology. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/AndreVianna/aid-methodology/master/.claude/skills/aid-create-roadmap/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/AndreVianna/aid-methodology

Made for: Claude Code.

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 aid-create-roadmap

README.md
[![agentmods](https://agentmods.dev/badge/skills/andrevianna/aid-methodology/aid-create-roadmap/github.svg)](https://agentmods.dev/skills/andrevianna/aid-methodology/aid-create-roadmap)
Your own site
<a href="https://agentmods.dev/skills/andrevianna/aid-methodology/aid-create-roadmap"><img src="https://agentmods.dev/badge/skills/andrevianna/aid-methodology/aid-create-roadmap/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aid-create-roadmap

Your own site · 80×15
<a href="https://agentmods.dev/skills/andrevianna/aid-methodology/aid-create-roadmap"><img src="https://agentmods.dev/badge/skills/andrevianna/aid-methodology/aid-create-roadmap.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 138 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,235 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00138 $0.02235
Opus 5 $0.00069 $0.01118
Sonnet 5 $0.00028 $0.00447
Haiku 4.5 $0.00014 $0.00224

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

Security

Grade A, and why

aid-create-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 10d 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/aid-create-roadmap/SKILL.md · 193 lines

How it starts

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

Create Roadmap (realize a seed into roadmap.md)

/aid-create-roadmap realizes a ready roadmap seed at .aid/design/roadmap.md into the committed KB document at .aid/knowledge/roadmap.md. It is a create-stage skill under the shared contract in .claude/aid/templates/design-lifecycle.md (class 1), consuming the seed /aid-design-roadmap produces and never touching .aid/design/ for any other purpose.

  • Boundary vs /aid-create-mvp: this skill creates roadmap.md and owns every section except ## MVP. It writes the - [MVP](#mvp) index entry in ## Contents from the moment the document exists, but it never creates a ## MVP heading -- that section belongs entirely to /aid-create-mvp (feature-003 §3c).
  • Boundary vs /aid-update-roadmap: that skill revises existing horizon entries. When the owned region already carries committed content this skill routes to it rather than overwriting it.
  • Not a numbered pipeline phase; does not route to /aid-execute.

State machine: INTAKE -> GUARD -> REALIZE -> REGISTER -> VERIFY -> PRESENT -> DONE. Print the [State: NAME] -- {purpose} entry line on each state.


State: INTAKE

  1. Require a subject. Empty argument -> ask one bootstrapping question ("What direction do you want to realize into roadmap.md -- or run /aid-design-roadmap first?") and wait.
  2. Allocate, exactly per design-lifecycle.md § Skill shape -- Allocation -- the Work Initiation Gate, then initiator: aid-create-roadmap, active_skill: aid-create-roadmap, pipeline.path: lite, lifecycle: Running. phase is not driven.
  3. Read the seed at .aid/design/roadmap.md. If no seed exists, inform the user and ask whether to proceed without one (direction entered interactively) or to run /aid-design-roadmap first; do not proceed silently.
  4. Read the destination at .aid/knowledge/roadmap.md if it exists. Classify its state: absent | present-horizon-empty | present-horizon-populated.
  5. Classify complexity (model + effort) for the aid-architect dispatch below; verifier tier >= producer tier (agent-dispatch-tiering.md).

Read the full file on GitHub · 193 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. 10d ago First seen · 193 lines · 138 tokens per session scan A a178a24dbd65

Subscribe to this mod's changes

aid-create-roadmap is a skill published in the GitHub repository AndreVianna/aid-methodology (5 stars, last pushed today), licensed MIT. It adds 138 tokens to every session and 2,235 once invoked, about $0.0007 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.

Related

Other skills, from other repositories