strategy-to-roadmap

strategy-to-roadmap is an agent for coding agents from felipecabargas/gambit. It costs 113 tokens per session (1,244 once invoked), scanned A, original, MIT.

A planning workflow that turns product context into a strategy document, measurable goals called OKRs, and a roadmap. Each document uses the one before it.

In plain words
What is it for?
Use it at the start of a planning cycle to define the product direction, set objectives and measurable results, and map upcoming work to strategic priorities.
Why use it?
It keeps strategy, goals, and planned work connected instead of creating separate documents that may conflict.

Agent

Part of the gambit plugin — 13 skills, 4 agents shipped together

Install

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.

agentmods
npx agentmods add agents/felipecabargas/gambit/strategy-to-roadmap
Clone the repo
git clone --depth 1 https://github.com/felipecabargas/gambit

Or install gambit, the plugin that ships this one along with the rest of its 13 skills, 4 agents.

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 strategy-to-roadmap

README.md
[![agentmods](https://agentmods.dev/badge/agents/felipecabargas/gambit/strategy-to-roadmap.svg)](https://agentmods.dev/agents/felipecabargas/gambit/strategy-to-roadmap)
Your own site
<a href="https://agentmods.dev/agents/felipecabargas/gambit/strategy-to-roadmap"><img src="https://agentmods.dev/badge/agents/felipecabargas/gambit/strategy-to-roadmap.svg" alt="Measured on agentmods" height="20"></a>
Per session 113 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,244 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00113 $0.01244
Opus 5 $0.00056 $0.00622
Sonnet 5 $0.00023 $0.00249
Haiku 4.5 $0.00011 $0.00124

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

Security

Grade A, and why

strategy-to-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 5d 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.

agents/strategy-to-roadmap.md · 95 lines

How it starts

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

Strategy to Roadmap Agent

Overview

This agent is a three-skill chain that produces the complete planning artefact set — strategy, OKRs, and roadmap — built and aligned in a single session. It runs write-product-strategy, write-okrs, and write-roadmap in sequence, with each document grounded in the one before it.

The three components and what each produces:

  • write-product-strategy — guides you through a structured session to produce a product strategy document covering vision, strategic pillars, target customers, and success criteria; saved as STRATEGY.md
  • write-okrs — reads the strategy pillars and success criteria and derives a set of Objectives and Key Results for the planning period; challenges vague KRs and distinguishes outputs from outcomes; saved as OKRs-[period].md
  • write-roadmap — takes the strategy and OKRs as input and produces a horizon-based roadmap that shows how near-term work maps to strategic bets; saved as ROADMAP.md

Chain

write-product-strategy → write-okrs → write-roadmap

How It Runs

Step 1 — Write the Product Strategy

Run write-product-strategy in full guided session mode. The skill asks questions about vision, target customers, strategic bets, competitive context, and success criteria, then produces a complete strategy document.

Save output as STRATEGY.md.

Pause here: present the completed strategy to the user for review. Ask: "Here is the product strategy. Does this accurately reflect your intent and priorities? Confirm to continue with OKR writing, or provide corrections first."

Do not proceed to Step 2 until the user confirms.

Step 2 — Write OKRs

Feed the strategy pillars and success criteria from STRATEGY.md into write-okrs. The skill derives 2–4 Objectives, one per strategic pillar, and 2–4 Key Results per Objective. It challenges vague KRs and rewrites any output-focused KRs as outcome-focused ones.

Save output as OKRs-[period].md, where [period] is the planning period derived from the strategy document.

Read the full file on GitHub · 95 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. 5d ago First seen · 95 lines · 113 tokens per session scan A e9ba78aea437

Subscribe to this mod's changes

strategy-to-roadmap is an agent published in the GitHub repository felipecabargas/gambit (2 stars, last pushed 3mo ago), licensed MIT. It adds 113 tokens to every session and 1,244 once invoked, about $0.0006 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 agents, from other repositories

antigravity-delegate

Use this subagent PROACTIVELY — don't wait for the user to ask for delegation — whenever a task contains a well-scoped, ABOVE-break-even unit of work for the Antigravity CLI (agy / Gemini): bulk scaffolding, exhaustive test generation, migrations, long-context reads that distill to a digest, or fan-out web / Vertex AI…

yuting0624/antigravity-for-claude-code · 401 tokens

demand-generation

Demand Generation (CMO). Owns plugins/demand-generation/ and nothing else. Delegate work in this department's remit here.

cbrock84/headcount · 30 tokens

adversarial-validator

Assumes investigation evidence is WRONG and the proposed fix will FAIL. Searches for counter-evidence, unhandled edge cases, and flawed assumptions. Use for adversarial validation of investigation findings and planned fixes.

testdouble/han · 45 tokens

commit

Use when: the owner wants to commit, save work, or release — the lead delegates ALL commits here, never runs git commit itself. Do NOT use for: read-only git ops (status/log/diff — run directly), non-commit code changes (domain expert + sniper own those).

fusengine/agents · 63 tokens

sniper

Use when: after ANY code modification (mandatory post-edit validation). Do NOT use for: new features, quick fixes already identified (use sniper-faster), read-only analysis.

fusengine/agents · 38 tokens

executor

Specialized agent for executing implementation plans. Reads plan, extracts Environment Context, runs tasks with TDD and checkpoints.

datit309/supergraph · 25 tokens