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/felipecabargas/gambit/write-product-strategynpx skills add felipecabargas/gambit --skill write-product-strategygit clone --depth 1 https://github.com/felipecabargas/gambitWrote 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/felipecabargas/gambit/write-product-strategy)<a href="https://agentmods.dev/skills/felipecabargas/gambit/write-product-strategy"><img src="https://agentmods.dev/badge/skills/felipecabargas/gambit/write-product-strategy.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.00120 | $0.03594 |
| Opus 5 | $0.00060 | $0.01797 |
| Sonnet 5 | $0.00024 | $0.00719 |
| Haiku 4.5 | $0.00012 | $0.00359 |
Grade A, and why
write-product-strategy 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 6d 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 — 343 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Product Strategy Generator
This skill helps you build a rigorous, comprehensive product strategy document (STRATEGY.md) that serves as the connective tissue between vision and execution. Rather than dictating strategy, this skill helps you think through the critical strategic questions and structures your answers into a compelling narrative — complete with research evidence and transparent strategic reasoning.
How It Works
Before starting: If you haven't done a structured brainstorm yet,
/superpowers:brainstormingcan map the problem space before we commit to strategic direction.
Step 1: Context Gathering (Automatic)
Silently scan the project directory using Read and Bash:
# Gambit-generated artefacts
cat STRATEGY.md 2>/dev/null
find . -maxdepth 2 -name "OKRs-*.md" 2>/dev/null | sort | xargs cat 2>/dev/null
cat ROADMAP.md 2>/dev/null
find . -maxdepth 3 \( -name "COMPETITIVE-ANALYSIS.md" -o -name "competitive-analysis.md" \) 2>/dev/null | head -3 | xargs cat 2>/dev/null
# Research synthesis output from synthesize-user-research skill
find . -maxdepth 3 -name "research-synthesis-*.md" 2>/dev/null | sort | xargs cat 2>/dev/null
# Broader project context — product briefs, market research, vision docs, user research notes
find . -maxdepth 3 \( -name "VISION.md" -o -name "vision.md" -o -name "BRIEF.md" -o -name "brief.md" \) 2>/dev/null | head -5 | xargs cat 2>/dev/null
find . -maxdepth 4 -type f -name "*.md" \( -path "*/research/*" -o -path "*/market/*" -o -path "*/discovery/*" \) 2>/dev/null | head -10 | xargs cat 2>/dev/null
Based on what you find:
- If STRATEGY.md exists: present its current contents and ask what needs to change. Update only modified sections, preserve the rest.
- If OKR or roadmap docs exist: treat them as constraints on the new strategy — do not contradict committed OKRs without explicitly flagging the conflict.
- If research-synthesis-*.md files exist: extract themes, pain points, and jobs-to-be-done to ground the strategy's problem statements in evidence.
- If product briefs, vision docs, or research notes exist: use them to inform target audience, market context, and competitive position.
- If nothing is found: ask clarifying questions about target audience, core problems, and strategic bets before writing.
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.
- 6d ago First seen · 343 lines · 120 tokens per session scan A 327df04d073b
write-product-strategy is a skill published in the GitHub repository felipecabargas/gambit (2 stars, last pushed 3mo ago), licensed MIT. It adds 120 tokens to every session and 3,594 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.
Other skills, from other repositories
seo-page
Single-page SEO audit: deep content quality evaluation using Google's E-E-A-T framework, Helpful Content guidelines, on-page SEO factors, search intent alignment, technical signals, and readability analysis. Fetches GSC performance data for that specific page, crawls the live HTML, evaluates metadata, schema markup…
gemini
Cross-model second opinion from Google Gemini — a different AI reviewing the same changes, with deep Google ecosystem knowledge. Three modes: review (pass/fail gate for Google Ads campaigns, SEO metadata, or code), challenge (adversarial stress-test that tries to break your changes), and consult (open Q&A with Gemini…
google-ads-landing
Score and diagnose Google Ads landing pages. Use when asked to audit a landing page, check landing page quality, diagnose high-CTR but low-conversion-rate ad groups, improve Quality Score's Landing Page Experience component, or compare an ad group's messaging against its landing page. Trigger on "landing page audit"…
google-ads
Manage Google Ads — performance, keywords, bids, budgets, negatives, campaigns, ads, search terms, QS, location targeting, bulk operations, experiments, asset management, portfolio bidding, offline conversions. Use for any mention of Google Ads, CPA, ROAS, ad spend, or campaign settings.
content-planner
GSC-driven content calendar. Pulls real Search Console data, finds the highest click-potential opportunities (striking-distance queries at positions 5-20, unanswered query intent, related-keyword expansions), and produces a dated, prioritized content calendar — ready to hand to /content-writer. Use when the user asks…
geo-optimizer
Generative Engine Optimization (GEO) — make content rank in AI search answers from ChatGPT, Claude, Perplexity, Gemini, and Google AI Overviews. Audits existing content, rewrites for AI citation, and produces per-engine strategy. Use when asked to "optimize for AI search", "rank in ChatGPT", "GEO audit", "improve AI…