infinite-brain-os: Command for Claude Code

.claude/commands/studio-brief.md

studio-brief is a command for Claude Code from starmynd-org/infinite-brain-os. It costs 34 tokens per session (472 once invoked), scanned A, original, MIT.

A command that creates a daily morning report for a small candle studio, covering orders, stock, customer emails, and one suggested priority.

In plain words
What is it for?
Use it to list overdue open orders, identify candles at or below their reorder level, count unanswered emails, and write the report to the outputs folder.
Why use it?
It gathers the day's operational information in one place and flags orders or stock that may need attention.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is starmynd-org/infinite-brain-os's own configuration. It tells Claude Code how to work on infinite-brain-os 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 infinite-brain-os configures →

Reuse

Borrowing it

Nothing to install: this file belongs to starmynd-org/infinite-brain-os. 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/starmynd-org/infinite-brain-os/main/.claude/commands/studio-brief.md
Clone the repo
git clone --depth 1 https://github.com/starmynd-org/infinite-brain-os

Made for: Claude Code.

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 studio-brief

README.md
[![agentmods](https://agentmods.dev/badge/commands/starmynd-org/infinite-brain-os/studio-brief/github.svg)](https://agentmods.dev/commands/starmynd-org/infinite-brain-os/studio-brief)
Your own site
<a href="https://agentmods.dev/commands/starmynd-org/infinite-brain-os/studio-brief"><img src="https://agentmods.dev/badge/commands/starmynd-org/infinite-brain-os/studio-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 studio-brief

Your own site · 80×15
<a href="https://agentmods.dev/commands/starmynd-org/infinite-brain-os/studio-brief"><img src="https://agentmods.dev/badge/commands/starmynd-org/infinite-brain-os/studio-brief.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 472 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.00034 $0.00472
Opus 5 $0.00017 $0.00236
Sonnet 5 $0.00007 $0.00094
Haiku 4.5 $0.00003 $0.00047

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

Security

Grade A, and why

studio-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 10d 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/studio-brief.md · 58 lines

What it actually says

/studio-brief

Produce the studio's morning brief in one pass. Run it once at the start of the workday.

Usage

/studio-brief

What this command does

  1. Lists open orders and flags any older than three business days.
  2. Lists candles at or below their reorder threshold.
  3. Counts unanswered customer emails and delegates triage to [[agent-studio-inbox-triage]].
  4. Suggests exactly one focus for the day, with a one-line reason.

What it reads

  • data/orders-ledger.md: the pointer node for the order ledger. Read the pointer, then the source it names. Never copy live numbers into the brief body.
  • memory/: recent studio learnings, so the suggested focus respects lessons already paid for (for example, [[memory-photograph-before-listing]]).

What it outputs

One Markdown brief in outputs/, named YYYY-MM-DD-studio-brief.md, with four sections matching the steps above and lineage frontmatter pointing back to this command.

Notes

The brief is a daily snapshot, not the weekly retrospective. For trends across weeks, run [[workflow-weekly-studio-review]] instead.

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. 10d ago First seen · 58 lines · 34 tokens per session scan A aa0089bd83fc

Subscribe to this mod's changes

studio-brief is a command published in the GitHub repository starmynd-org/infinite-brain-os (248 stars, last pushed 14d ago), licensed MIT. It adds 34 tokens to every session and 472 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-30.