obsidian-mind: Command for Claude Code

.claude/commands/om-review-brief.md

om-review-brief is a command for Claude Code from breferrari/obsidian-mind. It costs 0 tokens per session (629 once invoked), scanned A, original, MIT.

A command that assembles notes from a personal work vault into a performance-review brief for a manager or peers.

In plain words
What is it for?
Use it to prepare a manager-facing review focused on outcomes or a peer-facing review focused on project work for a chosen period.
Why use it?
It gathers scattered evidence into one review document, so you do not have to manually search through project notes, feedback, pull-request records, and previous reviews.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions subagents.

This is breferrari/obsidian-mind's own configuration. It tells Claude Code how to work on obsidian-mind itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything obsidian-mind configures →

Part of the obsidian plugin — 8 skills, 20 commands, 10 agents, 5 hooks, 1 MCP server shipped together

About the project

Obsidian Mind is an Obsidian vault that stores notes, links, indexes, and other accumulated context so AI coding agents can retain memory across sessions. It is designed for Claude Code and also supports Codex CLI and Gemini CLI through shared hooks, commands, and vault data. Its catalogue add-ons package the vault’s commands, agents, skills, hooks, instructions, settings, plugin, and MCP integration.

breferrari/obsidian-mind · 4,620 stars · on GitHub

Reuse

Borrowing it

Nothing to install: this file belongs to breferrari/obsidian-mind. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/breferrari/obsidian-mind/main/.claude/commands/om-review-brief.md
Clone the repo
git clone --depth 1 https://github.com/breferrari/obsidian-mind

Made for: Claude Code.

Or install obsidian, the plugin that ships this one along with the rest of its 8 skills, 20 commands, 10 agents, 5 hooks, 1 MCP server.

Wrote 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.

agentmods badge for om-review-brief

README.md
[![agentmods](https://agentmods.dev/badge/commands/breferrari/obsidian-mind/om-review-brief/github.svg)](https://agentmods.dev/commands/breferrari/obsidian-mind/om-review-brief)
Your own site
<a href="https://agentmods.dev/commands/breferrari/obsidian-mind/om-review-brief"><img src="https://agentmods.dev/badge/commands/breferrari/obsidian-mind/om-review-brief/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.

agentmods 80×15 button for om-review-brief

Your own site · 80×15
<a href="https://agentmods.dev/commands/breferrari/obsidian-mind/om-review-brief"><img src="https://agentmods.dev/badge/commands/breferrari/obsidian-mind/om-review-brief.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 629 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00629
Opus 5 $0.00000 $0.00315
Sonnet 5 $0.00000 $0.00126
Haiku 4.5 $0.00000 $0.00063

Measured 11d ago against content hash b751b029e46b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

om-review-brief 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 11d 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.

.claude/commands/om-review-brief.md · 70 lines

How it starts

The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Generate Review Brief

Generate a performance review context transfer document from vault data. Supports manager version (PO-friendly) and peer version (project-focused).

Usage

/om-review-brief <audience> [period]

Examples:

  • /om-review-brief manager "Q3 2024 + Q4 2024"
  • /om-review-brief peers "Q3 2024 + Q4 2024"

Subagent

  • review-prep — aggregates all evidence (brag doc, decisions, incidents, competencies, 1:1 feedback, PR scans) for the period

Launch the subagent first to gather raw material, then use its output to write the brief.

Workflow

1. Gather Data

Read these vault sources:

  • perf/<cycle>/Review Brief.md (or current private brief) — full context
  • perf/Brag Doc.md — quarterly highlights
  • perf/brag/Q*.md — quarterly detail notes for the period
  • perf/evidence/Your PRs - *.md — PR data
  • work/*.md — project notes for the period
  • perf/competencies/*.md — competency definitions
  • Previous review notes for baseline comparison

2. Generate Content

For manager audience:

  • Frame for a non-technical audience — outcome language, not technical jargon
  • Include: The Arc (narrative), Impact at a Glance (table), Impact Details (per project), Competency Highlights (with baselines), Documentation Trail
  • Simplify technical terms for your audience's background
  • No wikilinks — use plain text or markdown links to external resources
  • Include all documentation, task tracker, repository, error tracking, and communication references

For peer audience:

  • Can be more technical but still accessible (peers write reviews that go to manager)
  • Organize by project (a common review tool structure)
  • Include "Other things worth mentioning" for non-project work
  • Casual tone — "jog your memory", "no pressure to cover everything"
  • No competency section — that's for the manager

3. Create Files

  • Markdown version in perf/
  • HTML version with professional styling (blue theme, tables, responsive)
  • PDF via Chrome headless: --headless --no-pdf-header-footer --print-to-pdf

Read the full file on GitHub · 70 lines

Changes

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.

  1. 11d ago First seen · 70 lines · 0 tokens per session scan A b751b029e46b

Subscribe to this mod's changes

om-review-brief is a command published in the GitHub repository breferrari/obsidian-mind (4,620 stars, last pushed 8d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 629 tokens. 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-30.