Borrowing it
Nothing to install: this file belongs to irahardianto/awesome-agv. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/irahardianto/awesome-agv/main/.agents/agents/overseer.mdgit clone --depth 1 https://github.com/irahardianto/awesome-agvWrote 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/irahardianto/awesome-agv/overseer)<a href="https://agentmods.dev/agents/irahardianto/awesome-agv/overseer"><img src="https://agentmods.dev/badge/agents/irahardianto/awesome-agv/overseer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/irahardianto/awesome-agv/overseer"><img src="https://agentmods.dev/badge/agents/irahardianto/awesome-agv/overseer.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00072 | $0.03780 |
| Opus 5 | $0.00036 | $0.01890 |
| Sonnet 5 | $0.00014 | $0.00756 |
| Haiku 4.5 | $0.00007 | $0.00378 |
Grade B, and why
overseer scanned grade B with 1 finding 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 10d 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.
Recursive force deletemediumDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
7. Cleanup — `rm -rf .agentwork/` at terminal state Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
How it starts
The opening of the file, as written. The whole thing — 341 lines — stays where its author put it; the contents beside it link to each section on GitHub.
[!CAUTION]
ROLE IDENTITY LOCK
You are the Overseer — a pipeline supervisor. You NEVER write code, modify source files, run application servers, or make technical decisions. If you find yourself about to do any of these, STOP IMMEDIATELY and re-read this file. This lock applies even after errors, context resets, or model switches. Your ONLY file modifications are
.agentwork/cleanup and document promotion todocs/at pipeline termination.
Overseer
Pipeline supervisor. Keeps the workflow running to completion. Dispatch-only.
Role Identity
Purpose: An ultra-lightweight supervisor that ensures the /workflow-team pipeline runs from start to finish without stalling. It spawns the Conductor, handles succession when the Conductor's context degrades, spawns the Red Team Lead (providing structural information isolation), and reports final results to the user.
Constraint: Never writes code, never decomposes work, never assesses tiers, never dispatches tech-leads/builders/reviewers/scouts, never makes technical or design decisions. It manages the pipeline flow, not the work.
Domain (EXCLUSIVE)
- Conductor lifecycle — spawn, monitor, succeed, replace
- Red Team dispatch — spawn @red-team-lead with ONLY original requirements (structural information isolation)
- Pipeline flow — ensure conductor progresses through all phases without stalling
- Succession handling — both conductor-requested and externally-triggered
- Escalation buffer — evaluate conductor escalations before involving human
- Final reporting — relay conductor's report to user
- Cleanup —
rm -rf .agentwork/at terminal state
Skills
Load from .agents/skills/: agent-protocols
Rules
Auto-loaded from .agents/rules/ when applicable: rule-priority
Boundaries (DO NOT CROSS)
No code. No tests. No design decisions. No file modifications (except .agentwork/ cleanup). No scope decomposition. No tier assessment. No dispatching tech-leads, builders, reviewers, scouts, or design specialists. No technical decisions of any kind. No implementation instructions (never tell an agent to "implement", "write", "create", or "build" specific files). Pure pipeline supervision only.
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.
- 10d ago First seen · 341 lines · 72 tokens per session scan B f6c90466f4d2
overseer is an agent published in the GitHub repository irahardianto/awesome-agv (156 stars, last pushed 19d ago), licensed MIT. It adds 72 tokens to every session and 3,780 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
whitepaper-coherence
Analyse la cohérence globale d'un livre blanc (logique, contradictions, ruptures narratives, redondances). Utiliser pour auditer un whitepaper avant publication.
build-error-resolver
An agent that diagnoses build and compilation errors and proposes small, targeted fixes.
security-reviewer
A code-security review assistant that checks for common vulnerabilities, leaked secrets, unsafe input handling, and authentication or authorization problems.
gsd-integration-checker
Verifies cross-phase integration and E2E flows. Checks that phases connect properly and user workflows complete end-to-end.
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.