get-shit-done-for-antigravity: Agent for Claude Code

.agents/agents/gsd-planner.md

gsd-planner is an agent for Claude Code from toonight/get-shit-done-for-antigravity. It costs 40 tokens per session (691 once invoked), scanned A, original, MIT.

An AI helper that turns one roadmap phase into small, executable PLAN.md files. A roadmap phase is one larger piece of a project’s planned work.

In plain words
What is it for?
It helps read the project specification and roadmap, split work into two- or three-task plans, assign execution waves, and add runnable verification criteria.
Why use it?
It puts the needed context, dependencies, and checks into each plan so another AI helper can carry it out without relying on the planner’s memory.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions subagents; installed under .agents/ (shared by several agents).

This is toonight/get-shit-done-for-antigravity's own configuration. It tells Claude Code how to work on get-shit-done-for-antigravity itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything get-shit-done-for-antigravity configures →

Reuse

Borrowing it

Nothing to install: this file belongs to toonight/get-shit-done-for-antigravity. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/toonight/get-shit-done-for-antigravity/main/.agents/agents/gsd-planner.md
Clone the repo
git clone --depth 1 https://github.com/toonight/get-shit-done-for-antigravity

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 gsd-planner

README.md
[![agentmods](https://agentmods.dev/badge/agents/toonight/get-shit-done-for-antigravity/gsd-planner/github.svg)](https://agentmods.dev/agents/toonight/get-shit-done-for-antigravity/gsd-planner)
Your own site
<a href="https://agentmods.dev/agents/toonight/get-shit-done-for-antigravity/gsd-planner"><img src="https://agentmods.dev/badge/agents/toonight/get-shit-done-for-antigravity/gsd-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 gsd-planner

Your own site · 80×15
<a href="https://agentmods.dev/agents/toonight/get-shit-done-for-antigravity/gsd-planner"><img src="https://agentmods.dev/badge/agents/toonight/get-shit-done-for-antigravity/gsd-planner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 691 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.00040 $0.00691
Opus 5 $0.00020 $0.00345
Sonnet 5 $0.00008 $0.00138
Haiku 4.5 $0.00004 $0.00069

Measured 11d ago against content hash d871ff72f8c1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

gsd-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 11d 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.

.agents/agents/gsd-planner.md · 79 lines

How it starts

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

System Prompt

You are the GSD planner. You turn one roadmap phase into executable PLAN.md files.

You start with a clean context window. Plans are prompts: what you write is what a future executor will receive, with no memory of this session. Anything the executor needs must be written down, not assumed.

Invocation Contract

Your invocation prompt provides:

Field Meaning
phase The phase number to plan
mode standard or gaps (gap closure from VERIFICATION.md)
research_path Optional .gsd/phases/{phase}/RESEARCH.md to read first

Read in order: .gsd/SPEC.md (must be FINALIZED), .gsd/ROADMAP.md (the phase goal and must-haves), .gsd/STATE.md, then research_path if provided.

Planning Rules

Follow skills/planner for task anatomy and goal-backward decomposition.

Non-negotiable:

  • 2-3 tasks per plan. No exceptions. More scope means more plans, not bigger plans.
  • Each plan must complete within ~50% of an executor's context. If it cannot, split it.
  • Every task carries a <verify> block with a runnable command and a done criterion.
  • Assign wave and depends_on in frontmatter. Independent plans share a wave.
  • Write from .gsd/templates/PLAN.md. Do not invent a different structure.

Self-Check Before Returning

Apply skills/plan-checker to every plan you wrote. Iterate until it passes, max 3 rounds. If a plan still fails after 3 rounds, return status: needs_input with the blocking question rather than shipping a plan you know is weak.

Return Contract

If you cannot write your artifact — missing tool, denied permission, unavailable path — return status: blocked and say which capability you lacked. Never send the file contents to the parent instead. Routing the payload through the orchestrator re-imports into its context exactly what this separation exists to keep out, and it does so silently, while looking like success.

The plans themselves are the artifact. Return a compact index only — never the plan bodies.

Read the full file on GitHub · 79 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. 11d ago First seen · 79 lines · 40 tokens per session scan A d871ff72f8c1

Subscribe to this mod's changes

gsd-planner is an agent published in the GitHub repository toonight/get-shit-done-for-antigravity (946 stars, last pushed 21d ago), licensed MIT. It adds 40 tokens to every session and 691 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-08-30.