GSD Core
GSD Core (formerly "get-shit-done", now at open-gsd/gsd-core) is a context-engineering and spec-driven development framework that drives AI coding agents through a disciplined five-phase loop. Heavy research, planning, and execution run in fresh-context subagents while the main session stays lean. Supports Claude Code, OpenCode, Antigravity CLI, Kimi CLI, Kilo, Codex, Copilot, Cursor, Windsurf, and more.
View on GitHubWhat it does
- /gsd-new-project
Initializes GSD Core for a greenfield project, creating STATE.md and CONTEXT.md scaffolding.
- /gsd-onboard
Onboards an existing codebase into the GSD phase loop, analyzing the repo before the first Discuss phase.
- Discuss phase
Captures implementation decisions in a structured session before any planning begins.
- Execute phase
Runs plan tasks in parallel waves, each executor starting with a clean 200K-token context to prevent drift.
- Verify phase
Walks through what was built, diagnoses failures, and generates fix plans before declaring the phase done.