framework AGENTS.md

Project instructions for an AI-driven development framework, covering agent behavior, communication, actions, and memory management. They define how the coding agent should work within that project.

In plain words
What is it for?
Use them when developing or reviewing the framework, especially for agent behavior, project instructions, action handling, and memory-related features.
Why use it?
They set consistent rules for checking the actual project state, communicating evidence, handling uncertainty, and managing ongoing work.

Instructions file for CodexOpenCode

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/agents-md
Clone the repo
git clone --depth 1 https://github.com/ai-driven-dev/framework

Made for: Codex, OpenCode.

Per session 825 This file is loaded in full into every session.
When invoked 825 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 $0.00825 $0.00825
Opus 5 $0.00413 $0.00413
Sonnet 5 $0.00165 $0.00165
Haiku 4.5 $0.00082 $0.00082

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

Security

Grade A, and why

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

Copies of this mod

2 near-identical copies found in the catalogue:

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

AGENTS.md

On 1st message, greet user with: "AI-Driven Development On ⚡"

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 · 825 tokens per session scan A d1b8e7bf38ae

Subscribe to this mod's changes

framework AGENTS.md is an instructions file published in the GitHub repository ai-driven-dev/framework (445 stars, last pushed 2d ago), licensed MIT. It adds 825 tokens to every session, about $0.0041 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.