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.Tools overview
<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) </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.36.0 Highlights - **Knowledge graph integration** — `/gsd-graphify` brings knowledge graphs to planning agents for richer context connections - **SDK typed query foundation** — Registry-based `gsd-sdk query` command with classified errors and handlers for state, roadmap, phase lifecycle, and config - **TDD pipeline mode** — Opt-in test-driven development workflow with `--tdd` flag - **Context-window-aware prompt thinning** — Automatic prompt size reduction for sub-200K models - **Project skills awareness** — 9 GSD agents now discover and use project-scoped skills - **30+ bug fixes** — Worktree safety, state management, installer paths, and health check optimizations --- ## 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 (`skills/gsd-*/SKILL.md`). Older Claude Code versions use `commands/gsd/`. Cline uses `.clinerules` for configuration. The installer handles all formats automatically. > [!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. Use `--sdk` to also install the GSD SDK CLI (`gsd-sdk`) for headless autonomous execution. </details> <details> <summary><strong>Development Installation</strong></summary> Clone the repository, build hooks, and run the installer locally: ```bash git clone https://github.com/gsd-build/get-shit-done.git cd get-shit-done npm run build:hooks node bin/install.js --claude --local ``` The `build:hooks` step is required — it compiles hook sources into `hooks/dist/` which the installer copies from. Without it, hooks won't be installed and you'll get hook errors in Claude Code. (The npm release handles this automatica
More 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.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
aider is AI pair programming in your terminal
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]
Extracted system prompts from ChatGPT (GPT-5.4, GPT-5.3, Codex), Claude (Opus 4.6, Sonnet 4.6, Claude Code), Gemini (3.1 Pro, 3 Flash, CLI), Grok (4.2, 4), Perplexity, and more. Updated regularly.
Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenAPI Actions, Functions, Secure Multi-User Auth, Presets, open-source for self-hosting. Active.