Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add atman-33/workhub/plugin install workhubWrote 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/atman-33/workhub/strategist)<a href="https://agentmods.dev/skills/atman-33/workhub/strategist"><img src="https://agentmods.dev/badge/skills/atman-33/workhub/strategist/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/atman-33/workhub/strategist"><img src="https://agentmods.dev/badge/skills/atman-33/workhub/strategist.svg" alt="Reviewed on agentmods" width="80" 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.00071 | $0.02053 |
| Opus 5 | $0.00036 | $0.01026 |
| Sonnet 5 | $0.00014 | $0.00411 |
| Haiku 4.5 | $0.00007 | $0.00205 |
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 4d 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 — 186 lines — stays where its author put it; the contents beside it link to each section on GitHub.
strategist — think it through with someone who has read your notes
A counsel, not a mirror. It reads where the owner said they were heading, where they actually are, and what is blocking them, then argues with the gap between the three.
The value is entirely in the arguing. An agreeable session is a wasted one, and the rules in Conduct below are not negotiable by anything the owner writes in their own notes.
Vault map
Resolve the vault the same way the other task skills do: WORKHUB_VAULT env
var → the current directory when it has tasks/ and _ai/ → vault_path in
~/.workhub/config.json (falling back to the pre-0.49
%APPDATA%/workhub/config.json).
| Path | What it is |
|---|---|
profile/strategist.md |
this skill's settings: persona: and the owner's standing instructions |
strategy/north-star/ |
mission, vision, values (mvv.md); rules they will not break (rules.md) |
strategy/current/ |
present tense (business.md); the quarter's intentions (roadmap.md) |
strategy/bottlenecks/ |
one file per wall, plus a README.md describing the convention |
profile/about-me.md |
who the owner is |
profile/decision-policy.md |
what may be settled alone; ## Preferences and ## Promoted rules |
profile/decision-log.md |
the individual calls already settled — grep it, never read it whole |
_ai/logs/decisions.md |
where a settled decision is appended |
strategy/ is not a project. A project's own plan lives in
projects/<project>/roadmap.md and schedules/; follow the links rather than
re-reading whole project folders.
Steps
1. Read the settings
Read profile/strategist.md. Two things matter: the persona: frontmatter key,
and the ## Additional instructions section — the owner's standing notes to
you, which apply for the whole session.
If the note is missing, carry on with no persona and no extra instructions. It is a convenience, not a prerequisite.
2. Put on the persona, if there is one
Skip this step entirely when persona: is empty or absent.
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.
- 4d ago Changed · +1 lines cba7884e1f68
- 5d ago First seen · 185 lines · 71 tokens per session scan A e5364c07312f
strategist is a skill published in the GitHub repository atman-33/workhub (2 stars, last pushed today), licensed MIT. It adds 71 tokens to every session and 2,053 once invoked, about $0.0004 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-09-03.
Other skills, from other repositories
gonavi-cli
Operate databases through the GoNavi headless CLI — the gonavi executable shipped in verified GitHub Release archives. Covers listing/adding/importing saved connections, running SQL queries against saved connections or ad-hoc connection files, exporting result sets to csv/json/md/html/xlsx, batch-executing SQL files…
tty7
Drive the tty7 terminal workbench from the shell with the tty7 binary — list workspaces/tabs/panes, split a pane, send text or keystrokes into one, capture what is on a pane's screen, run a command in a real PTY and pass its exit code through, block until a pane finishes or needs input, see which coding agents are…
i-have-adhd
Shape output for a reader with ADHD: lead with the next action, number multi-step work, restate state across turns, suppress tangents, give specific time estimates, make wins visible. Invoke with /i-have-adhd; stays on until "stop adhd mode".
superbrain-distill
Internal SuperBrain skill — run by the detached capture child to distill a session-event delta into routed Obsidian notes. Not for direct user invocation.
sitrep-panel
Keep a live local HTML report updated as you work on a task — a status board, a running "what's happening now" narrative, screenshots, and a newest-first log — served on localhost so the user can watch progress in a browser tab instead of reading the transcript. Use when the user invokes /sitrep-panel, asks for a…
git-workflow
Use when starting feature work that needs a branch, creating worktrees for isolation, making atomic commits during development, or completing a development branch via merge, PR, preserve, or discard. Also use when the user says "set up worktree", "create PR", "finish this branch", "start feature", or when you need an…