plan

plan is a skill for Claude Code, Codex from metaspartan/cybara. It costs 38 tokens per session (416 once invoked), scanned A, original, MIT.

A planning guide for turning a large or unclear coding task into an ordered list of implementation steps before code is changed.

In plain words
What is it for?
It is for multi-file features, refactors, tasks with more than three steps, and requests such as planning how to approach a change.
Why use it?
It reduces rework by exposing missing decisions and assumptions early. It also gives the user a chance to review the approach first.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for multi-file features, refactors, tasks with more than three steps, and requests such as planning how to approach a change.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/metaspartan/cybara/plan
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 metaspartan/cybara --skill plan
Clone the repo
git clone --depth 1 https://github.com/metaspartan/cybara

Made for: Claude Code, Codex.

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 plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/metaspartan/cybara/plan/github.svg)](https://agentmods.dev/skills/metaspartan/cybara/plan)
Your own site
<a href="https://agentmods.dev/skills/metaspartan/cybara/plan"><img src="https://agentmods.dev/badge/skills/metaspartan/cybara/plan/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 plan

Your own site · 80×15
<a href="https://agentmods.dev/skills/metaspartan/cybara/plan"><img src="https://agentmods.dev/badge/skills/metaspartan/cybara/plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 416 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00038 $0.00416
Opus 5 $0.00019 $0.00208
Sonnet 5 $0.00008 $0.00083
Haiku 4.5 $0.00004 $0.00042

Measured 9d ago against content hash 99c8706b99fb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

plan 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 9d 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.

skills/plan/SKILL.md · 49 lines

What it actually says

Plan

Before non-trivial implementation, produce a plan the user can sanity-check. This catches bad assumptions early and reduces rework.

When to use

  • Multi-file features or refactors.
  • Anything with >3 steps or unclear scope.
  • When the user says "plan this out" / "how would you approach …".

Procedure

  1. Understand the goal. Restate it in one sentence. If ambiguous, ask a focused question (use the clarify tool) before planning.
  2. Survey the relevant code. Read the files/areas that will change. Ground the plan in real symbols and paths, not guesses.
  3. Produce a sequenced plan:
    • Ordered steps, each with: what changes, which files, and the verification for that step.
    • Flag decisions/risks and unknowns explicitly.
    • Note what is deliberately out of scope.
  4. Propose the plan for sign-off before implementing. Don't start editing until the user agrees (unless the task was explicitly "just do it").
  5. Track progress with the todo tool as you implement; update statuses as steps complete.

Good plan properties

  • Concrete: names files and functions, not "update the auth module".
  • Ordered: step N doesn't depend on step N+2.
  • Verifiable: each step has a check (test, typecheck, manual repro).
  • Scoped: explicit out-of-scope list prevents scope creep.

Output shape

Goal: <one line>

Steps:
1. <file/symbol> — <change>. Verify: <how>.
2. …

Out of scope: …

Risks / decisions: …

Prefer the smallest plan that achieves the goal; split large plans into phases.

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. 9d ago First seen · 49 lines · 38 tokens per session scan A 99c8706b99fb

Subscribe to this mod's changes

plan is a skill published in the GitHub repository metaspartan/cybara (30 stars, last pushed yesterday), licensed MIT. It adds 38 tokens to every session and 416 once invoked, about $0.0002 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.