gaia-planner

gaia-planner is a skill for Claude Code from metraton/gaia. It costs 18 tokens per session (4,353 once invoked), scanned A, original, MIT.

A planning aid that turns an approved project brief into an ordered list of tasks, each with a desired result and a way to check it.

In plain words
What is it for?
Use it to turn a brief into a saved markdown plan and individual task records for later execution.
Why use it?
It removes the need to manually break a feature request into buildable, verifiable steps. It also checks whether the requested work fits the system as it exists.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the gaia plugin — 38 skills, 9 agents, 11 hooks shipped together

Good fit Use it to turn a brief into a saved markdown plan and individual task records for later execution.

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

Made for: Claude Code.

Or install gaia, the plugin that ships this one along with the rest of its 38 skills, 9 agents, 11 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 gaia-planner

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/metraton/gaia/gaia-planner"><img src="https://agentmods.dev/badge/skills/metraton/gaia/gaia-planner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,353 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.00018 $0.04353
Opus 5 $0.00009 $0.02176
Sonnet 5 $0.00004 $0.00871
Haiku 4.5 $0.00002 $0.00435

Measured today against content hash 5722884e4529, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

gaia-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 today.

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/gaia-planner/SKILL.md · 321 lines

How it starts

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

Gaia Planner

Plan creation from briefs. The planner reads a brief from the substrate DB, decomposes it into tasks defined by outcome and verification, and persists the plan back through the gaia plan CLI as markdown AND as one task row per task (gaia task add). The orchestrator owns task dispatch and execution.

The brief is authoritative intent (read this first)

The brief is the settled output of investigation and conversation between the user and the orchestrator. Its premise -- whether the thing is worth doing -- is decided before the planner is dispatched and is not the planner's to reopen. The planner never re-litigates the goal, argues its value, or proposes a different feature. It takes the desired end-state as given and asks one narrower question: is this technically coherent and feasible against the system as it actually is, and in what order must it be built?

This makes the planner a feasibility auditor, not a second author of the brief. Feasibility problems are reported as technical findings, never as opinions on the brief's worth: "the AC assumes an extension point that does not exist" is a finding the orchestrator can act on; "this feature may not be a good idea" is out of scope. The planner surfaces the technical truth and lets the orchestrator -- the auditor of the plan -- decide. Because the orchestrator audits the plan, the planner returns everything that audit needs: the feasibility findings, the assumptions it made where the brief was silent, the execution risks, and the rationale for the task ordering (see reference.md, Plan Structure) -- not just the task list.

The altitude principle

A plan defines each task by its outcome plus how that outcome is verified -- never by implementation nomenclature. Reference areas of the codebase loosely ("the brief CLI", "the approval module"); do not pin exact symbol names, file paths, or function signatures inside a task.

This is deliberate. Execution surfaces discoveries the planner cannot see: an approval gate fires and changes the command, byte-coding or a refactor moves a symbol, a downstream task lands a file somewhere the plan did not predict. A task that pins hooks/modules/security/approval_grants.py:activate_db_pending_by_id breaks the moment that symbol moves -- and worse, every downstream task that referenced the pinned name breaks with it. A task that says "the approval grant activation path" survives the move, because the executing agent resolves the specific against the live codebase.

Read the full file on GitHub · 321 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed · +3 lines 5722884e4529
  2. 10d ago First seen · 318 lines · 18 tokens per session scan A 1216eafe77b5

Subscribe to this mod's changes

gaia-planner is a skill published in the GitHub repository metraton/gaia (3 stars, last pushed today), licensed MIT. It adds 18 tokens to every session and 4,353 once invoked, about $0.0001 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.

Related

Other skills, from other repositories