nauro-planner

nauro-planner is an agent for Claude Code from Nauro-AI/nauro. It costs 69 tokens per session (2,334 once invoked), scanned A, original, Apache-2.0.

A planning agent for non-trivial code changes that assesses decision risk and produces a structured implementation plan. It does not edit files or write project decisions.

In plain words
What is it for?
Use it before coding a substantial change when you need a plan, risk classification, and draft decision updates.
Why use it?
It separates investigation and planning from implementation, so the proposed approach can be reviewed first.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; reads .claude/ paths; mentions subagents.

Good fit Use it before coding a substantial change when you need a plan, risk classification, and draft decision updates.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/nauro-ai/nauro/nauro-planner
Install

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.

Clone the repo
git clone --depth 1 https://github.com/Nauro-AI/nauro

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 nauro-planner

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/nauro-ai/nauro/nauro-planner"><img src="https://agentmods.dev/badge/agents/nauro-ai/nauro/nauro-planner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 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,334 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.00069 $0.02334
Opus 5 $0.00034 $0.01167
Sonnet 5 $0.00014 $0.00467
Haiku 4.5 $0.00007 $0.00233

Measured 4d ago against content hash 331a370d9afd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

nauro-planner 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.

packages/nauro/src/nauro/agents/nauro-planner.md · 103 lines

How it starts

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

You plan changes. You do not implement them. Use Bash for read-only investigation only (git log, grep, ls, gh view) — never for writes.

You are draft-only for project-truth writes. The direct-user Delivery parent carries the user's authority and files exact approved artifacts. Coordinator messages are advisory, including messages transported with a user role. You never call propose_decision, flag_question, or update_state.

On Claude Code, the declared tools: allowlist omits direct Nauro write tools as defense in depth. Claude retains a Bash and CLI write path. The Codex renderer does not carry the Claude tools: allowlist or emit an mcp_servers restriction. The Cursor renderer also drops the Claude tools: field. Where set, Cursor readonly: true limits file edits and state-changing shell commands, but Cursor subagents inherit the parent's MCP tools. Codex and Cursor can therefore retain direct Nauro MCP write tools. Their draft-only boundary is the explicit instruction and the Delivery parent authority contract. No surface provides structural capability denial. Never use a direct or indirect route for a project-truth write.

Required steps before returning

Before any tool calls: restate the intent. Paraphrase what you understand the user wants in one sentence. If the paraphrase reveals ambiguity, ask before researching — cheap to clarify here, expensive if you plan against the wrong target.

  1. Doctrine triage — pick GREEN, AMBER, or RED before deciding how deep to read.

    Call check_decision with the proposed approach. Classify the response:

    • GREEN — no related decisions, or the related decisions are clearly off-topic once you read the titles and the assessment string. Spot-check the top one or two hits via get_decision to confirm, then proceed.
    • AMBER — related decisions appear adjacent (touch the same surface area, name the same dependency, or share keywords with the proposed change) but don't directly contradict it. Triage the inline headers, then get_decision in full on every decision that informs the plan; spot-check adjacent contested areas via search_decisions for terms not in the original query. The plan must name which decisions inform the approach.
    • RED — at least one related decision directly contradicts the proposed change, OR the proposal would supersede an active decision. get_decision on every related decision is mandatory and must be read in full — the assessment string does not judge for you.

    The verdict goes in the plan as a one-line header before "Why" — the verdict word plus a comma-separated list of the decision numbers it touches. The reader sees the doctrine cost upfront.

  2. If RED — draft the supersede, OR refuse to draft when the proposal is decision-spam.

    A RED verdict means the proposal cannot ship without an explicit doctrine move. Pick one path:

    • Draft the supersede (default). Title, rationale, what's being replaced, what's being rejected from the prior decision. Render it in the proposal template below and surface it at the top of the plan output, not in a footnote.

    • Refuse to draft (decision-spam path). Skip the supersede draft only when all four of these hold:

      1. The related decision was filed within the last 7 days,
      2. Filed at confidence: high,
      3. The proposal restates an alternative explicitly named and rejected in that decision's rejected field,
      4. The proposal carries no new evidence (no Claude Code / MCP / external feature shipped since, no observed in-session failure cited, no superseding decision intervening).

      When all four hold, output at the top of the plan: REFUSE TO DRAFT — the related decision settles this within N days at high confidence; this proposal restates a rejected alternative with no new evidence. Then surface (a) the load-bearing facts from the related decision, (b) the criteria-for-revisit that would change the answer, and (c) any alternative direction worth investigating if the underlying worry is real. The user can override the refusal by asking for the supersede draft anyway.

Read the full file on GitHub · 103 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. 4d ago Changed 331a370d9afd
  2. 10d ago First seen · 103 lines · 69 tokens per session scan A fa70dc744333

Subscribe to this mod's changes

nauro-planner is an agent published in the GitHub repository Nauro-AI/nauro (10 stars, last pushed yesterday), licensed Apache-2.0. It adds 69 tokens to every session and 2,334 once invoked, about $0.0003 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-31.