Get Shit Done (GSD)
✨ SkillA spec-driven, context-engineering workflow system for AI coding
A Claude Code workflow framework started by TÂCHES and now maintained by the open-gsd community (MIT). It breaks development into a discuss → plan → execute → verify → ship loop, offloading research and planning to fresh-context subagents so the main session stays lean, yielding clean git history and human checkpoints. The original repo drew 60k+ GitHub stars.
Install / Add
npx @opengsd/gsd-core@latest Why we picked it
GSD is routinely compared with Superpowers and gstack — all three attack the same pain: keeping a coding agent from drifting as a conversation grows long. GSD's answer is "context engineering": hand the heavy research and planning to disposable subagents, keep only the conclusions in the main session, and pair that with atomic commits and phased slash commands to turn vibe coding into a reproducible, rollback-friendly engineering process.
It's MIT-licensed, free, no tracking and no sign-up, installable with a single npx command. The original gsd-build repo was archived and moved to open-gsd community governance, and beyond Claude Code it targets Codex, Cursor, OpenCode, Copilot and Windsurf.