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.
git clone --depth 1 https://github.com/ethanaubuchon/dossier-tradecraftWrote 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/commands/ethanaubuchon/dossier-tradecraft/scope)<a href="https://agentmods.dev/commands/ethanaubuchon/dossier-tradecraft/scope"><img src="https://agentmods.dev/badge/commands/ethanaubuchon/dossier-tradecraft/scope/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/commands/ethanaubuchon/dossier-tradecraft/scope"><img src="https://agentmods.dev/badge/commands/ethanaubuchon/dossier-tradecraft/scope.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.00030 | $0.01709 |
| Opus 5 | $0.00015 | $0.00855 |
| Sonnet 5 | $0.00006 | $0.00342 |
| Haiku 4.5 | $0.00003 | $0.00171 |
Grade A, and why
scope 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 9d 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 — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are starting a /scope session. The topic (if provided): $ARGUMENTS
This is the /scope recipe of the dossier-tradecraft framework — project-level scoping/discovery for shaping a project before decomposition.
Principles
- Vault is the home. The scope doc lives in the vault as the durable artifact across many sessions. If we're in a repo, that's additive context — not a different destination.
- Re-entry is typical. Most invocations refine an existing scope doc rather than creating a new one. Search by tag (
scope) + topic, not by path. - Required structural element: an Unknowns/open-questions list. Other sections are agent-driven per project.
- Agent-judged writes. Decide slug, structure, and edits directly; surface what was done so the user can redirect post-hoc. No propose-then-approve gates.
- Inline integration. Findings during the session land in the scope doc itself, not as separate vault notes.
- Loop exits on natural signal. No 3-option decision matrix at every cycle.
Workflow
-
Load context. Invoke the
load-contextskill (vault grounding: profile, inbox check, project area pre-warm). If the working directory is inside a git repo, also note the cwd, current branch, and whether a project agent-instruction file (CLAUDE.md, AGENTS.md, etc.) is present, as additional context for the session — no separate primitive needed. Also search for an upstream design doc (tag:design+ topic) usingmcp__dossier-mcp__search_notes. If one exists, load it and note its status; if status is notready-for-scope, surface a warning before proceeding — the user may want to revise the design first. -
Resolve scope doc. Search the vault for an existing scope doc on this topic.
- Use
mcp__dossier-mcp__search_noteswith the topic terms; filter fortag:scopeif the search supports it, otherwise check thetagsfield on each candidate. - 1 match → call
mcp__dossier-mcp__get_noteto load it, enter EXISTING-DOC MODE. - >1 match → list candidates briefly (slug + title) and ask the user which to continue with.
- 0 matches → before writing, surface "no existing scope doc found for this topic, creating a new one" so the user can redirect if they expected a match. Then enter NEW-DOC MODE.
- Use
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.
- 9d ago First seen · 90 lines · 30 tokens per session scan A e4afdbe7f158
scope is a command published in the GitHub repository ethanaubuchon/dossier-tradecraft (3 stars, last pushed 2mo ago), licensed MIT. It adds 30 tokens to every session and 1,709 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 commands, from other repositories
reflect
Reflect on recent work — log lessons to the journal and propose distilled rule updates for review.
doctor
Check vault health — broken links, orphans, missing frontmatter, MISSING placeholders — and propose fixes.
session-start
Thin wrapper (GETSITREP-10) — orientation logic (reading MANIFEST.md/STATUSREPORT.md/PROJECTPLAN.md/.sitrep-data.json, building the summary) lives entirely in getsitrep session-start. This file's only job is to invoke it and show the result — it does not re-read those files or re-derive the summary itself.
team-init
Initialise cairnkit in this project — generate cairnkit.yaml (single-repo default).
flow-run
Start or resume a cairnkit delivery run (the file-as-state-machine workflow).
budget
Marks the cheapest Claude model and effort that still clears this task with high confidence. Still shows the full Budget, Optimal, and Splurge spread.