open-gsd/gsd-core

▲ 52 stars today★ 9,791⑂ 703

Git. Ship. Done - Core

About open-gsd/gsd-core

open-gsd/gsd-core is an open-source project on GitHub, mainly written in JavaScript. Git. Ship. Done - Core It currently holds 9,791 stars and 703 forks with 147 open issues, and was last pushed on 2026-09-23 (repository created 2026-05-22).

Project Overview

Git Homed tracks it on the Today's Trending board, currently at rank #67 with 52 new stars today.

GitHub Repository Details

Repository open-gsd/gsd-core · default branch next · size 72861 KB · watchers 44 · source: GitHub REST API and repository README

README

GSD Core

Git. Ship. Done.

English · Português · 简体中文 · 日本語 · 한국어

A light-weight meta-prompting, context engineering, and spec-driven development system for Claude Code, OpenCode, Antigravity 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, Antigravity 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, Antigravity 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 a new project or onboard an existing repo:

/gsd-new-project   # greenfield project
/gsd-onboard       # existing codebase

New here? Follow Your first project for a guided walkthrough from install to first shipped phase, or Onboarding an existing codebase for brownfield setup.

---

Documentation

What's new in 1.7.0docs/whats-new-1.7.0.md

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

https://github.com/open-gsd/gsd-core/blob/HEAD/Star History Chart

---

License

MIT License. See LICENSE for details.

---

Claude Code is powerful. GSD Core makes it reliable.

GitHub Stars & Activity

9,791Stars
703Forks
147Open issues
JavaScriptLanguage

GitHub Popularity

GitHub stars9,791
Forks703
Open issues147
Primary languageJavaScript
LicenseMIT
Stars gained today52
Created2026-05-22
Last pushed2026-09-23

Trending History

Daily boardrank #67 · ▲ 52 stars

Related GitHub Projects

1

nodejs / node

JavaScript★ 122,051⑂ 37,548▲ 33 stars
2

pbakaus / impeccable

JavaScript★ 70,255⑂ 4,268▲ 287 stars
3

byoungd / up

JavaScript★ 63,706⑂ 6,445▲ 218 stars
4

github / awesome-copilot

JavaScript★ 39,317⑂ 5,002▲ 43 stars
5

playcanvas / engine

JavaScript★ 16,899⑂ 2,001▲ 31 stars
6

calesthio / Crucix

JavaScript★ 11,980⑂ 1,853▲ 58 stars
7

laoma2053 / awesome-zhuiju-free

JavaScript★ 10,074⑂ 665▲ 367 stars
8

poloclub / transformer-explainer

JavaScript★ 8,726⑂ 985▲ 54 stars

More Trending Repositories