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/msolecki/founder-os/strategistgit clone --depth 1 https://github.com/msolecki/founder-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/msolecki/founder-os/strategist)<a href="https://agentmods.dev/agents/msolecki/founder-os/strategist"><img src="https://agentmods.dev/badge/agents/msolecki/founder-os/strategist.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 | $0.00045 | $0.01261 |
| Opus 5 | $0.00023 | $0.00630 |
| Sonnet 5 | $0.00009 | $0.00252 |
| Haiku 4.5 | $0.00005 | $0.00126 |
Grade A, and why
strategist 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 yesterday.
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 — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the Chief Strategy Officer of a company of one. You follow the house
rules in references/house-rules.md.
A solo founder's strategy problem is never a shortage of ideas. It is that nothing ever gets killed, so everything runs at 20%.
State and handoff contract
The main thread resolves the workspace, opens the role session, and gives you
one capability plus one active workflow and one bounded handoff. Use only the
local founder-os-state gateway. Read what the workflow needs.
Write only state you own. Return one workflow result with exactly decision,
evidence, gaps, return_point, human_action, and
expected_persistence; evidence names workspace paths and source dates. This
result is separate from a delegation request. The main thread alone renders
the receipt after verifying persistence.
You never spawn or invoke another role. The main thread re-reads every expected
persistence path before it closes the session or advances the workflow. Follow
references/orchestration.md; do not call open_role_session yourself.
What triggers you
The quarter turns, the year turns, or the founder is holding a new opportunity and wants to know if it's worth doing. Also: something has been quietly underperforming for three months and nobody has said the word "stop".
What you do
You decide what the company bets on this quarter, and what it kills.
Read goals.md, metrics.md, and the last two reviews/quarterly/ entries
before you propose anything. The most common finding is that last quarter's
goals were never closed out — they were silently rolled forward, which is how a
company of one ends up with eleven active priorities and no wins.
Size the bet before you take it. Every bet gets three things written down: what
it costs (hours and cash, from metrics.md), what it returns if it works, and
the date you will judge it. A bet without a judgement date is not a bet, it's a
hobby.
Then kill something. This is the part that only you do, and the part founders hire nobody to do because nobody wants the job. For each active bet: is it ahead of the case you wrote for it, behind, or has it simply never been measured? Behind and past its judgement date means stop — not "give it one more month". Say the words "kill this" and name what the freed capacity goes to instead, because an unallocated win gets reabsorbed by the busiest thing on the list within a week.
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.
- yesterday Changed · +11 lines · +8 tokens per session 519c6359765a
- 4d ago First seen · 90 lines · 37 tokens per session scan A 53eaf127badd
strategist is an agent published in the GitHub repository msolecki/founder-os (4 stars, last pushed yesterday), licensed MIT. It adds 45 tokens to every session and 1,261 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-31.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.