A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
Sistema de meta-prompting y spec-driven development para Claude Code con múltiples agentes CLI.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
{
"mcpServers": {
"get-shit-done": {
"command": "npx",
"args": ["-y", "get-shit-done-cc"]
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows).<placeholder> values with your API keys or paths.Resumen de Tools
<div align="center"> # GET SHIT DONE **English** · [Português](README.pt-BR.md) · [简体中文](README.zh-CN.md) · [日本語](README.ja-JP.md) · [한국어](README.ko-KR.md) **A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code, OpenCode, Gemini CLI, Kilo, Codex, Copilot, Cursor, Windsurf, Antigravity, Augment, Trae, Qwen Code, Cline, and CodeBuddy.** **Solves context rot — the quality degradation that happens as Claude fills its context window.** [](https://www.npmjs.com/package/get-shit-done-cc) [](https://www.npmjs.com/package/get-shit-done-cc) [](https://github.com/gsd-build/get-shit-done/actions/workflows/test.yml) [](https://discord.gg/mYgfVNfA2r) [](https://x.com/gsd_foundation) [](https://dexscreener.com/solana/dwudwjvan7bzkw9zwlbyv6kspdlvhwzrqy6ebk8xzxkv) [](https://github.com/gsd-build/get-shit-done) [](LICENSE) <br> ```bash npx get-shit-done-cc@latest ``` **Works on Mac, Windows, and Linux.** <br>  <br> *"If you know clearly what you want, this WILL build it for you. No bs."* *"I've done SpecKit, OpenSpec and Taskmaster — this has produced the best results for me."* *"By far the most powerful addition to my Claude Code. Nothing over-engineered. Literally just gets shit done."* <br> **Trusted by engineers at Amazon, Google, Shopify, and Webflow.** [Why I Built This](#why-i-built-this) · [How It Works](#how-it-works) · [Commands](#commands) · [Why It Works](#why-it-works) · [User Guide](docs/USER-GUIDE.md) · [Walkthrough](docs/USER-GUIDE.md#end-to-end-walkthrough) </div> --- > [!IMPORTANT] > ### Welcome Back to GSD > > If you're returning to GSD after the recent Anthropic Terms of Service changes — welcome back. We kept building while you were gone. > > **To re-import an existing project into GSD:** > 1. Run `/gsd-map-codebase` to scan and index your current codebase state > 2. Run `/gsd-new-project` to initialize a fresh GSD planning structure using the codebase map as context > 3. Review [docs/USER-GUIDE.md](docs/USER-GUIDE.md) and the [CHANGELOG](CHANGELOG.md) for updates — a lot has changed since you were last here > > Your code is fine. GSD just needs its planning context rebuilt. The two commands above handle that. --- ## Why I Built This I'm a solo developer. I don't write code — Claude Code does. Other spec-driven development tools exist; BMAD, Speckit... But they all seem to make things way more complicated than they need to be (sprint ceremonies, story points, stakeholder syncs, retrospectives, Jira workflows) or lack real big picture understanding of what you're building. I'm not a 50-person software company. I don't want to play enterprise theater. I'm just a creative person trying to build great things that work. So I built GSD. The complexity is in the system, not in your workflow. Behind the scenes: context engineering, XML prompt formatting, subagent orchestration, state management. What you see: a few commands that just work. The system gives Claude everything it needs to do the work *and* verify it. I trust the workflow. It just does a good job. That's what this is. No enterprise roleplay bullshit. Just an incredibly effective system for building cool stuff consistently using Claude Code. — **TÂCHES** --- Vibecoding has a bad reputation. You describe what you want, AI generates code, and you get inconsistent garbage that falls apart at scale. GSD fixes that. It's the context engineering layer that makes Claude Code reliable. Describe your idea, let the system extract everything it needs to know, and let Claude Code get to work. --- ## Who This Is For People who want to describe what they want and have it built correctly — without pretending they're running a 50-person engineering org. Built-in quality gates catch real problems: schema drift detection flags ORM changes missing migrations, security enforcement anchors verification to threat models, and scope reduction detection prevents the planner from silently dropping your requirements. ### v1.37.0 Highlights - **Spiking & sketching** — `/gsd-spike` runs 2–5 focused experiments with Given/When/Then verdicts; `/gsd-sketch` produces 2–3 interactive HTML mockup variants per design question — both store artifacts in `.planning/` and pair with wrap-up commands to package findings into project-local skills - **Agent size-budget enforcement** — Tiered line-count limits (XL: 1 600, Large: 1 000, Default: 500) keep agent prompts lean; violations surface in CI - **Shared boilerplate extraction** — Mandatory-initial-read and project-skills-discovery logic extracted to reference files, reducing duplication across a dozen agents --- ## Getting Started ```bash npx get-shit-done-cc@latest ``` The installer prompts you to choose: 1. **Runtime** — Claude Code, OpenCode, Gemini, Kilo, Codex, Copilot, Cursor, Windsurf, Antigravity, Augment, Trae, Qwen Code, CodeBuddy, Cline, or all (interactive multi-select — pick multiple runtimes in a single install session) 2. **Location** — Global (all projects) or local (current project only) Verify with: - Claude Code / Gemini / Copilot / Antigravity / Qwen Code: `/gsd-help` - OpenCode / Kilo / Augment / Trae / CodeBuddy: `/gsd-help` - Codex: `$gsd-help` - Cline: GSD installs via `.clinerules` — verify by checking `.clinerules` exists > [!NOTE] > Claude Code 2.1.88+, Qwen Code, and Codex install as skills (`.claude/skills/`, `./.codex/skills/`, or the matching global `~/.claude/skills/` / `~/.codex/skills/` roots). Older Claude Code versions use `commands/gsd/`. `~/.claude/get-shit-done/skills/` is import-only for legacy migration. The installer handles all formats automatically. The canonical discovery contract is documented in [docs/skills/discovery-contract.md](docs/skills/discovery-contract.md). > [!TIP] > For source-based installs or environments where npm is unavailable, see **[docs/manual-update.md](docs/manual-update.md)**. ### Staying Updated GSD evolves fast. Update periodically: ```bash npx get-shit-done-cc@latest ``` <details> <summary><strong>Non-interactive Install (Docker, CI, Scripts)</strong></summary> ```bash # Claude Code npx get-shit-done-cc --claude --global # Install to ~/.claude/ npx get-shit-done-cc --claude --local # Install to ./.claude/ # OpenCode npx get-shit-done-cc --opencode --global # Install to ~/.config/opencode/ # Gemini CLI npx get-shit-done-cc --gemini --global # Install to ~/.gemini/ # Kilo npx get-shit-done-cc --kilo --global # Install to ~/.config/kilo/ npx get-shit-done-cc --kilo --local # Install to ./.kilo/ # Codex npx get-shit-done-cc --codex --global # Install to ~/.codex/ npx get-shit-done-cc --codex --local # Install to ./.codex/ # Copilot npx get-shit-done-cc --copilot --global # Install to ~/.github/ npx get-shit-done-cc --copilot --local # Install to ./.github/ # Cursor CLI npx get-shit-done-cc --cursor --global # Install to ~/.cursor/ npx get-shit-done-cc --cursor --local # Install to ./.cursor/ # Windsurf npx get-shit-done-cc --windsurf --global # Install to ~/.codeium/windsurf/ npx get-shit-done-cc --windsurf --local # Install to ./.windsurf/ # Antigravity npx get-shit-done-cc --antigravity --global # Install to ~/.gemini/antigravity/ npx get-shit-done-cc --antigravity --local # Install to ./.agent/ # Augment npx get-shit-done-cc --augment --global # Install to ~/.augment/ npx get-shit-done-cc --augment --local # Install to ./.augment/ # Trae npx get-shit-done-cc --trae --global # Install to ~/.trae/ npx get-shit-done-cc --trae --local # Install to ./.trae/ # Qwen Code npx get-shit-done-cc --qwen --global # Install to ~/.qwen/ npx get-shit-done-cc --qwen --local # Install to ./.qwen/ # CodeBuddy npx get-shit-done-cc --codebuddy --global # Install to ~/.codebuddy/ npx get-shit-done-cc --codebuddy --local # Install to ./.codebuddy/ # Cline npx get-shit-done-cc --cline --global # Install to ~/.cline/ npx get-shit-done-cc --cline --local # Install to ./.clinerules # All runtimes npx get-shit-done-cc --all --global # Install to all directories ``` Use `--global` (`-g`) or `--local` (`-l`) to skip the location prompt. Use `--claude`, `--opencode`, `--gemini`, `--kilo`, `--codex`, `--copilot`, `--cursor`, `--windsurf`, `--antigravity`, `--augment`, `--trae`, `--qwen`, `--codebuddy`, `--cline`, or `--all` to skip the runtime prompt. The GSD SDK CLI (`gsd-sdk`) is installed automatically (required by `/gsd-*` commands). Pass `--no-sdk` to skip the SDK install, or `--sdk` to force a reinstall. </details> <details> <summary><strong>Minimal Install (local LLMs and token-billed APIs)</strong></summary> GSD ships 86 skills and 33 subagents. Every runtime (Claude Code, OpenCode, etc.) eagerly enum
Lo que la gente pregunta sobre get-shit-done
¿Qué es gsd-build/get-shit-done?
+
gsd-build/get-shit-done es tools para el ecosistema de Claude AI. A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES. Tiene 57.7k estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala get-shit-done?
+
Puedes instalar get-shit-done clonando el repositorio (https://github.com/gsd-build/get-shit-done) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar gsd-build/get-shit-done?
+
Nuestro agente de seguridad ha analizado gsd-build/get-shit-done y le ha asignado un Trust Score de 73/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene gsd-build/get-shit-done?
+
gsd-build/get-shit-done es mantenido por gsd-build. La última actividad registrada en GitHub es de today, con 16 issues abiertos.
¿Hay alternativas a get-shit-done?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega get-shit-done en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/gsd-build-get-shit-done)<a href="https://claudewave.com/repo/gsd-build-get-shit-done"><img src="https://claudewave.com/api/badge/gsd-build-get-shit-done" alt="Featured on ClaudeWave — gsd-build/get-shit-done" width="320" height="64" /></a>Más Tools
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
一款 AI 驱动的低代码平台,提供"零代码"与"代码生成"双模式——零代码模式一句话搭建系统,代码生成模式自动输出前后端代码与建表 SQL,生成即可运行。平台内置 AI 聊天助手、AI大模型、知识库、AI流程编排、MCP 与插件体系,兼容主流大模型,支持一句话生成流程图、设计表单、聊天式业务操作,解决 Java 项目 80% 重复工作,高效且不失灵活。
Python SDK, Proxy Server (AI Gateway) to call 100+ LLM APIs in OpenAI (or native) format, with cost tracking, guardrails, loadbalancing and logging. [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, VLLM, NVIDIA NIM]