planner

planner is a skill for Claude Code from rjmurillo/ai-agents. It costs 60 tokens per session (2,356 once invoked), scanned A, original, MIT.

A workflow for breaking complex projects into reviewed milestones and then carrying out an approved plan through delegated tasks.

In plain words
What is it for?
Use it to design features, review implementation plans, coordinate migrations, and execute approved plans.
Why use it?
It turns work with many dependencies or architectural decisions into smaller steps that can be reviewed and resumed.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Part of the project-toolkit plugin — 95 skills, 26 commands, 33 agents, 4 hooks shipped together

Good fit Use it to design features, review implementation plans, coordinate migrations, and execute…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rjmurillo/ai-agents/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.

Any agent
npx skills add rjmurillo/ai-agents --skill planner
Clone the repo
git clone --depth 1 https://github.com/rjmurillo/ai-agents

Made for: Claude Code.

Or install project-toolkit, the plugin that ships this one along with the rest of its 95 skills, 26 commands, 33 agents, 4 hooks.

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/skills/rjmurillo/ai-agents/planner.svg)](https://agentmods.dev/skills/rjmurillo/ai-agents/planner)
Your own site
<a href="https://agentmods.dev/skills/rjmurillo/ai-agents/planner"><img src="https://agentmods.dev/badge/skills/rjmurillo/ai-agents/planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,356 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.00060 $0.02356
Opus 5 $0.00030 $0.01178
Sonnet 5 $0.00012 $0.00471
Haiku 4.5 $0.00006 $0.00236

Measured 3d ago against content hash 37e67b69f382, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 3d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/executor.py, scripts/planner.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/skills/planner/SKILL.md · 335 lines

How it starts

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

Planner Skill

Purpose

Two workflows for complex tasks:

  1. Planning workflow (planner.py): Create and review implementation plans
  2. Execution workflow (executor.py): Execute approved plans through delegation

Invocation Routing

Invoke planner.py when user asks to:

  • "plan", "design", "architect" a feature
  • "review" an existing plan
  • Break down a complex task into milestones

Invoke executor.py when user asks to:

  • "execute", "implement", "run" a plan
  • "resume" or "continue" execution
  • Provides a plan file path for implementation

When to Use

Use the planner skill when the task has:

  • Multiple milestones with dependencies
  • Architectural decisions requiring documentation
  • Migration steps that need coordination
  • Complexity that benefits from forced reflection pauses

When to Skip

Skip the planner skill when the task is:

  • Single-step with obvious implementation
  • A quick fix or minor change
  • Already well-specified by the user

Scripts

Script Purpose
scripts/planner.py Planning and review workflow with step-based state management
scripts/executor.py Execution workflow for approved plans with milestone delegation

Triggers

Trigger Phrase Operation
plan this feature planner.py (planning phase)
create implementation plan planner.py (planning phase)
review the plan and pick up next item executor.py (execution phase)
execute the plan at plans/X.md executor.py (execution phase)
resume execution executor.py (continue from last step)

Anti-Patterns

Avoid Why Instead
Skipping review phase after planning Misses quality/temporal issues Always run review steps 1-2 before execution
Starting execution without /clear Context pollution from planning User should /clear before execution workflow
Manually following workflow steps Script manages state and transitions Run the script and follow its output
Planning single-step tasks Overhead exceeds benefit Implement directly without planner
Editing plan during execution Creates drift between plan and actions Return to planning phase for changes

Read the full file on GitHub · 335 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. 3d ago First seen · 335 lines · 60 tokens per session scan A 37e67b69f382

Subscribe to this mod's changes

planner is a skill published in the GitHub repository rjmurillo/ai-agents (45 stars, last pushed today), licensed MIT. It adds 60 tokens to every session and 2,356 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-09-03.