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 commands/vldesigns/casebook/initgit clone --depth 1 https://github.com/vldesigns/casebookWhat 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.00014 | $0.00503 |
| Opus 5 | $0.00007 | $0.00251 |
| Sonnet 5 | $0.00003 | $0.00101 |
| Haiku 4.5 | $0.00001 | $0.00050 |
Grade A, and why
init 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.
What it actually says
Set up Casebook in the current project.
Step 1: Preflight.
- If
.casebook/already exists in the project root, STOP and ask before touching anything — never overwrite an existing board or case study. - Confirm you can locate the project root (
git rev-parse --show-toplevel; fall back to the current directory and note that git-linked features like commit evidence will be limited).
Step 2: Ask the user three setup questions (one message, all three):
- Project name (for the case study title).
- Their role in one line (e.g. "Design founder — owning the product end to end"). This seeds the case study's TL;DR table.
- Should
.casebook/be committed to the repo, or gitignored? Recommend committed — the case study travels with the project. Suggest gitignored for client work or private notes.
Step 3: Scaffold.
- Run: "$CLAUDE_PLUGIN_ROOT/scripts/tracker" focus "First session — set up Casebook"
(this creates
.casebook/state.jsonwith defaults). - Copy
$CLAUDE_PLUGIN_ROOT/templates/case-study.mdto.casebook/case-study.md, replacing{{PROJECT}}with the project name,{{ROLE}}with the role, and{{START_DATE}}with today's date (e.g. "July 2026"). - If the user chose gitignored: append
.casebook/to the project's.gitignore(create it if missing).
Step 4: Orient the user. Briefly explain the loop:
/casebook:check-workat session start reads the board and proposes what to pick up.- Work happens; the board can be updated any time via the tracker CLI.
/casebook:end-workat session close syncs the board against actual commits and offers a dated Running Log entry for the case study."$CLAUDE_PLUGIN_ROOT/scripts/tracker" prompt --copyproduces a kickoff prompt for starting a fresh AI session with full board context.
Then suggest adding their first cards, e.g.: "$CLAUDE_PLUGIN_ROOT/scripts/tracker" add upnext "First real task" --notes "..."
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 First seen · 43 lines · 14 tokens per session scan A 8fa2cfb7021b
init is a command published in the GitHub repository vldesigns/casebook (1 stars, last pushed 1mo ago), licensed MIT. It adds 14 tokens to every session and 503 once invoked, about $0.0001 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 commands, from other repositories
flux-generate
Generate epics and tasks in Flux from project requirements.
flux-add
Quickly add a task to Flux from a brief description.
card
Open one self-contained OverClick card.
OPSX: Propose
Propose a new change - create it and generate all artifacts in one step.
build-docs
Build and serve the docs site locally with Jekyll.
wisp-dashboard
Open the WISP dashboard in your browser.