gsd

A project workflow for solo developers using Claude to move from an idea to shipped software through questioning, research, planning, implementation, verification, and debugging.

In plain words
What is it for?
Use it to initialize projects, create roadmaps and implementation plans, execute phases, verify results, and investigate bugs.
Why use it?
It provides a repeatable way to turn requirements into manageable work and check that the intended result was achieved.

Skill for Claude CodeCodex

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 skills/allgpt-co/quickvoice/gsd
Any agent
npx skills add allgpt-co/QuickVoice --skill gsd
Clone the repo
git clone --depth 1 https://github.com/allgpt-co/QuickVoice

Made for: Claude Code, Codex.

Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,967 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00023 $0.01967
Opus 5 $0.00012 $0.00983
Sonnet 5 $0.00005 $0.00393
Haiku 4.5 $0.00002 $0.00197

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

Security

Grade A, and why

gsd 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 yesterday.

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.

.claude/skills/gsd/SKILL.md · 242 lines

How it starts

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

Get Shit Done (GSD) - Project Management System

A comprehensive project management system designed for solo developers working with Claude AI agents. GSD provides structured workflows for project initialization, planning, execution, verification, and debugging.

Overview

GSD is a modular agent-based system that transforms project ideas into shipped software through:

  1. Deep questioning - Extract user vision and requirements
  2. Domain research - Discover standard stacks and patterns
  3. Roadmap creation - Break requirements into phases
  4. Phase planning - Create executable plans with verification
  5. Execution - Implement plans with atomic commits
  6. Verification - Ensure goals are achieved, not just tasks done
  7. Debugging - Systematic investigation of issues

Core Philosophy

  • Solo Developer + Claude Workflow - No teams, no stakeholders, no ceremonies
  • Plans are Prompts - PLAN.md files ARE the execution prompts, not documents
  • Goal-Backward Planning - Start from what must be TRUE, derive what to build
  • Atomic Commits - Each task commits independently for clean history
  • Quality Over Speed - Stop before context degrades (~50% usage)
  • Ship Fast - Plan → Execute → Ship → Learn → Repeat

When to Use GSD

Use GSD when you need to:

  • Initialize a new software project
  • Plan and execute development phases
  • Map an existing codebase
  • Debug issues systematically
  • Verify phase completion
  • Track project progress and state

Quick Start Commands

New Project

/gsd:new-project

Initializes a new project with questioning → research → requirements → roadmap flow.

Plan a Phase

/gsd:plan-phase [phase-number]

Creates detailed execution plans with research and verification.

Execute a Phase

/gsd:execute-phase [phase-number]

Executes all plans in a phase with parallel execution support.

Map Codebase

/gsd:map-codebase [optional-focus-area]

Analyzes existing codebase with parallel mapper agents.

Read the full file on GitHub · 242 lines

Files

What ships with it

60 files 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. yesterday First seen · 242 lines · 23 tokens per session scan A fb83d9389fd1

Subscribe to this mod's changes

gsd is a skill published in the GitHub repository allgpt-co/QuickVoice (492 stars, last pushed 20d ago), licensed MIT. It adds 23 tokens to every session and 1,967 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-30.