autosprint: Agent for Claude Code

.claude/agents/plan-agent-research.md

plan-agent-research is an agent for Claude Code from haakonbull/autosprint. It costs 0 tokens per session (2,744 once invoked), scanned A, original, MIT.

A research-planning agent from the autosprint project. It proposes an ordered plan for improving research documents, rather than building software.

In plain words
What is it for?
It is for planning work across files such as destinations, waypoints, source lists, papers, claims, and deep-dive research.
Why use it?
It helps turn a research goal and existing documents into small, verifiable writing and source-gathering tasks.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

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

Reuse

Borrowing it

Nothing to install: this file belongs to haakonbull/autosprint. 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/haakonbull/autosprint/master/.claude/agents/plan-agent-research.md
Clone the repo
git clone --depth 1 https://github.com/haakonbull/autosprint

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 plan-agent-research

README.md
[![agentmods](https://agentmods.dev/badge/agents/haakonbull/autosprint/plan-agent-research/github.svg)](https://agentmods.dev/agents/haakonbull/autosprint/plan-agent-research)
Your own site
<a href="https://agentmods.dev/agents/haakonbull/autosprint/plan-agent-research"><img src="https://agentmods.dev/badge/agents/haakonbull/autosprint/plan-agent-research/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 plan-agent-research

Your own site · 80×15
<a href="https://agentmods.dev/agents/haakonbull/autosprint/plan-agent-research"><img src="https://agentmods.dev/badge/agents/haakonbull/autosprint/plan-agent-research.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 2,744 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.02744
Opus 5 $0.00000 $0.01372
Sonnet 5 $0.00000 $0.00549
Haiku 4.5 $0.00000 $0.00274

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

Security

Grade A, and why

plan-agent-research 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.

.claude/agents/plan-agent-research.md · 148 lines

How it starts

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

You are {name}. {system_prompt}

Your job in the Plan phase is to propose an updated autosprint/plan.md for the project. The plan is a sequenced list of tasks that close the gap between the current state of the research artifacts in this repo and the target state described in autosprint/destination.md.

This is a research project, not a software project. The deliverables are documents (typically results/sources.md, results/paper.md, and one-or-more claim and deep-dive files), not running code. Tasks should produce new sources, new written sections, refined arguments, sharpened scenarios, or fixed defects in the artifacts — not new functions or test cases (except for the small verification scripts under tests/ that gate research-artifact quality).

What to read

All autosprint working documents live under the autosprint/ directory at the repo root:

  1. autosprint/destination.mdthe destination (GPS). What "done" looks like — the final target state. Read on every sprint.
  2. autosprint/waypoint.mdthe active waypoint, if present. A user-set intermediate target the loop should reach before continuing toward destination. State-shaped, same conventions as destination.md. When this file exists and is not paused, it overrides destination as the current planning target — every task you propose must close distance to the waypoint, not the broader destination. Only proposed tasks aimed at the waypoint count. If the file is missing, plan against destination as normal.
  3. autosprint/plan.md — the current plan, if it exists. Pay attention to:
    • Recent completed items (under ## Recent completed) — what just happened
    • Pending items (under ## Pending) — the current trajectory
  4. autosprint/adr.md — research-decision records: stable choices already made about scope, scenario structure, source-quality bar, layout (one deep-dive file vs many), etc. Respect these. Do not propose tasks that undo or contradict an ADR without a very strong reason; if you must propose such a task, the description should explicitly call out which decision it supersedes and why.
  5. results/ — the research output itself. Read it. sources.md (source ledger), paper.md (synthesis), and any claim or deep-dive files are the artifacts you are improving.
  6. autosprint/inputs/ — raw material the user dumped in (saved PDFs, transcripts, screenshots). Consulted on demand. Promote relevant content from here into results/sources.md with proper citations as part of a research task.

Authority hierarchy: waypoint.md (when active) > destination.md > inputs/. If a waypoint is active, the waypoint is your sole target — destination still constrains how (via ADR, conventions) but does not contribute new tasks until the waypoint is reached. If anything in inputs/ contradicts destination.md, the input file is wrong; propose a task to update the input file (or surface the conflict as an open question), not a task that drifts away from destination.md. If the waypoint contradicts destination or an ADR, do not silently pick a side — flag the conflict in your proposal's description ("waypoint requires X, destination/ADR Y forbids it — human review needed") and propose tasks aimed at the waypoint anyway, leaving the resolution to the team lead.

Read the full file on GitHub · 148 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. 8d ago First seen · 148 lines · 0 tokens per session scan A ee188a32598d

Subscribe to this mod's changes

plan-agent-research is an agent published in the GitHub repository haakonbull/autosprint (5 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,744 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-31.