blueprint AGENTS.md

blueprint AGENTS.md is an instructions file for Codex, OpenCode from owainlewis/blueprint. It costs 1,172 tokens per session, scanned A, original, MIT.

A set of instructions for AI coding work in the Blueprint repository, covering planning, architecture, implementation, review, and proof.

In plain words
What is it for?
Use them to decide which engineering phase is needed, prepare technical plans, update architecture records, and deliver focused pull requests.
Why use it?
They help keep decisions, code changes, and pull requests focused so another developer can understand and verify the result.

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/owainlewis/blueprint/agents-md
Clone the repo
git clone --depth 1 https://github.com/owainlewis/blueprint

Made for: Codex, OpenCode.

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/owainlewis/blueprint/agents-md.svg)](https://agentmods.dev/instructions/owainlewis/blueprint/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/owainlewis/blueprint/agents-md"><img src="https://agentmods.dev/badge/instructions/owainlewis/blueprint/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,172 This file is loaded in full into every session.
When invoked 1,172 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.01172 $0.01172
Opus 5 $0.00586 $0.00586
Sonnet 5 $0.00234 $0.00234
Haiku 4.5 $0.00117 $0.00117

Measured 4d ago against content hash 836060c5245a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

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.

AGENTS.md · 73 lines

How it starts

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

Blueprint repository policy

Blueprint is a small set of instructions for AI coding. It separates deciding what to build from shipping code.

Principles

  • Give agents outcomes, constraints, and proof. Trust them with mechanics.
  • Keep one skill per meaningful engineering phase or delivery outcome.
  • Keep current architecture separate from proposed design.
  • Review technical proposals before implementation when a wrong choice could materially affect behavior, data, security, scale, performance, compatibility, operations, cost, or proof.
  • Update an existing architecture document when code changes ownership, dependency direction, protocols, stored data, trust boundaries, deployment topology, or hard limits.
  • Skip phases that add no value. Small, decided work can go straight to implementation.
  • A task is ready when a new agent can finish it without asking product or technical questions.
  • Each pull request delivers one focused outcome and its proof. A reviewer should not have to separate unrelated work to understand it.
  • Separate refactoring when it would hide the behavior change. Small local cleanup may stay when it makes that change easier to review.
  • Logic changes include automated tests for changed behavior and affected failure paths, including any named in the acceptance criteria.
  • Refactors include tests for behavior that must not change.
  • If automated tests cannot exercise the affected behavior, explain why and give other evidence.
  • Review checks correctness. Ask for a simpler design when it can deliver the same outcome and proof with less state, indirection, duplication, or operational work.
  • Do not block on personal taste. Cite technical evidence or repository conventions.
  • Browser behavior is proven in a real browser, not by reading source.
  • If the task, design, or plan is wrong, update it before changing more code.
  • Prefer the smallest complete change. Do not mix product work with unrelated cleanup.
  • Humans review decisions and normally merge. Agents may merge only when the user explicitly delegates it. Explicitly naming /codex-issue-coordinator delegates merge authority for the supplied batch after its quality gates pass; an implicit skill match does not.

Read the full file on GitHub · 73 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. 4d ago First seen · 73 lines · 1,172 tokens per session scan A 836060c5245a

Subscribe to this mod's changes

blueprint AGENTS.md is an instructions file published in the GitHub repository owainlewis/blueprint (375 stars, last pushed 5d ago), licensed MIT. It adds 1,172 tokens to every session, about $0.0059 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.