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.
npx agentmods add instructions/kidpixo/leansdd/agents-mdgit clone --depth 1 https://github.com/kidpixo/leansddWrote 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.
[](https://agentmods.dev/instructions/kidpixo/leansdd/agents-md)<a href="https://agentmods.dev/instructions/kidpixo/leansdd/agents-md"><img src="https://agentmods.dev/badge/instructions/kidpixo/leansdd/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.02312 | $0.02312 |
| Opus 5 | $0.01156 | $0.01156 |
| Sonnet 5 | $0.00462 | $0.00462 |
| Haiku 4.5 | $0.00231 | $0.00231 |
Grade A, and why
leansdd 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 245 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Instructions — Spec-Driven Development
Applies to all agents (this file is symlinked to CLAUDE.md and
.github/copilot-instructions.md). It defines what to do, not how —
each agent model decides its own mechanism (skills, hooks, prompts, subagents).
Source-of-truth hierarchy (no overlap)
AGENTS.md(this file) = the generic, portable workflow spec — process, file structure, and templates. Identical for any project, so it is self-contained for bootstrapping a new repo..ai/README.md= the project-specific human description (one-liner, seed doc, files-at-a-glance). Humans only..ai/*.md= the filled-in per-project facts (constraints, roadmap, status, decisions, philosophy).
Keep this file generic. Project-specific content never goes here — it goes in .ai/.
Single source of truth
All project facts live in .ai/. Read them on demand for the task type — never load
everything.
File table (read tier · cap)
| File | Purpose | Read by agents | Cap |
|---|---|---|---|
03_CURRENT_STATUS.md |
one-point current state (now/next/blocked) | Tier 0 — always | 80 lines |
00_CONSTRAINTS.md |
tech hard rules (forbidden/required) | Tier 1 — code/arch | 80 lines |
02_ROADMAP.md |
goals = what, not how | Tier 1 — planning/scope | 80 lines |
00_PHILOSOPHY.md |
design principles / rationale | Tier 2 — arch / new patterns | 80 lines |
README.md |
human entry, brainstorming | Tier 3 — humans only | no cap |
decisions/index.md |
decision log (agent surface) | Tier 1 — conflict/scope | 80 lines |
decisions/ADR-NNN-*.md |
decision deep-dive | only if index entry is not enough | git |
archive/ |
history | never auto-read | git |
Read workflow (by task type)
- Code →
03_CURRENT_STATUS→00_CONSTRAINTS→02_ROADMAP. Readdecisions/index.mdonly if a conflict or scope question arises. - Architecture / new module / new pattern → additionally
00_PHILOSOPHY. - Planning / scope →
02_ROADMAP+03_CURRENT_STATUS. - Debugging / "why" →
03_CURRENT_STATUSfirst, then greparchive/only if needed. - Q&A / explanation → read nothing (status only if it helps).
- Heavy initial design →
README(the only case agents read it).
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.
- 3d ago First seen · 245 lines · 2,312 tokens per session scan A be1b163274ef
leansdd AGENTS.md is an instructions file published in the GitHub repository kidpixo/leansdd (2 stars, last pushed 7d ago), licensed MIT. It adds 2,312 tokens to every session, about $0.0116 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-31.
Other instructions, from other repositories
ai-dial-core CLAUDE.md
Claude Code instructions for epam/ai-dial-core, covering claude.md, build & run, set credentials via environment variables, build (skip tests) and run all tests.
ai AGENTS.md
AGENTS.md instructions for vercel/ai, covering agents.md, project overview, repository structure, key directories and core package dependencies.
blockrun-mcp AGENTS.md
AGENTS.md instructions for BlockRunAI/blockrun-mcp, covering blockrun mcp, commands, project structure, key dependencies and install in codex.
InvestSkill GEMINI.md
Gemini CLI instructions for yennanliu/InvestSkill, covering investskill — gemini cli setup & usage guide, installation & setup, quick start, navigate to the investskill directory and start gemini cli (loads gemini.md automatically).
technocore-chat AGENTS.md
AGENTS.md instructions for flop-labs/technocore-chat: CI runs exactly these — run them before pushing.
openrouter-mcp-multimodal AGENTS.md
AGENTS.md instructions for stabgan/openrouter-mcp-multimodal, covering agent instructions, before you ship, releasing (read this before publishing), short version and version files (must all match package.json).