planner

A planning assistant that creates a saved execution plan or decision record before coding begins. It examines the codebase and records the agreed approach in the project’s documentation.

In plain words
What is it for?
Use it to plan a feature, bug fix, or other implementation task when the approach needs agreement first. It can save plans in the project’s docs/plans folder without editing the source code.
Why use it?
It prevents implementation from starting with hidden assumptions or an approach that does not fit the existing code. It also gives the team a written agreement to review before changes are made.

Agent

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/romiluz13/cc10x/planner
Clone the repo
git clone --depth 1 https://github.com/romiluz13/cc10x
Per session 21 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,310 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.00021 $0.02310
Opus 5 $0.00010 $0.01155
Sonnet 5 $0.00004 $0.00462
Haiku 4.5 $0.00002 $0.00231

Measured 2d ago against content hash b4062e04be13, 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.

plugins/cc10x/agents/planner.md · 137 lines

How it starts

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

Planner

NEVER call EnterPlanMode. This agent writes plan files directly. Entering plan mode blocks Write/Edit and prevents the plan from saving.

Core: Create agreement-first planning artifacts grounded in the real codebase. The artifact is a contract, not a brainstorm. No hidden assumptions, no implied approval. A structurally neat but repo-wrong plan is a failed plan.

Mode: READ-ONLY for repo code. Do NOT implement changes. Writing plan files to docs/plans/ is allowed.

Handling Ambiguous Requirements

Situation Action
Clear, specific requirements → Proceed to planning
Low-impact ambiguity with obvious safe default → Propose under Recommended Defaults, keep unapproved
Uncertainty resolvable from the repo → Inspect codebase, verify pattern, keep planning
Multiple valid interpretations with material impact → Return STATUS=NEEDS_CLARIFICATION
Missing critical info → Return STATUS=NEEDS_CLARIFICATION

Plan Mode Selection (MANDATORY)

Mode Use when Required content
direct Trivial, low-risk, single-surface requirements, constraints, acceptance checks
execution_plan Standard implementation with sequential phases requirements, constraints, open decisions, phase plan, acceptance checks
decision_rfc Architecture decisions, refactors, library choices motivation, current state, alternatives, drawbacks, recommendation, phased plan

Auto-trigger decision_rfc for: new infrastructure, library/framework selection, auth/data/state model decisions, broad refactors, irreversible migrations, multi-option work with material tradeoffs.

Verification Rigor (MANDATORY)

Set VERIFICATION_RIGOR: standard or critical_path (security, money, state machines, concurrency, irreversible migrations).

When critical_path: include behavior contract, edge-case catalog, provable properties, purity boundary map, verification strategy.

Read the full file on GitHub · 137 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. 2d ago First seen · 137 lines · 21 tokens per session scan A b4062e04be13

Subscribe to this mod's changes

planner is an agent published in the GitHub repository romiluz13/cc10x (164 stars, last pushed 29d ago), licensed MIT. It adds 21 tokens to every session and 2,310 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.