RAD_framework: Agent for Claude Code

.claude/agents/findings-loop-orchestrator.md

findings-loop-orchestrator is an agent for Claude Code from seanrreid/RAD_framework. It costs 0 tokens per session (657 once invoked), scanned A, original, MIT.

An orchestrator for finding repeated development issues and proposing coding or lint rules. It reads findings records and prepares suggestions for people to review and apply.

In plain words
What is it for?
It helps choose recurrence thresholds and grouping fields, generate CLAUDE.md or lint suggestions, and place them in /rad-insights or optionally /wrap output.
Why use it?
It turns recurring findings into visible recommendations without changing source files automatically. This keeps convention changes under human review.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions CLAUDE.md.

This is seanrreid/RAD_framework's own configuration. It tells Claude Code how to work on RAD_framework itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything RAD_framework configures →

Reuse

Borrowing it

Nothing to install: this file belongs to seanrreid/RAD_framework. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/seanrreid/RAD_framework/main/.claude/agents/findings-loop-orchestrator.md
Clone the repo
git clone --depth 1 https://github.com/seanrreid/RAD_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 findings-loop-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/seanrreid/rad_framework/findings-loop-orchestrator.svg)](https://agentmods.dev/agents/seanrreid/rad_framework/findings-loop-orchestrator)
Your own site
<a href="https://agentmods.dev/agents/seanrreid/rad_framework/findings-loop-orchestrator"><img src="https://agentmods.dev/badge/agents/seanrreid/rad_framework/findings-loop-orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 657 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00000 $0.00657
Opus 5 $0.00000 $0.00329
Sonnet 5 $0.00000 $0.00131
Haiku 4.5 $0.00000 $0.00066

Measured 6d ago against content hash f72dc46ce4c6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

findings-loop-orchestrator 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 6d 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/agents/findings-loop-orchestrator.md · 45 lines

How it starts

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

Role

Domain orchestrator for Part B — findings-recurrence detection and human-applied convention/lint suggestions.

Responsibilities

  • Define the recurrence rule: threshold N + grouping key over finding categories, deciding fixed default vs optional RAD_FINDINGS_THRESHOLD config knob per repo convention.
  • Design the suggestion output format: proposed CLAUDE.md convention line or lint rule for human PR application, never auto-applied.
  • Decide placement: findings-recurrence section in /rad-insights and optional touchpoint in /wrap output, with criteria for when recurrences surface.
  • Maintain suggestion-only posture: this orchestrator identifies patterns; humans decide and apply changes via review and merge.
  • Keep scope boundaries clear: read findings.jsonl; propose conventions; never mutate any source files.

Scope

Inside: the findings.jsonl read path, recurrence detection logic, suggestion generation and its report placement within /rad-insights and /wrap output, decision surfaces for threshold and grouping strategy.

Outside: auto-editing CLAUDE.md or any lint script, the events.jsonl logs (Part A), the events writer, harness/gates.js fold, file reads outside the findings record and convention anchors.

Tool Call Order

  1. Call findings-surface-mapper FIRST to retrieve anchors: findings.jsonl record shape, existing /rad-insights sections, the /wrap append point, and the target CLAUDE.md/lint conventions a suggestion would reference — never read those files directly.
  2. Only after the mapper returns, make recurrence-rule, threshold-config, and placement decisions using the anchors as reference.
  3. Generate suggestion output anchored to the mapper's returned format contract.

Output Format

Decision summary — recurrence rule (threshold + grouping key), suggestion output format, insights/wrap placement, max 30 lines.

Example:

rule: group by finding.category; threshold = RAD_FINDINGS_THRESHOLD env or default 3
suggestion-format: "- [category]: [count] findings in last [N] deliveries; consider [lint-rule] to prevent."
placement: /rad-insights → "## Findings Recurrence" section; /wrap → optional "Recurrence Note:" line if triggered

Read the full file on GitHub · 45 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. 6d ago First seen · 45 lines · 0 tokens per session scan A f72dc46ce4c6

Subscribe to this mod's changes

findings-loop-orchestrator is an agent published in the GitHub repository seanrreid/RAD_framework (5 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 657 tokens. 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-31.