get-shit-done

get-shit-done is a skill for Claude Code, Codex from shoootyou/get-shit-done-multi. It costs 20 tokens per session (394 once invoked), scanned A, original, MIT.

A structured workflow for planning and carrying out software projects with Claude Code. It uses project phases, plans, verification, roadmaps, and custom slash commands.

In plain words
What is it for?
Starting projects, planning phases, executing work, verifying results, and managing a project roadmap through commands such as /gsd-new-project and /gsd-help.
Why use it?
It gives software work a defined process, so planning, implementation, and checking progress are handled in a consistent order.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; names the AskUserQuestion tool; mentions Claude Code.

Good fit Starting projects, planning phases, executing work, verifying results, and managing a project roadmap through commands such as /gsd-new-project and /gsd-help.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shoootyou/get-shit-done-multi/claude
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 shoootyou/get-shit-done-multi --skill claude
Clone the repo
git clone --depth 1 https://github.com/shoootyou/get-shit-done-multi

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 get-shit-done

README.md
[![agentmods](https://agentmods.dev/badge/skills/shoootyou/get-shit-done-multi/claude/github.svg)](https://agentmods.dev/skills/shoootyou/get-shit-done-multi/claude)
Your own site
<a href="https://agentmods.dev/skills/shoootyou/get-shit-done-multi/claude"><img src="https://agentmods.dev/badge/skills/shoootyou/get-shit-done-multi/claude/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 get-shit-done

Your own site · 80×15
<a href="https://agentmods.dev/skills/shoootyou/get-shit-done-multi/claude"><img src="https://agentmods.dev/badge/skills/shoootyou/get-shit-done-multi/claude.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 394 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.00020 $0.00394
Opus 5 $0.00010 $0.00197
Sonnet 5 $0.00004 $0.00079
Haiku 4.5 $0.00002 $0.00039

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

Security

Grade A, and why

get-shit-done 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

templates/skills/get-shit-done/claude/SKILL.md · 40 lines

What it actually says

Get Shit Done (GSD) Skill for Claude Code

When to use

  • Use this skill when the user asks for GSD or uses a {{COMMAND_PREFIX}}* command.
  • Use it for structured planning, phase execution, verification, or roadmap work.

How to run commands

Claude Code supports custom slash commands. Commands starting with {{COMMAND_PREFIX}} are custom skills.

Commands are installed as individual skills in {{PLATFORM_ROOT}}/skills/. Load the corresponding skill:

{{PLATFORM_ROOT}}/skills/gsd-<command>/SKILL.md

Example:

  • {{COMMAND_PREFIX}}new-project -> {{PLATFORM_ROOT}}/skills/gsd-new-project/SKILL.md
  • {{COMMAND_PREFIX}}help -> {{PLATFORM_ROOT}}/skills/gsd-help/SKILL.md

File references

Command files and workflows include @path references. These are mandatory context. Use the Read tool to load each referenced file before proceeding.

Tool mapping

  • "Bash tool" → use the Bash tool
  • "Read/Write" → use Read/Write tools
  • "AskUserQuestion" → ask directly in chat and provide explicit numbered options
  • "Task/subagent" → prefer a matching custom agent from {{PLATFORM_ROOT}}/agents when available; otherwise adopt that role in-place

Output expectations

Follow the XML or markdown formats defined in the command and template files exactly. These files are operational prompts, not documentation.

Paths

Resources are installed under {{PLATFORM_ROOT}}/get-shit-done. Individual skills are under {{PLATFORM_ROOT}}/skills/gsd-*/. Use those paths when command content references platform paths.

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 · 40 lines · 20 tokens per session scan A b0cacd83c895

Subscribe to this mod's changes

get-shit-done is a skill published in the GitHub repository shoootyou/get-shit-done-multi (22 stars, last pushed 5mo ago), licensed MIT. It adds 20 tokens to every session and 394 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.