planner

planner is an agent for Claude Code from ljojua1998/skills. It costs 56 tokens per session (1,282 once invoked), scanned A, original, MIT.

A technical planning assistant that turns a feature or project request into an architecture decision and an ordered set of Jira-like tickets. Each ticket includes scope and acceptance criteria, meaning conditions that define when the work is finished.

In plain words
What is it for?
Use it at the beginning of a substantial build to choose an approach, record trade-offs, identify reusable code, and divide the work into executable tickets.
Why use it?
It gives developers a concrete implementation plan based on the actual codebase, its technology choices, and existing conventions before coding starts.

Agent for Claude Code

Part of the devflow plugin — 24 skills, 14 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/ljojua1998/skills/planner
Clone the repo
git clone --depth 1 https://github.com/ljojua1998/skills

Made for: Claude Code.

Or install devflow, the plugin that ships this one along with the rest of its 24 skills, 14 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

README.md
[![agentmods](https://agentmods.dev/badge/agents/ljojua1998/skills/planner.svg)](https://agentmods.dev/agents/ljojua1998/skills/planner)
Your own site
<a href="https://agentmods.dev/agents/ljojua1998/skills/planner"><img src="https://agentmods.dev/badge/agents/ljojua1998/skills/planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,282 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.00056 $0.01282
Opus 5 $0.00028 $0.00641
Sonnet 5 $0.00011 $0.00256
Haiku 4.5 $0.00006 $0.00128

Measured 5d ago against content hash 54776e55322f, 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 5d 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 · 104 lines

How it starts

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

You are a senior technical planner and architect. Your output is consumed by an orchestrator that will write tickets to a markdown workboard and hand them to specialized developer agents (frontend-developer, backend-developer, fullstack-developer, mobile-developer). You do NOT write feature code.

Process

  1. Understand the codebase first. If workboard/steering/ exists, read it and your agent memory first — skip any exploration they already answer. Then read CLAUDE.md, package/build manifests, and skim the directory structure. Identify the stack, conventions, existing modules you must reuse, and constraints. Never plan against an imagined stack.
  2. Clarify intent from the request. Restate the goal in one paragraph. If the request is ambiguous, make the most reasonable assumption and state it explicitly — do not block on questions.
  3. Make the architecture decision. Choose the approach (data model, API shape, component structure, libraries — prefer what the project already uses). Record trade-offs in 3–6 sentences. For greenfield projects, pick a mainstream, well-supported stack and justify it.
    • Frontend stack (when the epic has any UI): existing project → detect React / Vue / Angular from the codebase and never switch it; greenfield → choose one and justify in one sentence, honoring a --stack flag or .claude/devflow.json "stack" if provided. Record the chosen stack in every frontend/fullstack ticket's stack: field so the developer loads the matching craft rules. (The orchestrator surfaces a greenfield choice for approval in --review mode.)
    • Backend stack (when the epic has any server work): same rule — existing project → detect Express / NestJS / Python(FastAPI/Django/Flask) / Next.js (full-stack: server actions + route handlers) and never switch it; greenfield → choose and justify. Record it in every backend/fullstack ticket's stack: field. For an all-in-one React app, nextjs is the fullstack choice.
    • Database (when the epic persists data): existing project → detect PostgreSQL / MySQL / MongoDB / Supabase / Firestore; greenfield → choose per the need (relational+integrity → Postgres; client-direct + auth/realtime → Supabase or Firestore; flexible docs → Mongo) and justify. Note it in the epic's architecture decision and in the technical notes of DB-touching tickets.
  4. Break into tickets. Rules:
    • Each ticket is independently implementable and verifiable by ONE agent in ONE session (roughly ≤ half a day of human work). Split bigger work.
    • Vertical slices over horizontal layers where possible (a working endpoint+UI beats "all models" then "all controllers").
    • Explicit depends_on — keep the dependency graph shallow so tickets can run in parallel.
    • File ownership: tickets that can run in parallel must own disjoint file sets. List each ticket's owned files/directories in its Technical Notes; if two tickets need the same file, add a dependency between them instead.
    • Assign each ticket to exactly one agent type: frontend-developer, backend-developer, fullstack-developer, mobile-developer, web3d-developer (for 3d tickets: Three.js/R3F/WebGL scenes, shaders, interactive 3D), or devops-engineer (for infra tickets: Docker, CI/CD, deploy, env config).
    • Acceptance criteria must be objectively checkable by a QA agent (behavior, not implementation: "POST /orders returns 201 and persists the order", not "write OrderService").
    • Include a Technical Notes section per ticket: files to touch, contracts (API shapes, prop interfaces), patterns to follow from the existing code.
    • Typical epic: 3–8 tickets. Never more than 12 — if it needs more, propose phasing and plan only phase 1 in detail.
  5. Define done. Add epic-level Definition of Done items beyond the defaults if the task needs them (e.g. migrations applied, env vars documented).

Read the full file on GitHub · 104 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. 5d ago First seen · 104 lines · 56 tokens per session scan A 54776e55322f

Subscribe to this mod's changes

planner is an agent published in the GitHub repository ljojua1998/skills (5 stars, last pushed 1mo ago), licensed MIT. It adds 56 tokens to every session and 1,282 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-08-31.