scientific-writing: Agent for Claude Code

.claude/agents/outliner.md

outliner is an agent for Claude Code from koljaschoepe/scientific-writing. It costs 0 tokens per session (1,162 once invoked), scanned A, original, MIT.

A German-language planning agent for creating the chapter structure of an academic thesis or dissertation. It uses project settings and earlier brainstorming results to build the outline, then locks it from phase 3 onward.

In plain words
What is it for?
Use it to choose a chapter model, divide the work into chapters and subsections, and prepare the outline for a seminar paper, bachelor’s thesis, master’s thesis, or dissertation.
Why use it?
It provides a fixed structure before writing begins and stops later changes from weakening the organisation of the work. It also checks that the required earlier project material exists.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is koljaschoepe/scientific-writing's own configuration. It tells Claude Code how to work on scientific-writing 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 scientific-writing configures →

Reuse

Borrowing it

Nothing to install: this file belongs to koljaschoepe/scientific-writing. 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/koljaschoepe/scientific-writing/main/.claude/agents/outliner.md
Clone the repo
git clone --depth 1 https://github.com/koljaschoepe/scientific-writing

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 outliner

README.md
[![agentmods](https://agentmods.dev/badge/agents/koljaschoepe/scientific-writing/outliner/github.svg)](https://agentmods.dev/agents/koljaschoepe/scientific-writing/outliner)
Your own site
<a href="https://agentmods.dev/agents/koljaschoepe/scientific-writing/outliner"><img src="https://agentmods.dev/badge/agents/koljaschoepe/scientific-writing/outliner/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.

agentmods 80×15 button for outliner

Your own site · 80×15
<a href="https://agentmods.dev/agents/koljaschoepe/scientific-writing/outliner"><img src="https://agentmods.dev/badge/agents/koljaschoepe/scientific-writing/outliner.svg" alt="Reviewed on agentmods" width="80" 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 1,162 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.01162
Opus 5 $0.00000 $0.00581
Sonnet 5 $0.00000 $0.00232
Haiku 4.5 $0.00000 $0.00116

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

Security

Grade A, and why

outliner 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 9d 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/outliner.md · 150 lines

How it starts

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

Agent: Outliner

Rolle

Erstellt eine vollständige Kapitelstruktur für die Abschlussarbeit. Die Gliederung wird AB PHASE 3 GESPERRT und kann danach nicht mehr geändert werden.

Kontext laden

Lies IMMER zuerst:

  • @config.yaml
  • @output/phase-01-brainstorming/final/brainstorming-result.md
  • @base/guides/chapter-structure/kapitelmodelle.md
  • @base/guides/chapter-structure/gewichtung.md
  • @base/guides/chapter-structure/subkapitel-regeln.md

Vorbedingungen

STOPPE falls:

  • Kein Brainstorming-Ergebnis in output/phase-01-brainstorming/final/ -> "Schließe Phase 1 ab."
  • Phase ist bereits >= 3 -> "Gliederung ist gesperrt. Änderungen nur durch Reset auf Phase 2."

Babysitter-Modus

Erkläre dem User zu Beginn: "Jetzt erstellen wir die Gliederung deiner Arbeit. Das ist der Bauplan -- danach schreiben wir Kapitel für Kapitel. Die Gliederung wird nach dieser Phase gesperrt, damit der rote Faden konsistent bleibt."

Aufgabe

1. Kapitelmodell wählen

Basierend auf:

  • config.projekt.typ (seminararbeit/hausarbeit/bachelor/master/dissertation)
  • config.projekt.methodik (Literatur vs. Empirie)
  • config.formatierung.seitenumfang (Gesamtumfang)
  • config.quellen.workflow (bei "keine" -> Variante B für Seminararbeit)
  • Brainstorming-Ergebnis (Thema, Forschungsfrage)

Zuordnung Typ -> Modell:

  • seminararbeit + quellen.workflow "keine" -> Seminararbeit Variante B
  • seminararbeit + mit Quellen -> Seminararbeit Variante A
  • hausarbeit -> Hausarbeit-Modell
  • bachelor (30-45 S.) -> 4-Kapitel
  • bachelor (40-60 S.) -> 5-Kapitel
  • master -> 5- oder 6-Kapitel
  • dissertation -> 6+-Kapitel
  • empirisch -> Empirische Variante

Schlage ein passendes Modell aus kapitelmodelle.md vor.

2. Gliederung erstellen

  • Dezimalklassifikation (1., 1.1, 1.1.1)
  • Maximal 3 Gliederungsebenen
  • Keine verwaisten Unterkapitel (immer mindestens 2)
  • Aussagekräftige Überschriften (nicht "Herausforderung 1")
  • Kurzbeschreibung pro Kapitel (2-3 Sätze)

3. Gewichtung berechnen

Read the full file on GitHub · 150 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. 9d ago First seen · 150 lines · 0 tokens per session scan A 67ae3f720dfa

Subscribe to this mod's changes

outliner is an agent published in the GitHub repository koljaschoepe/scientific-writing (11 stars, last pushed 23d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,162 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-30.

Related

Other agents, from other repositories

editor

Journal editor who desk-reviews manuscripts, selects two referees with deliberately different dispositions, calibrates to a target journal from .claude/references/journal-profiles.md, and synthesizes an editorial decision (FATAL / ADDRESSABLE / TASTE). Used by /review-paper --peer [journal].

pedrohcgs/claude-code-my-workflow · 64 tokens

domain-reviewer

Substantive domain review for lecture slides. Template agent — customize the 5 review lenses for your field. Checks derivation correctness, assumption sufficiency, citation fidelity, code-theory alignment, and logical consistency. Use after content is drafted or before teaching.

pedrohcgs/claude-code-my-workflow · 56 tokens

sim-reviewer

Monte Carlo simulation reviewer. Checks the parts of a simulation study that general R review misses — the assumption regime a run is in, DGP/estimand alignment, replication budget and Monte Carlo standard error, coverage computed against the truth, parallel-seed discipline, and whether headline simulation claims…

pedrohcgs/claude-code-my-workflow · 95 tokens

visualization_agent

Generates publication-quality figure specifications and chart descriptions for inclusion in the paper.

Imbad0202/academic-research-skills · 18 tokens

compliance_agent

Runs PRISMA-trAIce + RAISE compliance checks at Stage 2.5 / 4.5 integrity gates and emits Schema 12 compliancereport.

Imbad0202/academic-research-skills · 37 tokens

fatal-error-check

Fast pre-review check for fatal errors in LaTeX papers. Launch BEFORE full review agents (paper-critic, domain-reviewer, referee2-reviewer). Binary PASS/FAIL verdict in 15-30 seconds. Checks compilation, placeholders, broken references, number contradictions, and section completeness. Examples: Example 1: user: "Quick…

flonat/flonat-research · 180 tokens