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 skills add pueraeternis/agentic-project-template --skill roadmap-creationgit clone --depth 1 https://github.com/pueraeternis/agentic-project-templateWrote 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.
[](https://agentmods.dev/skills/pueraeternis/agentic-project-template/roadmap-creation)<a href="https://agentmods.dev/skills/pueraeternis/agentic-project-template/roadmap-creation"><img src="https://agentmods.dev/badge/skills/pueraeternis/agentic-project-template/roadmap-creation.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00706 |
| Opus 5 | $0.00000 | $0.00353 |
| Sonnet 5 | $0.00000 | $0.00141 |
| Haiku 4.5 | $0.00000 | $0.00071 |
Grade A, and why
roadmap-creation 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 7d 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 — 209 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Roadmap Creation
Purpose
This skill transforms an approved project definition into a long-term project evolution strategy.
It produces a roadmap that defines the major capability increments required to evolve the project from the MVP to the complete vision.
The roadmap bridges project intent and system design while remaining implementation-independent.
Lifecycle Stage
Project Discovery
↓
Roadmap Creation
↓
Architecture Design
Roadmap Creation defines how the project will evolve.
Architecture Design later defines how those capabilities will be organized into a system.
Role
Primary role:
Roadmap Agent
This skill may also be executed by another reasoning-capable agent acting in the Roadmap Agent role.
When to Use
Use this skill when:
PROJECT.mdhas been approved;- the project implementation strategy must be defined;
- project scope changes significantly;
- major capabilities need to be reorganized.
Do not use this skill for:
- project discovery;
- architecture design;
- engineering design;
- implementation planning;
- production code.
Inputs
Required:
PROJECT.md
The project definition should already be approved and stable.
Outputs
Produce:
ROADMAP.md
The roadmap should define:
- major project phases;
- capability evolution;
- phase dependencies;
- incremental delivery strategy.
The roadmap should provide sufficient structure for Architecture Design.
Procedure
Step 1 — Understand the Project
Review:
- project vision;
- goals;
- MVP;
- target users;
- constraints;
- assumptions;
- risks.
The roadmap must remain aligned with the approved project definition.
Step 2 — Identify Major Capabilities
Break the project into a small number of meaningful phases.
Each phase should:
- deliver clear user value;
- build upon previous phases;
- remain independently understandable.
Describe capabilities rather than implementation work.
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.
- 7d ago First seen · 209 lines · 0 tokens per session scan A dc67059415c1
roadmap-creation is a skill published in the GitHub repository pueraeternis/agentic-project-template (2 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 706 tokens. 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
init-workspace-documentation
Skill "init-workspace-documentation" from griddynamics/rosetta, covering agent memory.md, agent memory, preventive rules, what worked and what failed.
lithium-kb
Generates, maintains, and visualizes a structured Markdown knowledge base (.lithium-kb/{architecture,debug,tasks,features}) with an interactive Neural Network graph, auto-watch mode, custom agent directives (.agentrules), and MCP server integration for Pi, Claude, Codex, Cursor, and other coding agents. Triggers…
Brainstorming & Architectural Design
Interactive design process to explore architecture, requirements, and user experience before writing code.
Systematic Debugging
Scientific root-cause isolation and step-by-step resolution of complex runtime bugs.
Subagent Driven Development
Orchestrate specialized, autonomous AI agents to execute parallel subtasks with strict boundaries.
Test Driven Development
Strict Red-Green-Refactor implementation methodology for high quality, regression-free software.