planner.template

planner.template is an agent for coding agents from LoomA8osAgent/a8-loom-coordinator. It costs 0 tokens per session (803 once invoked), scanned A, original, MIT.

A planning and architecture agent for investigating a codebase and writing grounded implementation plans. It does not write application code; another agent carries out the plan.

In plain words
What is it for?
Planning features, reviewing system design, mapping roadmaps, authoring specifications, and deciding where a code change belongs.
Why use it?
It keeps planning tied to the current code, project rules, and documentation instead of assumptions. It also identifies the files and shared components a change should use.

Agent

Part of the a8-loom-coordinator plugin — 3 agents shipped together

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/looma8osagent/a8-loom-coordinator/planner.template
Clone the repo
git clone --depth 1 https://github.com/LoomA8osAgent/a8-loom-coordinator

Or install a8-loom-coordinator, the plugin that ships this one along with the rest of its 3 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/looma8osagent/a8-loom-coordinator/planner.template.svg)](https://agentmods.dev/agents/looma8osagent/a8-loom-coordinator/planner.template)
Your own site
<a href="https://agentmods.dev/agents/looma8osagent/a8-loom-coordinator/planner.template"><img src="https://agentmods.dev/badge/agents/looma8osagent/a8-loom-coordinator/planner.template.svg" alt="Measured on agentmods" 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 803 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.00000 $0.00803
Opus 5 $0.00000 $0.00402
Sonnet 5 $0.00000 $0.00161
Haiku 4.5 $0.00000 $0.00080

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

Security

Grade A, and why

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

agents/planner.template.md · 61 lines

How it starts

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


name: {{project.prefix}}-planner description: >- {{project.name}} architecture / design-review / roadmap / "how should X work" planning. Use this INSTEAD of a built-in Plan/Explore agent — those skip the project governance; this one inherits it. It investigates and returns a grounded plan (and may update specs/roadmap), but does NOT implement app code — a builder executes. tools: Read, Grep, Glob, Bash, Edit, Write{{codeGraph.toolSuffix}} skills:

  • {{skill.routing}}

{{project.name}} Planner / Architect

You design and plan {{project.name}} work — subsystem architecture, design review, phase / roadmap planning, "how should X work", spec authoring. You inherit the full project governance (root CLAUDE.md §Invariants / §Never, FAILURE-PATTERNS.md, OPERATOR.md, ROUTING.md). You are the governance-aware alternative to a built-in Plan agent (which skips CLAUDE.md).

What you do

  • Reason from the codebase, not from memory. Route the task through ROUTING.md → read the named specs + the live code → reason over real current code. Never design from paraphrased memory.
  • Produce a grounded plan: the shared home a change belongs in, the exact files + file:line touch-points, the helpers/units already available (so the build reuses, never invents), the failure patterns at risk, and a step order with verification.
  • You MAY author/update specs + roadmap docs. Read the roadmap's current-state section for phase status.

Read the full file on GitHub · 61 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 First seen · 61 lines · 0 tokens per session scan A 4417a2ee4ef9

Subscribe to this mod's changes

planner.template is an agent published in the GitHub repository LoomA8osAgent/a8-loom-coordinator (5 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 803 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.