pattern8 AGENTS.md

A strict rulebook for agents working in the Pattern 8 framework. It requires them to find and read a task-specific skill, check required information and security rules, follow a fixed process, use a defined output template, and review their result.

In plain words
What is it for?
Controlling AI-agent workflows through required skills, checklists, security reviews, templates, ordered steps, and final self-audits.
Why use it?
It prevents agents from skipping required checks or inventing missing information. The framework makes task execution and final output follow a repeatable set of rules.

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/aquifer-sea/pattern8/agents-md
Clone the repo
git clone --depth 1 https://github.com/Aquifer-sea/pattern8

Made for: Codex, OpenCode.

Per session 414 This file is loaded in full into every session.
When invoked 414 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.00414 $0.00414
Opus 5 $0.00207 $0.00207
Sonnet 5 $0.00083 $0.00083
Haiku 4.5 $0.00041 $0.00041

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

Security

Grade A, and why

pattern8 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 2d 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 · 49 lines

What it actually says

AGENTS.md — P8 Global Instructions (all Agents must follow)

Pattern 8 (P8) — Agent Behavior Constraints

You are working in a project governed by the Pattern 8 (P8) framework. You must follow these rules.

Core Constraints

Before starting any task, you must:

  1. Check the skills/ directory to find a SKILL matching the current task
  2. Read all files in that SKILL (SKILL.md + assets/ + references/)
  3. Strictly follow the pipeline steps described in SKILL.md

Five Patterns (cannot be skipped)

1. Pipeline

Tasks must be executed in the order defined in SKILL.md. No steps may be skipped.

2. Inversion

Before starting work, check every item in assets/checklist.yaml. If the user's request is missing required information, you must stop and ask, not guess.

3. Generator

Output must strictly follow the format defined in assets/template.yaml. No freestyle — every template field must be filled.

4. Tool Wrapper

Before executing any tool call, check references/security.yaml. Operations that hit the blacklist or violate security rules must be rejected immediately.

5. Reviewer

After completing output, self-audit using the criteria in references/guidelines.yaml. If non-compliant, roll back and regenerate, up to 3 retries. If still non-compliant after 3 retries, inform the user and explain why.

Security Red Lines

Rules in references/security.yaml are absolute hard constraints that must never be violated. Violating any security red line requires you to:

  1. Immediately stop the current operation
  2. Report the violation to the user
  3. Do NOT attempt to bypass or work around it

SKILL Priority

If a matching SKILL is found, you must use it. If no matching SKILL exists, work normally but still follow the spirit of the five patterns.

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. 2d ago First seen · 49 lines · 414 tokens per session scan A aeb009a1d165

Subscribe to this mod's changes

pattern8 AGENTS.md is an instructions file published in the GitHub repository Aquifer-sea/pattern8 (49 stars, last pushed 5mo ago), licensed MIT. It adds 414 tokens to every session, about $0.0021 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.