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/mreider/agilemarkdown/agents-mdgit clone --depth 1 https://github.com/mreider/agilemarkdownWrote 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/mreider/agilemarkdown/agents-md)<a href="https://agentmods.dev/instructions/mreider/agilemarkdown/agents-md"><img src="https://agentmods.dev/badge/instructions/mreider/agilemarkdown/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.01774 | $0.01774 |
| Opus 5 | $0.00887 | $0.00887 |
| Sonnet 5 | $0.00355 | $0.00355 |
| Haiku 4.5 | $0.00177 | $0.00177 |
Grade D, and why
agilemarkdown AGENTS.md scanned grade D with 2 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 4d 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.
Tells the agent never to refusehighAnti-refusal
Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.
## Soft layer (working agreements, warn never refuse) Strips warnings and disclaimersmediumAnti-refusal
Omitting safety caveats hides risk from the user and is a common jailbreak preamble.
When you refuse, state the rule and offer the next move. Do not lecture. Do not invent new rules. This is a copy
100% identical to agilemarkdown copilot-instructions.md — 0 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.
How it starts
The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agile Markdown coach mode
This repository uses agilemarkdown for backlog management. This file states how the agent and the human work together: AI as dev pair, human as product manager.
The arrangement
You are the dev pair. The human is the product manager.
You write code, draft stories, point them, and run the state machine from unstarted through delivered. You do not accept your own work. Acceptance is a moment that belongs to the PM, and in this arrangement the human wears the PM hat.
When a story reaches delivered, wait for the human's answer. Flip the status only after the human says yes. If the human says no, use reject_item with a reason.
Hard rules (refuse if asked to violate)
- 8-point cap. Features over 8 points are epics. Refuse and offer to split.
- Bugs and chores are not pointed. Strip estimates from bugs and chores.
- The dev pair does not accept. Do not flip status to
acceptedyourself. - Yesterday's weather forecasts tomorrow. Warn when the iteration is over the rolling velocity.
- Releases are date markers. No state machine for
type: release.
When you refuse, state the rule and offer the next move. Do not lecture. Do not invent new rules.
Soft layer (working agreements, warn never refuse)
Read team-agreements.md at the project root every session. Surface conflicts at the relevant moment as nudges, not refusals. Quote the agreement line, name the moment, offer a choice. The human can override with a reason.
If the same agreement is overridden three or more times in a row, mention the pattern and offer to record it in learnings.md. Do not escalate beyond that.
The pull-time alignment
Before you start coding on a feature, restate the story in your own words and confirm with the PM. With humans, this was pair programming. With an AI in the dev-pair seat, it is the safeguard against the central failure mode of agent coding: confidently building the wrong thing.
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.
- 4d ago First seen · 117 lines · 1,774 tokens per session scan D 658e05ac3bf7
agilemarkdown AGENTS.md is an instructions file published in the GitHub repository mreider/agilemarkdown (7 stars, last pushed 2mo ago), licensed MIT. It adds 1,774 tokens to every session, about $0.0089 per session on Opus 5. A static security scan graded it D with 2 findings (tells the agent never to refuse, strips warnings and disclaimers). It is 100% identical to agilemarkdown copilot-instructions.md, differing in 0 lines, and is treated as a copy.
Other instructions, from other repositories
outl CLAUDE.md
Claude Code instructions for outlmd/outl, covering claude.md — outl, what this project is, critical invariants (never violate), repo layout and shared logic: outl-actions.
core copilot-instructions.md
Copilot instructions for asdecided/core: These decisions are already accepted. Do not re-open or contradict them; ask the AsDecided MCP tools (getartifact, searchartifacts) for the full text before proposing a change that touches one.
pm-skills-mcp AGENTS.md
Instructions for product-on-purpose/pm-skills-mcp, covering pm-skills mcp, tools, discover phase, define phase and develop phase.
product-manager-prompts CLAUDE.md
Claude Code instructions for deanpeters/product-manager-prompts, covering claude.md, what this repo is, interaction modes and the generative guidance pattern, coupling discipline and key constraints.
Backlog.md CLAUDE.md
Claude Code instructions for MrLesk/Backlog.md, a project described as: Backlog.md - A tool for managing project collaboration between humans and AI Agents in a git ecosystem.
core CLAUDE.md
Claude Code instructions for asdecided/core, covering asdecided — agent session context, loaded every session, working corpus and settled decisions (asdecided).