Get Shit Done
NormalDescription
A light-weight and powerful meta-prompting, context engineering, and spec-driven development system for AI coding agents like Claude Code.
Key Features
- Context engineering framework - Fresh-context subagents solve context rot (quality degradation as context window fills)
- Five-phase development loop - Disciplined Discuss → Plan → Execute → Verify → Ship iteration cycle
- Multi-runtime compatible - Supports Claude Code, OpenCode, Gemini CLI, Codex, Cursor, Windsurf and other AI coding tools
- Structured state persistence - Cross-session memory via structured artifacts like STATE.md and CONTEXT.md
- Verification-driven delivery - Verify step auto-checks build results and generates fix plans before declaring done
Use Cases
Tags
Categories
Quick Start
# Install GSD Core (interactive runtime selection)
npx @opengsd/gsd-core@latest
# Start a new project
/gsd-new-project
# Enter the five-phase loop: Discuss → Plan → Execute → Verify → Ship