Quick Install
Run the interactive installer:Select Runtime
Choose which AI coding assistant you’re using:
- Claude Code - Anthropic’s official coding assistant
- OpenCode - Open source, supports free models
- Gemini CLI - Google’s Gemini-powered assistant
- Codex - Skills-first architecture
- All - Install for all runtimes
GSD works on Mac, Windows, and Linux.
Verify Installation
After installation, verify that GSD is working:Codex installation uses skills (
skills/gsd-*/SKILL.md) rather than custom prompts.Non-Interactive Installation
For Docker, CI pipelines, or automated scripts, use command-line flags to skip prompts:Flag Reference
- Use
--globalor-gto skip the location prompt - Use
--localor-lfor project-specific installation - Use
--claude,--opencode,--gemini,--codex, or--allto skip the runtime prompt
Development Installation
If you want to test modifications before contributing: This installs to./.claude/ for testing modifications.
Docker & Containerized Environments
If file reads fail with tilde paths (~/.claude/...), set CLAUDE_CONFIG_DIR before installing:
~ which may not expand correctly in containers.
Recommended: Skip Permissions Mode
GSD is designed for frictionless automation. Run Claude Code with:Alternative: Granular Permissions
If you prefer not to use--dangerously-skip-permissions, add this to your project’s .claude/settings.json:
Updating GSD
GSD evolves fast. Update periodically to get new features and improvements:Since v1.17, the installer backs up locally modified files to
gsd-local-patches/. Run /gsd:reapply-patches to merge your changes back after updating.Uninstalling
To remove GSD completely:Troubleshooting
Commands Not Found
If commands aren’t working after installation:- Restart your runtime to reload commands/skills
- Verify files exist:
- Claude Code:
~/.claude/commands/gsd/(global) or./.claude/commands/gsd/(local) - Codex:
~/.codex/skills/gsd-*/SKILL.md(global) or./.codex/skills/gsd-*/SKILL.md(local)
- Claude Code:
- Re-run installer:
npx get-shit-done-cc
Commands Not Working as Expected
- Run
/gsd:helpto verify installation - Re-run
npx get-shit-done-ccto reinstall - Check the User Guide for detailed troubleshooting
Next Steps
Quickstart
Create your first project with GSD
Configuration
Customize GSD settings for your workflow