@FakeMaidenMaker: 一定要收藏这个能治好 Claude Code「越写越乱」的神器——GSD 前身 Get Shit Done 在 GitHub 狂揽 64K Stars,如今迁到 GSD Core 继续维护。 让 Claude Code 干一个稍微大点的活…

X AI KOLs Timeline 工具

摘要

GSD Core 是一个开源的工作流框架,通过「讨论-规划-执行-验证-交付」五步循环和独立上下文的子代理,解决 Claude Code 等 AI 编码工具在长任务中上下文被污染、代码质量下降的问题,已在 GitHub 获得 64K Stars。

一定要收藏这个能治好 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:
查看原文
查看缓存全文

缓存时间: 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.

npm version npm downloads Tests Discord GitHub stars 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:

  1. Discuss — capture implementation decisions before anything is planned
  2. Plan — research, decompose, and verify the plan fits a fresh context window
  3. Execute — run plans in parallel waves; each executor starts with a clean 200k-token context
  4. Verify — walk through what was built; diagnose and fix before declaring done
  5. 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

ProjectPlatform
gsd-opencodeOriginal OpenCode port
DiscordCommunity support

Star History

Star History Chart

License

MIT License. See LICENSE for details.


Claude Code is powerful. GSD Core makes it reliable.

相似文章

@Hamburgerai: 很多 AI 编程翻车,不是因为代码第一版写不出来,而是需求没想清、设计没人挑、review 没做深、QA 没真跑、发布前也没人收口。一个人做项目时,这些环节最容易被跳过。 `garrytan/gstack` 把这件事做成了一套 Claud…

X AI KOLs Following

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还原线下工作室全岗位,从创意总监到关…

X AI KOLs Timeline

卧槽,有大神直接用Claude Code,复刻出一整套完整游戏开发工作室。 GitHub 1.8万stars,免费开源,项目名叫Claude Code Game Studios, 48个AI智能体1:1还原线下工作室全岗位,从创意总监到关卡设计师全覆盖。 36条斜杠指令一键启动全流程,适配Godot Unity Unreal三大游戏引擎。 自带自动化校验钩子、分路径编码规则、28套行业标准文档模板,架构拉满。 所有AI只做梳理方案不擅自操作,决策权全程握在自己手里。 克隆仓库一键启动,MIT开源可商用,凭空拥有一支专业游戏开发团队。 老规矩GitHub地址评论区自取!