@FakeMaidenMaker: 一定要收藏这个能治好 Claude Code「越写越乱」的神器——GSD 前身 Get Shit Done 在 GitHub 狂揽 64K Stars,如今迁到 GSD Core 继续维护。 让 Claude Code 干一个稍微大点的活…
摘要
GSD Core 是一个开源的工作流框架,通过「讨论-规划-执行-验证-交付」五步循环和独立上下文的子代理,解决 Claude Code 等 AI 编码工具在长任务中上下文被污染、代码质量下降的问题,已在 GitHub 获得 64K Stars。
查看缓存全文
缓存时间: 2026/06/12 10:57
一定要收藏这个能治好 Claude Code「越写越乱」的神器——GSD
前身 Get Shit Done 在 GitHub 狂揽 64K Stars,如今迁到 GSD Core 继续维护。
让 Claude Code 干一个稍微大点的活,最大的坑是写着写着上下文被塞满,后面的回答质量直线下降,还容易把不该改的代码也顺手改了。
GSD 把整个开发拆成「讨论 → 规划 → 执行 → 验证 → 交付」的五步循环,每一步的重活都丢给开了全新上下文的 subagent 去跑,主会话始终保持干净,不被前面堆积的信息拖累。
作者 TÂCHES 把这套打法做成了一键安装的工作流,Claude Code、Codex、Cursor、Gemini CLI 都能用。
部署也简单,npx @opengsd/gsd-core@latest 装好,跑 /gsd-new-project 就能开干。
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.
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 | Original OpenCode port |
| Discord | Community support |
Star History
License
MIT License. See LICENSE for details.
Claude Code is powerful. GSD Core makes it reliable.
相似文章
@axichuhai: 发现一个能让 Claude 变得更好用的开源神器 只有一个65行的 Markdown 文件,GitHub 上已经冲到了 13万+ Star 灵感来自 Karpathy 说模型喜欢在不确定的时候瞎猜、把代码写得过度复杂、还会悄悄改掉不该碰的…
一个仅65行的开源Markdown文件,为Claude总结了4条编程铁律,帮助提升代码质量和节省token,GitHub上已获13万+ Star,灵感来自Karpathy。
@Hamburgerai: 很多 AI 编程翻车,不是因为代码第一版写不出来,而是需求没想清、设计没人挑、review 没做深、QA 没真跑、发布前也没人收口。一个人做项目时,这些环节最容易被跳过。 `garrytan/gstack` 把这件事做成了一套 Claud…
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地址评论区自取!
@GitHub_Daily: Claude Brain 用一个文件给 Claude Code 加上持久记忆,做过的决定、改过的 Bug、定下的方案,自动存着。 不用数据库也不用云服务,就一个文件,能 git 提交也能发给队友。 GitHub:http://github…
Claude Brain 是一个开源工具,用一个文件为 Claude Code 添加持久记忆,自动记录决策、Bug 和方案,支持本地搜索,无需数据库或云服务。
@sitinme: 一个给 Claude Code 装了一套“增强插件包”的开源项目——oh-my-claudecode,把原本单兵作战的 Claude Code,升级成更像一个有分工、有流程、有自动化能力的 AI 开发团队。 很多人用 Claude Cod…
oh-my-claudecode 是一个开源项目,为 Claude Code 提供增强插件包,将其升级为具备任务分工、自动化流程和团队协作能力的 AI 开发团队,适合重度用户和复杂项目。