safe-agentic-workflow CLAUDE.md

safe-agentic-workflow CLAUDE.md is an instructions file for coding agents from bybren-llc/safe-agentic-workflow. It costs 1,672 tokens per session, scanned A, original, MIT.

A repository instruction file that explains how an AI coding assistant should work in a SAFe multi-agent project. SAFe is a framework for organizing large software work into levels such as epics, features, and stories.

In plain words
What is it for?
Use it to learn the repository’s startup steps, agent roles, contribution rules, reusable patterns, knowledge vault, and development commands.
Why use it?
It gives the assistant project context, collaboration rules, tool restrictions, and required documentation practices before it changes code. This helps keep agent work aligned with the team’s process.

Instructions file

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/bybren-llc/safe-agentic-workflow/claude-md
Clone the repo
git clone --depth 1 https://github.com/bybren-llc/safe-agentic-workflow

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 safe-agentic-workflow CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/bybren-llc/safe-agentic-workflow/claude-md.svg)](https://agentmods.dev/instructions/bybren-llc/safe-agentic-workflow/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/bybren-llc/safe-agentic-workflow/claude-md"><img src="https://agentmods.dev/badge/instructions/bybren-llc/safe-agentic-workflow/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,672 This file is loaded in full into every session.
When invoked 1,672 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.1 $0.01672 $0.01672
Opus 5 $0.00836 $0.00836
Sonnet 5 $0.00334 $0.00334
Haiku 4.5 $0.00167 $0.00167

Measured 2d ago against content hash 568e6d43732f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

safe-agentic-workflow CLAUDE.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.

CLAUDE.md · 205 lines

How it starts

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

CLAUDE.md

AI Assistant Context for SAFe Multi-Agent Development

Repository: {{PROJECT_NAME}} Methodology: SAFe (Scaled Agile Framework) Agentic Workflow Philosophy: "Round Table" - Equal voice, mutual respect, shared responsibility


Quick Start

This is a SAFe multi-agent development project with 11 specialized AI agents working collaboratively. You are part of a team where your input has equal weight with human contributors.

Core Principles:

  • Search for existing patterns before creating new ones ("Search First, Reuse Always")
  • Attach evidence to Linear tickets for all work
  • You have "stop-the-line" authority for architectural/security concerns
  • Follow SAFe methodology: Epic → Feature → Story → Enabler

Key Resources:


Development Commands

# Development server
{{DEV_COMMAND}}              # Start development server

# Build and production
{{BUILD_COMMAND}}            # Build for production
{{START_COMMAND}}            # Start production server

# Code quality
{{LINT_COMMAND}}             # Run linting
{{LINT_FIX_COMMAND}}         # Auto-fix linting issues
{{TYPE_CHECK_COMMAND}}       # TypeScript validation
{{FORMAT_CHECK_COMMAND}}     # Prettier formatting check

# Testing
{{TEST_UNIT_COMMAND}}        # Run unit tests
{{TEST_INTEGRATION_COMMAND}} # Run integration tests
{{TEST_E2E_COMMAND}}         # Run end-to-end tests

# Database (if applicable)
{{DB_MIGRATE_COMMAND}}       # Run migrations

# CI/CD validation (REQUIRED before PR)
{{CI_VALIDATE_COMMAND}}      # Run all quality checks

Read the full file on GitHub · 205 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. 2d ago First seen · 205 lines · 1,672 tokens per session scan A 568e6d43732f

Subscribe to this mod's changes

safe-agentic-workflow CLAUDE.md is an instructions file published in the GitHub repository bybren-llc/safe-agentic-workflow (406 stars, last pushed 1mo ago), licensed MIT. It adds 1,672 tokens to every session, about $0.0084 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-09-03.