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 o2alexanderfedin/strategic-research-automation-template --skill roadmap-plannergit clone --depth 1 https://github.com/o2alexanderfedin/strategic-research-automation-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/o2alexanderfedin/strategic-research-automation-template/roadmap-planner)<a href="https://agentmods.dev/skills/o2alexanderfedin/strategic-research-automation-template/roadmap-planner"><img src="https://agentmods.dev/badge/skills/o2alexanderfedin/strategic-research-automation-template/roadmap-planner/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.
<a href="https://agentmods.dev/skills/o2alexanderfedin/strategic-research-automation-template/roadmap-planner"><img src="https://agentmods.dev/badge/skills/o2alexanderfedin/strategic-research-automation-template/roadmap-planner.svg" alt="Reviewed on agentmods" width="80" 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.00037 | $0.00414 |
| Opus 5 | $0.00018 | $0.00207 |
| Sonnet 5 | $0.00007 | $0.00083 |
| Haiku 4.5 | $0.00004 | $0.00041 |
Grade A, and why
roadmap-planner 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 12d 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
Roadmap Planner Skill
Role
Create comprehensive implementation roadmap with timeline, resources, and risk mitigation.
Planning Areas
- Implementation Roadmap: Phases, milestones, dependencies
- Resource Planning: Team, budget, tools, infrastructure
- Risk Assessment: Technical, market, regulatory risks
- Milestone Definition: Clear deliverables and success criteria
- Timeline Estimation: Realistic schedules with buffers
- Partnership Strategy: Required partners and their roles
Output Files (in temp/sprint-XX/05-roadmap/)
implementation-roadmap.md- Phased roadmapresource-requirements.md- Team and budget needsrisk-assessment.md- Risks and mitigationsmilestone-definitions.md- Key milestonestimeline-analysis.md- Detailed schedulepartnership-strategy.md- Strategic partnerships
Integration
Synthesize findings from all previous tasks (01-04) into executable plan.
Visualization Standards
- ALWAYS use Mermaid diagrams for roadmaps and timelines
- NEVER use ASCII art (unprofessional and hard to read)
- Use appropriate Mermaid diagram types:
- Implementation roadmap →
ganttdiagram - Phase dependencies →
flowchart TDorgraph LR - Risk relationships →
graph TD - Milestone timeline →
ganttdiagram - Decision trees →
flowchart TD
- Implementation roadmap →
- Mermaid Gantt charts are especially powerful for project timelines
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 43 lines · 37 tokens per session scan A c544630cf810
roadmap-planner is a skill published in the GitHub repository o2alexanderfedin/strategic-research-automation-template (19 stars, last pushed 9mo ago), licensed MIT. It adds 37 tokens to every session and 414 once invoked, about $0.0002 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
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment.
backend-patterns
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
frontend-patterns
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
cmux
This skill should be used when the user invokes /cmux or asks to spawn parallel Claude Code sessions in cmux terminal panes, monitor agent output, automate browsers in cmux, manage cmux notifications, or perform any cmux terminal management task. Requires CMUXSOCKETPATH environment variable to be set.
api-design
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
coding-standards
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.