@FakeMaidenMaker: Definitely bookmark this tool that cures Claude Code's 'messier as you write' problem — GSD. Its predecessor Get Shit Done racked up 64K Stars on GitHub, and it's now migrated to GSD Core for continued maintenance. Let Claude Code tackle a slightly larger task…
Summary
GSD Core is an open-source workflow framework that solves the problem of context pollution and code quality degradation in AI coding tools like Claude Code during long tasks through a five-step cycle of 'Discussion → Planning → Execution → Verification → Delivery' and sub-agents with independent contexts. It has gained 64K Stars on GitHub.
View Cached Full Text
Cached at: 06/12/26, 10:57 AM
You must bookmark this tool that can cure Claude Code’s “messier as it goes” problem — GSD, formerly known as Get Shit Done, has amassed 64K stars on GitHub and has now migrated to GSD Core for continued maintenance. When you ask Claude Code to handle a moderately large task, the biggest pitfall is that the context window gets stuffed as you go, causing the quality of later responses to drop sharply, and the AI often modifies code it shouldn’t have touched. GSD breaks down the entire development process into a five-step loop: Discuss → Plan → Execute → Verify → Ship. Each heavy step is handed off to a subagent that runs in a fresh context, keeping the main session clean and unburdened by accumulated earlier information. The author, TÂCHES, has turned this approach into a one-click install workflow that works with Claude Code, Codex, Cursor, Gemini CLI, and more. Deployment is simple: install with npx @opengsd/gsd-core@latest and run /gsd-new-project to get started.
GitHub:
open-gsd/gsd-core
Source: https://github.com/open-gsd/gsd-core
GSD Core
Git. Ship. Done.
English · Português · 简体中文 · 日本語 · 한국어
A light-weight meta-prompting, context engineering, and spec-driven development system for Claude Code, OpenCode, Gemini CLI, Kimi CLI, Kilo, Codex, Copilot, Cursor, Windsurf, and more.
npm version (https://www.npmjs.com/package/@opengsd/gsd-core)
npm downloads (https://www.npmjs.com/package/@opengsd/gsd-core)
Tests (https://github.com/open-gsd/gsd-core/actions/workflows/test.yml)
Discord (https://discord.gg/mYgfVNfA2r)
GitHub stars (https://github.com/open-gsd/gsd-core)
License
What is GSD Core
GSD Core is a context-engineering and spec-driven development framework that drives AI coding agents (Claude Code, Codex, Gemini CLI, Kimi CLI, Copilot, Cursor, and more) through a disciplined phase loop. It solves context rot — the quality degradation that accumulates as an AI fills its context window — by running all heavy research, planning, and execution work in fresh-context subagents while keeping your main session lean.
How it works
Each milestone repeats the same five-step loop, one phase at a time:
- Discuss — capture implementation decisions before anything is planned
- Plan — research, decompose, and verify the plan fits a fresh context window
- Execute — run plans in parallel waves; each executor starts with a clean 200k-token context
- Verify — walk through what was built; diagnose and fix before declaring done
- Ship — create the PR, archive the phase, repeat for the next one
Quickstart
npx @opengsd/gsd-core@latest
The installer prompts for your runtime (Claude Code, OpenCode, Gemini CLI, Kimi CLI, Kilo, Codex, Copilot, Cursor, Windsurf, and more) and whether to install globally or locally. The installer is required for cross-runtime compatibility — do not copy files from agents/ or commands/ directly.
On another runtime or without Node.js? See Install on your runtime.
Once installed, start your first project:
/gsd-new-project
New here? Follow Your first project for a guided walkthrough from install to first shipped phase.
Documentation
Tutorials — learning by doing:
How-to guides — task-focused recipes:
Reference — authoritative facts:
Explanation — concepts and design decisions:
Full index: docs/README.md.
Other languages: 日本語 · 한국어 · Português · 简体中文.
Why it works
Most AI-coding setups fail at scale because context bloat silently degrades output quality, there is no shared memory between sessions, and nothing verifies that code actually works. GSD Core solves all three: heavy work runs in fresh subagents, structured artifacts like STATE.md and CONTEXT.md survive session boundaries, and the verify step walks through what was built and generates fix plans before a phase is declared done.
See docs/explanation/context-engineering.md for the full reasoning.
Troubleshooting? See docs/how-to/recover-and-troubleshoot.md.
Community
| Project | Platform |
|---|---|
| gsd-opencode (https://github.com/rokicool/gsd-opencode) | Original OpenCode port |
| Discord (https://discord.gg/mYgfVNfA2r) | Community support |
Star History
License
MIT License. See LICENSE for details.
Claude Code is powerful. GSD Core makes it reliable.
Similar Articles
@axichuhai: Found an open-source tool that makes Claude even better — just a 65-line Markdown file, already reached 130k+ stars on GitHub. Inspired by Karpathy's observation that models like to guess when uncertain, write overly complex code, and quietly change things they shouldn't touch...
An open-source 65-line Markdown file that summarizes 4 programming rules for Claude to improve code quality and save tokens. It has garnered 130k+ stars on GitHub, inspired by Karpathy.
@Hamburgerai: Many AI programming failures aren't because the first version of the code can't be written, but because requirements aren't clarified, designs aren't reviewed, code reviews aren't thorough, QA isn't actually run, and no one wraps up before release. When working solo, these steps are the easiest to skip. `garrytan/gstack` turns this into a Claude...
gstack is an open-source software factory that provides a structured workflow for Claude Code, turning it into a virtual engineering team with slash commands for each development phase. It helps solo developers ship like a team by enforcing engineering discipline.
@AYi_AInotes: 卧槽,有大神直接用Claude Code,复刻出一整套完整游戏开发工作室。 GitHub 1.8万stars,免费开源,项目名叫Claude Code Game Studios, 48个AI智能体1:1还原线下工作室全岗位,从创意总监到关…
卧槽,有大神直接用Claude Code,复刻出一整套完整游戏开发工作室。 GitHub 1.8万stars,免费开源,项目名叫Claude Code Game Studios, 48个AI智能体1:1还原线下工作室全岗位,从创意总监到关卡设计师全覆盖。 36条斜杠指令一键启动全流程,适配Godot Unity Unreal三大游戏引擎。 自带自动化校验钩子、分路径编码规则、28套行业标准文档模板,架构拉满。 所有AI只做梳理方案不擅自操作,决策权全程握在自己手里。 克隆仓库一键启动,MIT开源可商用,凭空拥有一支专业游戏开发团队。 老规矩GitHub地址评论区自取!
@sitinme: An open-source project that adds an "enhanced plugin pack" to Claude Code — oh-my-claudecode, upgrading the originally solo-operating Claude Code into more of an AI development team with division of labor, workflows, and automation capabilities. Many people use Claude Cod…
oh-my-claudecode is an open-source project that provides an enhanced plugin pack for Claude Code, upgrading it into an AI development team with task division, automated workflows, and team collaboration capabilities, suitable for heavy users and complex projects.
@_zheergen: Guys! I just stumbled upon an open-source project that really made me pause. It's Everything Claude Code (ECC) by cogsec veteran @affaan. GitHub 205K stars. Project repo: https://github.com/…
An open-source project called ECC (Everything Claude Code) integrates 63 agents, 249 skills, and built-in security tests. It supports multiple AI coding tools like Claude Code, Codex, and Cursor, aiming to simplify the setup of AI programming workflows.