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/aawwcc/ape/roadmapnpx skills add AAWWCC/ape --skill roadmapgit clone --depth 1 https://github.com/AAWWCC/apeWhat 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.00016 | $0.00633 |
| Opus 5 | $0.00008 | $0.00316 |
| Sonnet 5 | $0.00003 | $0.00127 |
| Haiku 4.5 | $0.00002 | $0.00063 |
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.
What it actually says
APE roadmap
Use only when the user explicitly requests roadmap work. The roadmap stores durable requirements;
its statuses are always derived by the runtime, never supplied by the caller.
On Google Antigravity / Gemini, pass the exact open project root as project_dir.
status: callape_historywithaction: "roadmap-status". Optionalstatus_filternarrows returned entries without changing aggregate counts.roadmap: nullmeans no roadmap exists.register: first draft cold-reader-complete entries and obtain explicit approval. Then callroadmap-registerwith a non-empty auditreasonand at most 64 entries. Each entry needsid,title,description, and observableacceptance;depends_onanddiscovered_byare optional. Same-batch forward references are allowed. Unknown or stale dependencies, duplicate edges, self-reference, cycles, or an otherwise-invalid live graph reject the entire batch.supersede: only after explicit approval, callroadmap-supersedewith selected IDs and a non-empty reason. Targets and optional replacements must be unique, known, live, and disjoint. Supersession marks entries stale; it does not rewrite history.attest: close live requirements against an archived completed run or the exact verified produce-and-hold shape (blockedatmerge, gates passed, canonical auto-merge-disabled reason). Callroadmap-attestwithrequirement_ids,run_id, and a non-empty auditreason; requirements must be known and live. No other blocked shape is eligible, and a hold does not satisfy fromcompletesalone. Use when work was merged outside APE, a run completed before the roadmap existed, or fully gated work awaits shipping by policy.
Never pass a status field. Registration is atomic. A proposed entry must describe a behavioral or
operator consequence if omitted; style notes and isolated documentation nits remain advisory rather
than becoming standalone requirements.
When a run discovers follow-up work, declare normalized proposals in the accepted receipt's
evidence.roadmap_followups array, without status or discovered_by, then ask for approval before
registration. Receipt acceptance does not register anything. Use the discovering run ID only when
that active or archived run contains an accepted receipt with the exact declaration; the runtime
rejects nonexistent runs and payload mismatches.
Roadmap mutations are journaled and exact-once. A divergent journal/store state is a hard refusal,
not permission to retry with changed input. A run targeting a roadmap entry starts and completes
only while every dependency is satisfied; stale targets and all other dependency states block.
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 · 44 lines · 16 tokens per session scan A ff799906a812
roadmap is a skill published in the GitHub repository AAWWCC/ape (0 stars, last pushed 3d ago), licensed MIT. It adds 16 tokens to every session and 633 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.
Other skills, from other repositories
self-improvement
Captures lessons and promotes recurring patterns.
brainstorming
Refines rough ideas into approved designs before code.
code-review
Reviews diffs by severity to produce actionable feedback.
codebase-onboarding
Maps an unfamiliar repo before touching its code.
debugging
Systematic root-cause investigation for hard bugs.
derive-nfr-from-driver
Derives measurable NFRs from a parent business driver.