open-gsd/gsd-core
Git. Ship. Done - Core
What it solves
It addresses "context rot"—the degradation of AI output quality that occurs as a coding session's context window fills up. It also solves the lack of shared memory between sessions and the absence of a verification step to ensure code actually works before it is shipped.
How it works
GSD Core implements a spec-driven development framework that guides AI coding agents through a disciplined five-step phase loop:
- Discuss: Capture implementation decisions.
- Plan: Research and decompose tasks to fit into fresh context windows.
- Execute: Run plans in parallel waves using subagents with clean 200k-token contexts.
- Verify: Diagnose and fix issues before completion.
- Ship: Create the PR and archive the phase.
To maintain state across sessions, it uses structured artifacts like STATE.md and CONTEXT.md.
Who it’s for
Developers using AI coding agents such as Claude Code, Cursor, Windsurf, Copilot, Codex, Kimi CLI, Antigravity CLI, and OpenCode.
Highlights
- Cross-runtime compatibility: Works across a wide variety of AI coding tools.
- Context Engineering: Prevents bloat by offloading heavy work to fresh-context subagents.
- Structured Memory: Uses persistent artifacts to maintain project state across different sessions.
- Disciplined Workflow: Enforces a research-plan-execute-verify-ship cycle.
Related
- Project
- Project
- Dispatch
- Dispatch
- Project