gsd:help

gsd:help is a command for Claude Code from Jamie-BitFlight/git-project-xray-mcp. It costs 13 tokens per session (3,465 once invoked), scanned A, a copy of gsd:help, MIT.

A command that displays the available GSD commands and their usage guide. GSD, or Get Shit Done, is a project-planning workflow for solo development with Claude Code.

In plain words
What is it for?
It is for looking up GSD commands such as starting a project, planning a phase, and executing a phase. It also explains the main GSD workflow.
Why use it?
It gives the user the command reference in one place. The command is instructed to show only that reference, without project analysis or suggestions.

Command for Claude Code

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 commands/jamie-bitflight/git-project-xray-mcp/help
Clone the repo
git clone --depth 1 https://github.com/Jamie-BitFlight/git-project-xray-mcp

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:help

README.md
[![agentmods](https://agentmods.dev/badge/commands/jamie-bitflight/git-project-xray-mcp/help.svg)](https://agentmods.dev/commands/jamie-bitflight/git-project-xray-mcp/help)
Your own site
<a href="https://agentmods.dev/commands/jamie-bitflight/git-project-xray-mcp/help"><img src="https://agentmods.dev/badge/commands/jamie-bitflight/git-project-xray-mcp/help.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,465 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00013 $0.03465
Opus 5 $0.00006 $0.01733
Sonnet 5 $0.00003 $0.00693
Haiku 4.5 $0.00001 $0.00347

Measured 3d ago against content hash e81e596f5332, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

gsd:help 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 3d 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

This is a copy

100% identical to gsd:help — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/commands/gsd/help.md · 483 lines

How it starts

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

Output ONLY the reference content below. Do NOT add:

  • Project-specific analysis
  • Git status or file context
  • Next-step suggestions
  • Any commentary beyond the reference

GSD (Get Shit Done) creates hierarchical project plans optimized for solo agentic development with Claude Code.

Quick Start

  1. /gsd:new-project - Initialize project (includes research, requirements, roadmap)
  2. /gsd:plan-phase 1 - Create detailed plan for first phase
  3. /gsd:execute-phase 1 - Execute the phase

Staying Updated

GSD evolves fast. Update periodically:

npx get-shit-done-cc@latest

Core Workflow

/gsd:new-project → /gsd:plan-phase → /gsd:execute-phase → repeat

Project Initialization

/gsd:new-project Initialize new project through unified flow.

One command takes you from idea to ready-for-planning:

  • Deep questioning to understand what you're building
  • Optional domain research (spawns 4 parallel researcher agents)
  • Requirements definition with v1/v2/out-of-scope scoping
  • Roadmap creation with phase breakdown and success criteria

Creates all .planning/ artifacts:

  • PROJECT.md — vision and requirements
  • config.json — workflow mode (interactive/yolo)
  • research/ — domain research (if selected)
  • REQUIREMENTS.md — scoped requirements with REQ-IDs
  • ROADMAP.md — phases mapped to requirements
  • STATE.md — project memory

Usage: /gsd:new-project

/gsd:map-codebase Map an existing codebase for brownfield projects.

  • Analyzes codebase with parallel Explore agents
  • Creates .planning/codebase/ with 7 focused documents
  • Covers stack, architecture, structure, conventions, testing, integrations, concerns
  • Use before /gsd:new-project on existing codebases

Usage: /gsd:map-codebase

Phase Planning

/gsd:discuss-phase <number> Help articulate your vision for a phase before planning.

  • Captures how you imagine this phase working
  • Creates CONTEXT.md with your vision, essentials, and boundaries
  • Use when you have ideas about how something should look/feel

Read the full file on GitHub · 483 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. 3d ago First seen · 483 lines · 13 tokens per session scan A e81e596f5332

Subscribe to this mod's changes

gsd:help is a command published in the GitHub repository Jamie-BitFlight/git-project-xray-mcp (0 stars, last pushed 6mo ago), licensed MIT. It adds 13 tokens to every session and 3,465 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to gsd:help, differing in 0 lines, and is treated as a copy.