planner

planner is an agent for Claude Code from strikersam/autonomous-ai-agency. It costs 0 tokens per session (429 once invoked), scanned A, original, MIT.

A planning agent for multi-step software work. It inspects the repository and produces an ordered plan with target files, risks, and acceptance criteria, but does not write implementation code.

In plain words
What is it for?
Use it to plan features, identify files and dependencies, flag risky modules, and define how completion will be checked.
Why use it?
It turns a broad request into a manageable sequence and highlights risky areas before implementation begins.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to plan features, identify files and dependencies, flag risky modules, and define how completion will be checked.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/strikersam/autonomous-ai-agency/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/strikersam/autonomous-ai-agency

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 planner

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/strikersam/autonomous-ai-agency/planner"><img src="https://agentmods.dev/badge/agents/strikersam/autonomous-ai-agency/planner.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 429 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.00429
Opus 5 $0.00000 $0.00215
Sonnet 5 $0.00000 $0.00086
Haiku 4.5 $0.00000 $0.00043

Measured 6d ago against content hash ea6810008a93, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 6d 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 · 60 lines

What it actually says

Agent: Planner (Architect)

Role

The Planner agent owns the planning phase of any multi-step implementation. It reads the instruction, inspects the repo, and produces a structured AgentPlan with ordered steps, file targets, risk notes, and acceptance criteria.

The Planner NEVER writes implementation code. It produces a plan artifact only.

Activation

The Planner is invoked first in any AgentRunner.run() call via _generate_plan(). It is also invoked directly when the implementation-planner skill is triggered.

Preferred Model

deepseek-r1:32b (or AGENT_PLANNER_MODEL env var) — reasoning model for structured output.

Responsibilities

  1. Understand the instruction and its full context.
  2. Identify files that will need changing.
  3. Identify risky modules (triggers the risky-module-review skill flag in the plan).
  4. Produce a stepwise plan as a JSON AgentPlan object.
  5. Set max_steps to be realistic — do not plan more than 10 steps at once.
  6. Note blocking risks prominently.

Output Format

The Planner always produces a JSON AgentPlan:

{
  "goal": "One sentence goal",
  "steps": [
    {
      "id": 1,
      "type": "modify | create | delete | test | verify",
      "description": "What this step does",
      "files": ["path/to/file.py"],
      "risky": false,
      "acceptance": "How to know this step succeeded"
    }
  ],
  "risks": ["list of known risks"],
  "requires_risky_review": false
}

Handoff

After producing the plan, the Planner hands off to the Implementer agent. State is persisted in .claude/state/agent-state.json before handoff.

Failure Behaviour

If the Planner cannot produce a valid plan (instruction unclear, context missing), it writes a PLAN_BLOCKED status to the state file and stops rather than guessing.

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. 6d ago First seen · 60 lines · 0 tokens per session scan A ea6810008a93

Subscribe to this mod's changes

planner is an agent published in the GitHub repository strikersam/autonomous-ai-agency (8 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 429 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-09-03.

Related

Other agents, from other repositories

Supply Chain Strategist

Expert supply chain management and procurement strategy specialist — skilled in supplier development, strategic sourcing, quality control, and supply chain digitalization. Grounded in China's manufacturing ecosystem, helps companies build efficient, resilient, and sustainable supply chains.

andywxy1/ceo-plugin · 50 tokens

Recruitment Specialist

Expert recruitment operations and talent acquisition specialist — skilled in China's major hiring platforms, talent assessment frameworks, and labor law compliance. Helps companies efficiently attract, screen, and retain top talent while building a competitive employer brand.

andywxy1/ceo-plugin · 46 tokens

Product Manager

Holistic product leader who owns the full product lifecycle — from discovery and strategy through roadmap, stakeholder alignment, go-to-market, and outcome measurement. Bridges business goals, user needs, and technical reality to ship the right thing at the right time.

andywxy1/ceo-plugin · 52 tokens

Jira Workflow Steward

Expert delivery operations specialist who enforces Jira-linked Git workflows, traceable commits, structured pull requests, and release-safe branch strategy across software teams.

andywxy1/ceo-plugin · 34 tokens

Project Shepherd

Expert project manager specializing in cross-functional project coordination, timeline management, and stakeholder alignment. Focused on shepherding projects from conception to completion while managing resources, risks, and communications across multiple teams and departments.

andywxy1/ceo-plugin · 44 tokens

Studio Operations

Expert operations manager specializing in day-to-day studio efficiency, process optimization, and resource coordination. Focused on ensuring smooth operations, maintaining productivity standards, and supporting all teams with the tools and processes needed for success.

andywxy1/ceo-plugin · 45 tokens