Borrowing it
Nothing to install: this file belongs to TenureAI/PhD-Zero. 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/TenureAI/PhD-Zero/main/.agents/skills/run-governor/SKILL.mdgit clone --depth 1 https://github.com/TenureAI/PhD-ZeroWrote 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/skills/tenureai/phd-zero/run-governor)<a href="https://agentmods.dev/skills/tenureai/phd-zero/run-governor"><img src="https://agentmods.dev/badge/skills/tenureai/phd-zero/run-governor.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.1 | $0.00093 | $0.03366 |
| Opus 5 | $0.00046 | $0.01683 |
| Sonnet 5 | $0.00019 | $0.00673 |
| Haiku 4.5 | $0.00009 | $0.00337 |
Grade A, and why
run-governor 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 8d 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 — 351 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Run Governor
Mission
Set and enforce run-level execution policy so research runs stay consistent, auditable, durable across long waits, and mode-aware.
Mode Selection Policy
At the start of a research run, ask the user to choose one mode:
full-auto- Minimize user interruptions.
- Ask only for hard blockers or major safety risks.
- Keep ownership until compiled success criteria are met, or a true blocker/safety gate requires interruption.
moderate(recommended)- Confirm during plan finalization.
- Confirm before high-resource actions.
detailed- Ask when path is unclear.
- Ask before high-resource actions.
Additional rules:
- If the user explicitly asks to switch mode, switch immediately.
- If the user says "just do it" or equivalent, treat as a temporary switch to
full-autobehavior. - If mode selection is pending, keep the run in
pending-confirmationand do not initialize run artifacts. - Never auto-default mode from timeout. A mode must be explicitly confirmed by the user before initialization.
- After mode is selected, do not auto-continue after confirmation timeouts in non-
full-automodes. - While confirmation is pending, read-only intake, code inspection, and evidence gathering are allowed; creating run artifacts or launching jobs is not.
Persistent Completion Policy
When the user expresses persistence or target-seeking intent, compile it into run policy rather than treating it as stylistic wording.
Trigger phrases include examples such as:
- "keep iterating"
- "do not stop"
- "until target"
- "try many iterations"
- "optimize until it works"
- "reach 90%/100%" or similar target metrics
Required policy fields:
execution_intent:single-pass|persistent-optimizationcompletion_policy:normal|until-target-or-hard-blockerdone_guard:normal|forbid_done_if_target_unmetpromotion_gates: ordered thresholds such as "pass 30-case regression before 100-case sweep"non_regression_guards: conditions that must not degrade materiallybackup_policy: when to snapshot best-so-far prompts/configs/code/results
What ships with it
9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 613 B
- references/run-layout.md 1.1 KB
- references/run-policy-schema.md 599 B
- references/stage-report-schema.md 574 B
- scripts/launch_long_action.py 3.8 KB runs code
- scripts/poll_long_action.py 1.8 KB runs code
- scripts/resume_run.py 1.7 KB runs code
- scripts/state_io.py 7.5 KB runs code
- scripts/watch_active_runs.py 3.4 KB runs code
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.
- 8d ago First seen · 351 lines · 93 tokens per session scan A b7e57f2d6e51
run-governor is a skill published in the GitHub repository TenureAI/PhD-Zero (52 stars, last pushed 5mo ago), licensed MIT. It adds 93 tokens to every session and 3,366 once invoked, about $0.0005 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 skills, from other repositories
auto-paper-improvement-loop
An automated loop for improving a generated research paper through repeated review, editing, and recompilation. Recompiling rebuilds the paper so changes can be checked in the final document.
grant-proposal
A grant-writing workflow that turns research ideas and related literature into structured funding proposals for named national and international grant formats.
paper-illustration
A tool for creating academic-paper illustrations such as architecture diagrams and method figures with Gemini image generation and Claude-guided revisions.
proof-checker
A rigorous proof-checking and repair skill for LaTeX mathematics. LaTeX is a text format commonly used to write mathematical documents.
citation-audit
Zero-context verification that every bibliographic entry in the paper is real, correctly attributed, and used in a context the cited paper actually supports. Uses a fresh cross-model reviewer with web/DBLP/arXiv lookup to catch hallucinated authors, wrong years, fabricated venues, version mismatches, and wrong-context…
paper-navigator
Find and read academic papers: disambiguate queries, discover papers (search, citation traversal, recommendations, arXiv monitoring, trending, GitHub search), evaluate (TLDR, citations, code, SOTA), and read with structured analysis (3-level strategy). Use when: finding papers, reading a paper, related work, citation…