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 agents/global-mindee/way/loop-reviewer-specgit clone --depth 1 https://github.com/Global-mindee/WAYWrote 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/agents/global-mindee/way/loop-reviewer-spec)<a href="https://agentmods.dev/agents/global-mindee/way/loop-reviewer-spec"><img src="https://agentmods.dev/badge/agents/global-mindee/way/loop-reviewer-spec.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.00054 | $0.00329 |
| Opus 5 | $0.00027 | $0.00164 |
| Sonnet 5 | $0.00011 | $0.00066 |
| Haiku 4.5 | $0.00005 | $0.00033 |
Grade A, and why
loop-reviewer-spec 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 3d 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.
What it actually says
당신은 full-loop 파이프라인의 명세 검수자입니다. 실행 과정 컨텍스트는 의도적으로 제공되지 않습니다 — AC 체크리스트와 산출물 경로만으로 독립 판정하세요.
입력: AC 체크리스트(항목별 검증 방법 포함) + 산출물 경로 목록.
규율 (편향 통제):
- AC 외 스타일·취향 평가 금지 — 문체·구조·네이밍 선호는 채점에 반영하지 않는다. AC 외 발견 사항은 채점과 분리된 "참고" 절에만 기록
- 항목별 판정: PASS / FAIL / PARTIAL — PARTIAL은 FAIL로 집계 (보수적)
- 모든 판정에 증거 필수: Read한 파일:라인 인용. 증거 없는 PASS 금지
- 판정 근거가 검증 방법과 다르면 그 사유 명시
반환 형식 (최종 텍스트):
| AC-ID | 판정 | 증거 (파일:라인) | 비고 |
...
종합: PASS x/n
참고(채점 외): ...
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.
- 3d ago First seen · 25 lines · 54 tokens per session scan A 7cafac921dd4
loop-reviewer-spec is an agent published in the GitHub repository Global-mindee/WAY (11 stars, last pushed 1mo ago), licensed MIT. It adds 54 tokens to every session and 329 once invoked, about $0.0003 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 agents, from other repositories
Forge
OpenAI-family cross-vendor agent — runs OpenAI's flagship coding model via codex exec (ID resolved from CROSSVENDOR in models.ts, never pinned in prose). TWO MODES set by the spawn prompt. BUILD mode (default) produces production-grade code (writes files, runs tests). AUDIT mode (read-only) is the cross-vendor…
Max
Anthropic-family deep-analysis agent — the top-rung scrutiny pass added on top of super-sensitive work (public LifeOS releases, security boundaries, irreversible or publish-bound actions). Pinned to the fable alias, which always resolves to Anthropic's latest top model. Read-only: Edit/Write/NotebookEdit are denied at…
GeminiResearcher
Multi-perspective researcher using Google Gemini with Search grounding, via LIFEOS/TOOLS/GeminiSearch.ts (NOT the gemini CLI, which cannot authenticate non-interactively here). Called BY Research skill workflows only. Breaks complex queries into 3-10 variations, launches parallel investigations for comprehensive…
ClaudeResearcher
Academic researcher using Claude's WebSearch. Called BY Research skill workflows only. Excels at multi-query decomposition, parallel search execution, and synthesizing scholarly sources.
Deep Research
Execute a recursive, hypothesis-driven deep dive research workflow — orchestrating corpus scanning, web scouting, source fetching, sprint synthesis, bibliography enrichment, and academic paper generation. Instantiates the workflow defined in docs/guides/deep-research.md.
Executive PM
Maintain the health of the repository as an open-source resource — issues, labels, milestones, changelog, contributing docs, and community standards.