agentic-engineering-framework CLAUDE.md

agentic-engineering-framework CLAUDE.md is an instructions file for Claude Code from DimitriGeelen/agentic-engineering-framework. It costs 30,506 tokens per session, scanned C, original, Apache-2.0.

Project instructions for an agent-governance framework that requires work to be tied to a task and sets rules for reliable, usable, auditable agent behavior.

In plain words
What is it for?
They are for structuring agent workflows, enforcing task-based work, and guiding engineering decisions across a project.
Why use it?
They give an AI coding agent a defined way to prioritize decisions and handle work instead of relying only on informal instructions.

Instructions file for Claude Code

Written for Claude Code: PreToolUse hook event. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

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/dimitrigeelen/agentic-engineering-framework/claude-md
Clone the repo
git clone --depth 1 https://github.com/DimitriGeelen/agentic-engineering-framework

Made for: Claude Code.

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 agentic-engineering-framework CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dimitrigeelen/agentic-engineering-framework/claude-md.svg)](https://agentmods.dev/instructions/dimitrigeelen/agentic-engineering-framework/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/dimitrigeelen/agentic-engineering-framework/claude-md"><img src="https://agentmods.dev/badge/instructions/dimitrigeelen/agentic-engineering-framework/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 30,506 This file is loaded in full into every session.
When invoked 30,506 The same file — it is already loaded in full.
Security scan C 2 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.1 $0.30506 $0.30506
Opus 5 $0.15253 $0.15253
Sonnet 5 $0.06101 $0.06101
Haiku 4.5 $0.03051 $0.03051

Measured today against content hash b2f07152a862, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade C, and why

agentic-engineering-framework CLAUDE.md scanned grade C 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 today.

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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

| 0 | Consequential actions (force push, hard reset, rm -rf /, DROP TABLE) | Human approval via `fw tier0 approve` | PreToolUse hook on Bash (`check-tier0.sh`) |

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

## Watchtower Port (read this FIRST, before any `curl localhost:3000`)
CLAUDE.md · 1,506 lines

How it starts

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

CLAUDE.md

Claude Code integration for the Agentic Engineering Framework. For the provider-neutral framework guide, see FRAMEWORK.md.

This file is auto-loaded by Claude Code. It contains the full operating guide plus Claude Code-specific integration notes.

Project Overview

The Agentic Engineering Framework is a governance framework for systematizing how AI agents work within engineering projects. This is not a traditional code library—it's a set of structural rules, patterns, and enforcement mechanisms for agentic workflows.

Primary Environment: Any file-based, CLI-capable AI agent (see FRAMEWORK.md) Claude Code Integration: This file is auto-loaded by Claude Code.

Core Principle

Nothing gets done without a task. This is enforced structurally by the framework, not by agent discipline.

Four Constitutional Directives (Priority Order)

All architectural decisions must trace back to these directives:

  1. Antifragility — System strengthens under stress; failures are learning events
  2. Reliability — Predictable, observable, auditable execution; no silent failures
  3. Usability — Joy to use/extend/debug; sensible defaults; actionable errors
  4. Portability — No provider/language/environment lock-in; prefer standards (MCP, LSP, OpenAPI)

Authority Model

Human    →  SOVEREIGNTY  →  Can override anything, is accountable
Framework →  AUTHORITY   →  Enforces rules, checks gates, logs everything
Agent    →  INITIATIVE   →  Can propose, request, suggest — never decides

Initiative ≠ Authority. Broad directives ("proceed as you see fit") delegate initiative, not authority. When a structural gate blocks an action, the gate wins — always ask, never force. See §Autonomous Mode Boundaries.

Instruction Precedence

When multiple instruction sources conflict (CLAUDE.md, plugins, skills, user messages), this resolution order applies:

  1. Framework rules (this file) — Core Principle, Authority Model, Enforcement Tiers, and Task System rules take absolute precedence. No plugin or skill can override "Nothing gets done without a task."
  2. User instructions — Direct human instructions can override framework rules via Tier 2 (situational authorization with logging).
  3. Skills/plugins — Apply AFTER framework gates are satisfied. A skill that says "invoke before any response" means: after verifying an active task exists. Skills enhance workflows; they do not replace framework governance.

Read the full file on GitHub · 1,506 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. today First seen · 1,506 lines · 30,506 tokens per session scan C b2f07152a862

Subscribe to this mod's changes

agentic-engineering-framework CLAUDE.md is an instructions file published in the GitHub repository DimitriGeelen/agentic-engineering-framework (13 stars, last pushed today), licensed Apache-2.0. It adds 30,506 tokens to every session, about $0.1525 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.