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 theagenticguy/erpaval --skill product-strategygit clone --depth 1 https://github.com/theagenticguy/erpavalWrote 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/theagenticguy/erpaval/product-strategy)<a href="https://agentmods.dev/skills/theagenticguy/erpaval/product-strategy"><img src="https://agentmods.dev/badge/skills/theagenticguy/erpaval/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.00216 | $0.02349 |
| Opus 5 | $0.00108 | $0.01175 |
| Sonnet 5 | $0.00043 | $0.00470 |
| Haiku 4.5 | $0.00022 | $0.00235 |
Grade A, and why
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 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 — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Contents
| Reference | When to load |
|---|---|
references/orchestrator.md |
Running the pipeline — five phases plus a critic pass |
references/write-protocol.md |
Canonical write-protocol block copied verbatim into every subagent prompt |
references/frameworks/INDEX.md |
Routing guide — decision table + cross-framework composition |
references/frameworks/*.md |
Per-framework files — Rumelt kernel, Wardley maps, Minto pyramid, Working Backwards |
references/roles/cpo.md |
CPO role — product-line framer |
references/roles/cso.md |
CSO role — portfolio framer (build-vs-buy, M&A, 3–10 year horizon) |
references/roles/vp-design.md |
VP Design role — customer-archetype and experience framer |
references/roles/rumelt-architect.md |
Runs the three-part kernel plus The Crux |
references/roles/wardley-cartographer.md |
Builds the text-form Wardley map |
references/roles/pr-faq-discovery.md |
Drafts a PR-FAQ as a discovery artifact (forcing function for customer-value clarity) |
references/roles/minto-pyramid-builder.md |
Composes SCQA + MECE argument pyramid |
references/roles/strategy-synthesizer.md |
Reads every packet, composes the final strategy memo |
references/roles/strategy-critic.md |
Reviews the memo on one axis (coherent + defensible), multi-dimensional rubric |
templates/worklog-skeleton.md |
Per-role work-log skeleton with embedded write-protocol |
templates/strategy-memo.md |
Final deliverable skeleton — Executive Summary, Diagnosis, Guiding Policy, Actions, Risks |
templates/rumelt-packet.md |
Rumelt architect's output shape |
templates/wardley-packet.md |
Wardley cartographer's output shape |
templates/pr-faq-discovery.md |
PR-FAQ skeleton — press release + external FAQ + internal FAQ |
templates/minto-outline.md |
SCQA + MECE outline |
What ships with it
22 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.
- references/frameworks/INDEX.md 5.3 KB
- references/frameworks/minto-pyramid.md 4.4 KB
- references/frameworks/rumelt-kernel.md 5.0 KB
- references/frameworks/wardley-maps.md 5.9 KB
- references/frameworks/working-backwards.md 2.7 KB
- references/orchestrator.md 21 KB
- references/roles/cpo.md 4.5 KB
- references/roles/cso.md 4.6 KB
- references/roles/minto-pyramid-builder.md 3.9 KB
- references/roles/pr-faq-discovery.md 4.9 KB
- references/roles/rumelt-architect.md 4.4 KB
- references/roles/strategy-critic.md 6.1 KB
- references/roles/strategy-synthesizer.md 4.5 KB
- references/roles/vp-design.md 4.9 KB
- references/roles/wardley-cartographer.md 4.7 KB
- references/write-protocol.md 1.7 KB
- templates/minto-outline.md 2.6 KB
- templates/pr-faq-discovery.md 4.2 KB
- templates/rumelt-packet.md 3.2 KB
- templates/strategy-memo.md 4.7 KB
- templates/wardley-packet.md 4.2 KB
- templates/worklog-skeleton.md 5.9 KB
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 · 131 lines · 216 tokens per session scan A 61dcf027469d
product-strategy is a skill published in the GitHub repository theagenticguy/erpaval (28 stars, last pushed 3mo ago), licensed MIT. It adds 216 tokens to every session and 2,349 once invoked, about $0.0011 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
refresh
Use when an existing contextualizer's references may have drifted from current upstream state — typically weekly, or whenever a few days of upstream changes have accumulated — to bring them back into agreement.
using-skill-engine
When the user mentions skill-engine or "the engine" without naming a specific workflow, or wants first-run setup. Inspects .claude/skills/-context/ install state (and any pending -context.proposed/ proposals) across all three install levels, then dispatches to engine-bootstrap when no contextualizer exists, to…
apply
Use when a staged proposal has been reviewed and signed off — REVIEW.md Step 3 ticked reviewed or provisional — and is ready to promote into the live contextualizer.
config-set
Use when changing an engine-wide config value — currently diff.tool, the command /skill-engine:review prints for inspecting a proposed-vs-live diff.
inspect-ai-context
Answers questions across the configured sources. References load on demand from references/. Use when working in any of this contextualizer's source domains.
langchain-context
Answers questions about the LangChain Python ecosystem — the langchain-ai/langchain monorepo (langchain-core, v1 agents, langchain-classic, in-tree partners, text-splitters) plus companion repos LangGraph, LangSmith SDK, Deep Agents, out-of-tree partner monorepos langchain-google and langchain-aws, and the…