ottonomous CLAUDE.md

ottonomous CLAUDE.md is an instructions file for coding agents from brsbl/ottonomous. It costs 1,291 tokens per session, scanned A, original, MIT.

A repository guide for Ottonomous, a system that provides four coding-agent tasks: writing product specifications, reviewing code, building from a specification, and summarising changes. It defines the expected behavior of each task.

In plain words
What is it for?
Use it when working on the Ottonomous skills or using its spec, review, build, or summary workflows.
Why use it?
It keeps these tasks independent and gives agents clear boundaries for research, requirements, implementation, review, and delivery.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/brsbl/ottonomous/claude-md
Clone the repo
git clone --depth 1 https://github.com/brsbl/ottonomous

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 ottonomous CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/brsbl/ottonomous/claude-md.svg)](https://agentmods.dev/instructions/brsbl/ottonomous/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/brsbl/ottonomous/claude-md"><img src="https://agentmods.dev/badge/instructions/brsbl/ottonomous/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,291 This file is loaded in full into every session.
When invoked 1,291 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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.01291 $0.01291
Opus 5 $0.00646 $0.00646
Sonnet 5 $0.00258 $0.00258
Haiku 4.5 $0.00129 $0.00129

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

Security

Grade A, and why

ottonomous CLAUDE.md 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 5d 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.md · 159 lines

How it starts

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

Ottonomous repository guide

Product contract

Ottonomous publishes exactly four provider-agnostic skills:

  • spec creates or revises a researched, independently reviewed product spec, writes it to the caller's destination, and ends with a link.
  • review runs parallel P0-P2 code review, validates false positives, and can implement caller-approved fixes.
  • build implements a caller-supplied spec through bounded delegation, integration, and repeated verification.
  • summary creates a decision-focused Moss Markdown change summary led by the problem statement, outcomes, trade-offs, and platform implications.

Each skill is independently invocable. Do not introduce a required sequence, fixed working directory, resumable workflow state, or hidden persistence. Callers may provide references, working locations, output destinations, and delivery constraints. The one default artifact location is summary's visible Moss workspace note; it is a public delivery contract, not workflow state.

Skill behavior

spec

Preserve its quality loop: working-context inspection, current primary-source research when needed, collaborative requirements interview, one canonical decision-led spec, technical-product-manager review, and user resolution of genuine decisions before delivery.

The source may be an idea, inline draft, or exact reference. The destination and format are caller-supplied; an existing spec can be its own destination. If no destination is available, ask for one before drafting. Write the complete reviewed spec there, verify it, and end with only a clickable link. Do not show the full spec inline or request a sign-off.

review

Preserve the review semantics:

  • Architectural and implementation scopes may run in parallel.
  • Findings use P0-P2 and must be concrete, actionable, and introduced by the reviewed change.
  • The false-positive validator reads full source context and never adds new findings.
  • Fix mode uses caller-supplied, caller-approved findings and verifies the integrated result.

Read the full file on GitHub · 159 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. 5d ago First seen · 159 lines · 1,291 tokens per session scan A a1563db3e94b

Subscribe to this mod's changes

ottonomous CLAUDE.md is an instructions file published in the GitHub repository brsbl/ottonomous (15 stars, last pushed 11d ago), licensed MIT. It adds 1,291 tokens to every session, about $0.0065 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.