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 skills/tenureai/phd-zero/research-workflownpx skills add TenureAI/PhD-Zero --skill research-workflowgit 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/research-workflow)<a href="https://agentmods.dev/skills/tenureai/phd-zero/research-workflow"><img src="https://agentmods.dev/badge/skills/tenureai/phd-zero/research-workflow.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.00127 | $0.04362 |
| Opus 5 | $0.00063 | $0.02181 |
| Sonnet 5 | $0.00025 | $0.00872 |
| Haiku 4.5 | $0.00013 | $0.00436 |
Grade A, and why
research-workflow 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 4d 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 — 392 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Research Workflow
Mission
Drive AI R&D tasks with small, testable, evidence-first steps while supporting durable long-running execution, aggressive experience retrieval, and DR-first external search.
Orchestration Order
CRITICAL: Each step below that names a skill MUST be executed by calling Skill(skill: "<name>"). Do NOT simulate or skip the skill — actually invoke it via the Skill tool. Producing output that a skill should produce without invoking that skill is a workflow violation.
For non-trivial tasks, run this order:
Skill(skill: "run-governor")— Initialize run policy (mode + run_id) and reconcile active long actions before any execution.Skill(skill: "project-context")— Resolve runtime context before experiment/report/eval execution. MUST call when env setup is needed.- Understand user objective and current code/evidence state.
Skill(skill: "human-checkpoint")— Clarify ambiguous requirements. MUST call when intake is incomplete.- Complete intake checkpoint before planning or decomposition.
Skill(skill: "memory-manager")— Run bootstrap retrieval and initialize durable working state. MUST call before planning.Skill(skill: "deep-research")— Use as the default external search gateway whenever outside evidence is needed, and always when research-intent keywords appear.Skill(skill: "research-plan")— Build execution plan. MUST call for planning-heavy requests or after deep-research scoping.- Confirm plan as required by mode.
Skill(skill: "experiment-execution")— Execute experiment. MUST call for any actual run/launch/monitor.- Replan on major issues when needed.
- Emit stage reports and maintain report index.
Skill(skill: "memory-manager")— Close-out writeback. MUST call before task completion.Skill(skill: "paper-writing")— Write paper deliverable. MUST call only when user explicitly asks for paper output.
Mode-Aware Interaction Policy
What ships with it
1 file 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.
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.
- 4d ago First seen · 392 lines · 127 tokens per session scan A 0875ab40cd31
research-workflow is a skill published in the GitHub repository TenureAI/PhD-Zero (52 stars, last pushed 5mo ago), licensed MIT. It adds 127 tokens to every session and 4,362 once invoked, about $0.0006 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
Autonomously improve a generated paper via GPT-5.4 xhigh review → implement fixes → recompile, for 2 rounds. Use when user says "改论文", "improve paper", "论文润色循环", "auto improve", or wants to iteratively polish a generated paper.
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…
grant-proposal
Draft a structured grant proposal from research ideas and literature. Supports KAKENHI (Japan), NSF (US), NSFC (China, including 面上/青年/优青/杰青/海外优青/重点), ERC (EU), DFG (Germany), SNSF (Switzerland), ARC (Australia), NWO (Netherlands), and generic formats. Use when user says "write grant", "grant proposal", "申請書", "write…
paper-illustration
Generate publication-quality AI illustrations for academic papers using Gemini image generation. Creates architecture diagrams, method illustrations with Claude-supervised iterative refinement loop. Use when user says "生成图表", "画架构图", "AI绘图", "paper illustration", "generate diagram", or needs visual figures for papers.
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…
paper-write
Draft LaTeX paper section by section from an outline. Use when user says "写论文", "write paper", "draft LaTeX", "开始写", or wants to generate LaTeX content from a paper plan.