Get Shit Done (GSD): Meta-Prompting System for Reliable AI Code Generation

2026-03-18T11:33:11.000Z·1 min read
GSD is a lightweight context engineering and spec-driven development system that solves AI code generation's context rot problem, supporting Claude Code, OpenCode, Gemini CLI, Codex, and Copilot with structured workflows instead of enterprise theater.

A new tool called Get Shit Done (GSD) is tackling one of the biggest problems in AI-assisted development: context rot — the quality degradation that happens as coding assistants fill their context windows during long sessions.

The Problem It Solves

"Vibecoding" — describing what you want and letting AI generate code — has a reputation for producing inconsistent results that fall apart at scale. GSD acts as a context engineering layer that makes AI coding assistants reliable over longer development sessions.

How It Works

Rather than adding enterprise-style ceremony (sprint planning, story points, retrospectives), GSD uses:

Supported Runtimes

GSD works across multiple AI coding assistants:

Installation

npx get-shit-done-cc@latest

The installer prompts for runtime selection and installation scope (global or per-project). Engineers at Amazon, Google, Shopify, and Webflow are reportedly using it.

Philosophy

"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." — TÂCHES, creator

The complexity lives in the system, not in your workflow. Behind the scenes: context engineering, XML prompt formatting, subagent orchestration, and state management. What you see: a few commands that just work.

Source: GitHub - gsd-build/get-shit-done

↗ Original source
← Previous: Unsloth Studio: No-Code Web UI for Training and Running Open Models LocallyNext: Python 3.15's JIT Compiler Is Back on Track — 11% Faster on ARM →
Comments0