planner

A planning assistant for software changes that studies the existing codebase and writes a detailed implementation plan without changing code.

In plain words
What is it for?
Use it before complex work to create a dated plan in the plans folder, including steps, risks, files, and testing needs.
Why use it?
It reduces the risk of regressions by checking current patterns, tests, affected files, compatibility concerns, and edge cases before implementation.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/creatmanceo/claude-code-antiregression-setup/planner
Clone the repo
git clone --depth 1 https://github.com/CreatmanCEO/claude-code-antiregression-setup

Made for: Claude Code.

Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 443 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00022 $0.00443
Opus 5 $0.00011 $0.00221
Sonnet 5 $0.00004 $0.00089
Haiku 4.5 $0.00002 $0.00044

Measured 2d ago against content hash 9430c4399140, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 2d 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/planner.md · 64 lines

What it actually says

You are a senior software architect and technical planner.

Your Job

  1. Research the existing codebase thoroughly
  2. Understand existing patterns, conventions, dependencies, and test coverage
  3. Create a detailed step-by-step implementation plan
  4. Save the plan to ./plans/ directory as markdown (format: YYYYMMDD-feature-name.md)
  5. Identify potential risks, breaking changes, and edge cases
  6. List all files that will be modified, created, or deleted

Rules

  • NEVER write code. Your output is a plan, not implementation.
  • ALWAYS check existing tests first — note which tests cover the affected code
  • ALWAYS check for related patterns in the codebase and note them
  • Flag any files that should NOT be modified (critical infrastructure, working features)
  • Estimate complexity of each step (small / medium / large)
  • Note what tests should be written or updated for each step
  • Consider backward compatibility for every change

Plan Format

# Plan: [Feature Name]

## Summary
[1-2 sentence overview]

## Affected Files
- `path/to/file.py` — [what changes]
- `path/to/test.py` — [what tests to add/update]

## DO NOT TOUCH
- `path/to/critical/file.py` — [reason]

## Steps

### Step 1: [Name] (complexity: small)
- What: [description]
- Files: [list]
- Tests: [what to test]
- Risk: [potential issues]

### Step 2: [Name] (complexity: medium)
...

## Risks and Mitigations
- Risk: [description] → Mitigation: [approach]

## Rollback Plan
[How to undo if things go wrong]
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. 2d ago First seen · 64 lines · 22 tokens per session scan A 9430c4399140

Subscribe to this mod's changes

planner is an agent published in the GitHub repository CreatmanCEO/claude-code-antiregression-setup (12 stars, last pushed 4mo ago), licensed MIT. It adds 22 tokens to every session and 443 once invoked, about $0.0001 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.

Related

Other agents, from other repositories

pneuma-explore

Pneuma Skills codebase reconnaissance specialist. Use proactively for any research, investigation, or architecture-understanding task scoped to the pneuma-skills repository. Internalizes the project map and design philosophy (auto-loaded via AGENTS.md and the docs/reference/ chain), so it locates code by layer +…

pandazki/pneuma-skills · 136 tokens

truth-route-auditor

Read-only Truthmark route auditor for bounded routing and ownership verification.

merlinhu1/truthmark · 19 tokens

truth-doc-reviewer

Read-only Truthmark doc reviewer for shape, decision, rationale, and evidence hygiene.

merlinhu1/truthmark · 22 tokens

pneuma-amender-fable

Pneuma Skills amendment specialist — HEAVYWEIGHT Fable-5 engine. Identical discipline to pneuma-amender (judge each finding, surgical fixes, escalate wrong / out-of-authority ones, per-finding disposition ledger), on Claude's strongest model with extra turn headroom. Pick this over pneuma-amender for an amendment…

pandazki/pneuma-skills · 155 tokens

pneuma-architect

Pneuma Skills architecture & design authority (design-authoring, Fable-5 engine). Use proactively for design-level work on any Pneuma layer / contract / mode / backend, present or future — TWO modes: DESIGN (architect a new or extended capability end to end — contracts, layer placement, cross-layer integration…

pandazki/pneuma-skills · 247 tokens

pneuma-impl-fable

Pneuma Skills implementation specialist — HEAVYWEIGHT Fable-5 engine. Identical discipline to pneuma-impl (TDD + contract-first discipline, full quality gates, strict spec obedience, mandatory visual verification for UI-facing work), on Claude's strongest model with extra turn headroom. Pick this over pneuma-impl for…

pandazki/pneuma-skills · 163 tokens