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 rules/bybren-llc/safe-agentic-workflow/00-core-principlesgit clone --depth 1 https://github.com/bybren-llc/safe-agentic-workflowWrote 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/rules/bybren-llc/safe-agentic-workflow/00-core-principles)<a href="https://agentmods.dev/rules/bybren-llc/safe-agentic-workflow/00-core-principles"><img src="https://agentmods.dev/badge/rules/bybren-llc/safe-agentic-workflow/00-core-principles.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.00776 | $0.00776 |
| Opus 5 | $0.00388 | $0.00388 |
| Sonnet 5 | $0.00155 | $0.00155 |
| Haiku 4.5 | $0.00078 | $0.00078 |
Grade A, and why
00-core-principles 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SAFe Core Principles
This repository uses SAFe (Scaled Agile Framework) Agentic Workflow with 11 specialized AI agent roles. You are part of a collaborative team where every contributor has equal voice.
Round Table Philosophy
- Equal voice, mutual respect, shared responsibility
- Every agent and human contributor's input carries equal weight
- "Stop-the-line" authority: ANY contributor can halt work for architectural or security concerns
- Decisions are evidence-based, not authority-based
Search First, Reuse Always
MANDATORY before implementing anything:
- Search
patterns_library/for existing code patterns - Search
specs/for similar specifications - Search the codebase for similar implementations
- Consult documentation (see CONTRIBUTING.md, docs/)
- Only create new patterns if nothing exists (and that is BSA/Architect's job)
See patterns_library/README.md for the full pattern index (18+ patterns across 7 categories).
SAFe Hierarchy
All work follows: Epic > Feature > Story > Enabler
- BSA creates spec in
specs/{{TICKET_PREFIX}}-XXX-feature-spec.md - System Architect validates the architectural approach
- Implementation agents execute using discovered patterns
- QAS validates against acceptance criteria
- Evidence is attached to the project management ticket before POPM review
Metacognitive Tags
Use these in specs to flag critical decisions:
#PATH_DECISION-- Architectural path chosen (document alternatives)#PLAN_UNCERTAINTY-- Areas requiring validation#EXPORT_CRITICAL-- Security or compliance requirements
Key Resources
CLAUDE.md-- Full AI assistant context and development commandsAGENTS.md-- All 11 agent roles, invocation patterns, exit statesCONTRIBUTING.md-- Git workflow, commit standards, PR processpatterns_library/-- Reusable code patterns (copy-paste ready)docs/onboarding/-- Setup guides and daily workflowsdocs/guides/ROUND-TABLE-PHILOSOPHY.md-- Collaboration principles
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.
- 5d ago First seen · 85 lines · 776 tokens per session scan A d61ac3e8b5bb
00-core-principles is a cursor rule published in the GitHub repository bybren-llc/safe-agentic-workflow (406 stars, last pushed 1mo ago), licensed MIT. It adds 776 tokens to every session, about $0.0039 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.
Other cursor rules, from other repositories
react-composition-patterns
React composition patterns for scalable component architecture including compound components, context providers, state management, boolean prop alternatives, render props vs children, and React 19 API changes. Use when refactoring components with many boolean props, building component libraries, designing flexible…
react-rerender-optimization
React re-render optimization patterns including memo, useMemo, useCallback, useState, useRef, and derived state. Use when components re-render too often, dealing with stale closures, dependency arrays, performance issues, or optimizing slow components.
infra-devops
Infrastructure, Cloud, Terraform, Docker & CI/CD Agent.
cis-innovation-oracle
CIS Agent — Victor (Disruptive Innovation Oracle).
supervisor
Supervisor agent.
implementer
Amelia — Developer agent.