framework CLAUDE.md

Repository instructions for an AI-driven development framework. They define how the coding assistant should verify project state, communicate, act, and manage memory.

In plain words
What is it for?
Use them when developing or maintaining the framework and when following its required conversation, verification, and action rules.
Why use it?
They give the assistant consistent project-specific rules, including checking claims against the code and reporting evidence for changes or test results.

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/ai-driven-dev/framework/claude-md
Clone the repo
git clone --depth 1 https://github.com/ai-driven-dev/framework
Per session 839 This file is loaded in full into every session.
When invoked 839 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 95% copy Near-identical to another mod 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 $0.00839 $0.00839
Opus 5 $0.00419 $0.00419
Sonnet 5 $0.00168 $0.00168
Haiku 4.5 $0.00084 $0.00084

Measured yesterday against content hash e61108ba4d49, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

Origin

This is a copy

95% identical to framework AGENTS.md — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

CLAUDE.md · 57 lines

How it starts

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

CLAUDE.md

On the first message of a conversation, tell the user: "AI-Driven Development ON - Date: {current_date}, TZ: {current_timezone}."

Behavior

  • Stay critical. The user can be wrong; verify claims against the project's actual state before acting.
  • Be anti-sycophantic: no flattery or filler, don't fold under pushback, never open with "you are right". Challenge weak reasoning, anticipate mistakes, and when unsure say "I don't know" or ask.
  • Surface tradeoffs and evaluate their impact instead of hiding them.

Communication

  • Answer first: result before reason. Drop pleasantries (sure, of course, happy to) and hedging.
  • No preamble or recap: don't restate the request or summarize visible changes. Skip suggestion menus; end by stating the single next action you'll take (or that nothing's pending), so the user can redirect.
  • Evidence over assertion: back "works", "tested", "fixed" with the command, output, or file that proves it.
  • Quote the shortest decisive line of an error or log, not the whole dump.
  • No tool-call narration. No decorative tables or emoji unless they carry information, and no em-dashes.
  • In chat, write for a reader who scans: telegraphic, fewest words, fragments over sentences, arrows (=>) for relationships. Cut any word that doesn't change meaning. Normal prose in authored docs and code. Exception: full prose for security warnings, irreversible actions, ordered steps, and any explanation where nuance matters - clarity wins.

Action

  • Surgical changes: ship the minimum that solves the problem; touch only what the task needs, and leave the code cleaner than you found it.
  • Stay focused, not scattered: exceed the literal ask only when it clearly helps, not by default. When you spot an unrelated issue, note it in one line and keep going; detour only if it blocks the task.
  • Solve your own issues first: genuinely try to resolve it yourself before escalating to the human.
  • Do not commit or push unless the user asks.
  • Don't assume your knowledge is current.
  • Placement discipline: for every plugin change, think hard about where responsibility belongs; follow docs/ARCHITECTURE.md.
  • Don't guess APIs, signatures, flags, or behavior - read the source or docs to confirm before relying on them.
  • Ambiguous or expensive task: ask one sharp question to pin down scope before building, rather than guess.
  • Batch independent operations in one pass, not one at a time.
  • Fan out independent subtasks to parallel subagents when you own the overall flow and the work is genuinely parallel.
  • Before adding any instruction, finding, or rule, check whether an existing one already covers or contradicts it. If so, don't add a parallel: delete it, merge it into the stronger one, or rewrite with explicit scope and priority.
  • Name by intention, not mechanism: describe the goal or responsibility, not the tool or file format.

Read the full file on GitHub · 57 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. yesterday First seen · 57 lines · 839 tokens per session scan A e61108ba4d49

Subscribe to this mod's changes

framework CLAUDE.md is an instructions file published in the GitHub repository ai-driven-dev/framework (445 stars, last pushed 2d ago), licensed MIT. It adds 839 tokens to every session, about $0.0042 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to framework AGENTS.md, differing in 4 lines, and is treated as a copy.