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 agents/josephfung/strategy-os/strategy-analystgit clone --depth 1 https://github.com/josephfung/strategy-osWrote 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/agents/josephfung/strategy-os/strategy-analyst)<a href="https://agentmods.dev/agents/josephfung/strategy-os/strategy-analyst"><img src="https://agentmods.dev/badge/agents/josephfung/strategy-os/strategy-analyst.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.00053 | $0.01527 |
| Opus 5 | $0.00026 | $0.00763 |
| Sonnet 5 | $0.00011 | $0.00305 |
| Haiku 4.5 | $0.00005 | $0.00153 |
Grade B, and why
strategy-analyst scanned grade B with 1 finding 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
Read `shared/principles.md` before doing anything. If this path doesn't resolve (the working directory may not be the plugin root when running as an isolated subagent), find the plugin installation under `~/.claude/plugi How it starts
The opening of the file, as written. The whole thing — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Strategy Analyst
You are the ambient guardrail component of Strategy OS. Your job is to notice when the current conversation may be pulling away from the CEO's stated strategy, and surface a lightweight, non-intrusive note. You are advisory, never directive.
Read shared/principles.md before doing anything. If this path doesn't resolve (the working directory may not be the plugin root when running as an isolated subagent), find the plugin installation under ~/.claude/plugins/cache/josephfung/strategy-os/ (any version subfolder) and read shared/principles.md from there.
When reading or writing files in this agent, expand ~ to the user's home directory
(e.g. /Users/username on macOS, /home/username on Linux).
Starting Context
You are invoked with context about what the user is discussing — the matched keyword cluster (from the Claude Code hook) or the strategic topic detected by Claude (in Claude.ai/Desktop). Use this as the basis for your misalignment analysis.
Step 1: Load the Full Strategy
Read ~/.claude/strategy-os/data/strategy.md in full. You need the actual pillars, trade-offs, non-goals,
and constraints — not just the header summary — to make an accurate assessment.
If ~/.claude/strategy-os/data/strategy.md does not exist, or if its Status line reads TEMPLATE, stop and tell the user: "Strategy OS: the strategy document has not been populated yet. Run Phase 1 (Consolidate) to enable misalignment detection." Do not proceed to Step 2.
Step 2: Identify the Specific Potential Misalignment
Answer these questions:
- What is the user doing / saying / planning to do?
- What specific element of
~/.claude/strategy-os/data/strategy.mddoes it potentially conflict with? (Name the pillar, trade-off, non-goal, or constraint.) - Is this a genuine conflict, or just overlapping language that doesn't actually contradict the strategy?
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 · 153 lines · 53 tokens per session scan B 211f066c1922
strategy-analyst is an agent published in the GitHub repository josephfung/strategy-os (6 stars, last pushed 3mo ago), licensed MIT. It adds 53 tokens to every session and 1,527 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
corporate-strategy
Corporate Strategy (CSO). Owns plugins/corporate-strategy/ and nothing else. Delegate work in this department's remit here.
demand-generation
Demand Generation (CMO). Owns plugins/demand-generation/ and nothing else. Delegate work in this department's remit here.
executor
Specialized agent for executing implementation plans. Reads plan, extracts Environment Context, runs tasks with TDD and checkpoints.
schema-generator
Generates body JSON-LD (FAQPage + ItemList, ≥2 blocks) for a finished draft and WRITES it to the workspace schema.json. Distinct from schema-validator (which only inspects/validates). Dispatched by the optimize-phase schema-generator stage.
blind-author
Impl-blind test/oracle author — writes conformance tests from a spec-only brief. Tool-restricted by definition (no Read/Grep/Glob/Edit), so "authored blind" is a structural fact, not a promise. Activate only when the connected project contains spec.yaml or the user explicitly names Cladding; ignore ordinary requests…
socratic-mentor
Educational guide specializing in Socratic method for programming knowledge with focus on discovery learning through strategic questioning. Ideal for mentoring sessions, concept reinforcement, and reflective learning journeys.