GSD (get-shit-done)
Spec-driven context engineering system for Claude Code — without the enterprise theater
GSD (get-shit-done) is a meta-prompting and context engineering system for Claude Code that imposes software engineering discipline on AI-assisted development. It replaces ad-hoc prompting with a five-step methodology — initialize, discuss, plan, execute, verify — that keeps context fresh and quality high across long, complex projects. The system works by loading specialized documentation strategically: project vision, requirements, roadmaps, and research are injected at the right phases rather than dumped into a single bloated context window. Planning produces XML-formatted task trees with built-in verification steps, and execution happens in waves — parallel where dependencies allow, sequential where they don't. Quality gates automatically detect schema drift, security regressions, and scope creep before they compound into bigger problems. For teams that have experienced the quality degradation that hits around hour three of a long Claude Code session, GSD's architecture of fresh context windows per phase is the fix. A Quick Mode handles ad-hoc tasks without the full planning overhead, making it practical for both exploratory work and milestone-driven development. It's MIT-licensed, JavaScript-based, and designed for solo developers and small teams who want spec-driven development without enterprise process overhead.
Panel Reviews
The Builder
Developer Perspective
“GSD's five-step workflow (initialize → discuss → plan → execute → verify) with wave-based parallel execution and schema drift detection is the closest thing to a formal engineering discipline for Claude Code projects. The quality gates alone have saved me from shipping broken APIs multiple times.”
The Skeptic
Reality Check
“The upfront initialization and thorough planning phase is a real time investment — probably overkill for straightforward CRUD tasks or one-off scripts. GSD shines on complex, multi-milestone projects but adds ceremony that can slow you down when you just need something built quickly.”
The Futurist
Big Picture
“GSD is one of the first serious attempts to bring software engineering discipline to AI-assisted development — not just prompting tricks but a reproducible methodology with verification steps and context management. As AI coding scales, the teams with structured workflows like this will outproduce those freewheeling with prompts.”
The Creator
Content & Design
“Even as a non-developer building internal tools, GSD's discussion and planning phase surfaces requirements I hadn't thought of before any code gets written. Describing what I want built and watching it execute reliably — with a verify step confirming it actually works — changes how I think about building with AI.”
Community Sentiment
“Wave-based parallel execution with quality gates is the engineering rigor most CLAUDE.md tricks lack”
“Spec-driven development without enterprise theater — that tagline is earned”
“Context engineering over prompt hacking is the right mental model shift”