aicoolies logo
Get Shit Done (GSD) logo
Get Shit Done (GSD) logo

Get Shit Done (GSD)

Meta-prompting and context engineering system for Claude Code agents

open sourceupdated Aug 16, 2026

GSD is a meta-prompting, context engineering, and spec-driven development system designed for Claude Code and compatible AI coding agents. With over 46,000 GitHub stars, it implements a structured four-phase workflow of Discuss, Plan, Execute, and Verify to combat context rot in long AI coding sessions. The system uses multi-agent orchestration with persistent file-based memory.

Get Shit Done addresses the critical challenge of context degradation in extended AI coding sessions. As conversation windows accumulate irrelevant information, AI output quality progressively drops. GSD solves this through a structured four-phase workflow: Discuss for requirements elicitation, Plan for domain research and atomic task generation, Execute for wave-based parallel implementation, and Verify using the Nyquist validation framework that maps tests to requirements with automatic debug agents.

The context engineering infrastructure uses a sophisticated file system architecture including PROJECT.md for persistent vision documentation, STATE.md for cross-session memory of decisions and blockers, PLAN.md for atomic task specifications, and threads directory for persistent context. File sizes are deliberately constrained based on empirical observations of quality degradation thresholds, ensuring consistent output by staying below identified token limits for each context file.

GSD employs a multi-agent orchestration pattern with a thin orchestrator spawning specialized agents per stage: four parallel researchers during research, planner and checker agents iterating plan creation, executors implementing in parallel waves, and verifier plus debugger agents handling validation. This design maintains only 30-40% main context window utilization even during complex multi-phase operations. The system produces atomic git commits with surgical, traceable history and has been adopted by thousands of developers building production applications with AI coding agents.

Pricing

Free and open-source (AGPL-3.0)

Platforms

Works with Claude Code, OpenCode, and compatible AI agents

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Grok logo

Grok Build

Top Pick

xAI's terminal coding agent with parallel subagents and worktree-aware automation

Grok Build is xAI's terminal-first coding agent for planning, editing, testing, and reviewing code from a local CLI. The early beta exposes subagent controls, worktree mode, headless JSON output, best-of-N parallel attempts, sandbox profiles, and experimental memory. It fits developers comparing Claude Code, Codex, and Gemini CLI for local agentic workflows with deeper parallel execution.

paid
Claude Code logo

Claude Code

Top Pick

Anthropic's agentic coding CLI

Anthropic's agentic CLI coding tool that delegates complex tasks to Claude directly from the terminal. Understands entire codebases via automatic context gathering, edits multiple files, runs shell commands, and manages Git workflows autonomously. Supports CLAUDE.md for persistent project instructions, integrates with VS Code and JetBrains, and uses Claude Opus/Sonnet with extended thinking for complex architectural decisions. Built for terminal-first developers.

paid
Cursor logo

Cursor

Top Pick

The AI-first code editor

AI-first code editor built as a VS Code fork that deeply integrates LLMs into every part of the development workflow. Features Tab autocomplete with multi-line predictions, Cmd+K inline editing, AI chat with full codebase awareness, and Agent mode for autonomous multi-file edits with terminal execution. Supports GPT-4, Claude, and more with automatic context from project files and docs. Includes privacy mode for SOC 2 compliance. The leading AI-native IDE with 100K+ paying users.

freemiumTelemetry
Codex logo

Codex

Top Pick

OpenAI coding agent for app, editor, terminal, and cloud work

Codex is OpenAI's coding agent for software development across the Codex app, editor, terminal, and cloud tasks. It helps write, review, debug, refactor, and automate code, with ChatGPT plan access for managed surfaces and API-key usage for CLI, SDK, and IDE workflows. The open-source CLI and SDK support local repository work, while cloud features add GitHub review, Slack/Linear integrations, worktrees, skills, MCP, and automations.

freemium
Agent Skills logo

Agent Skills

Open standard for portable skills across AI agents

Agent Skills is the open SKILL.md folder specification for packaging reusable instructions, scripts, references, and assets that compatible AI agents load through progressive disclosure. Originally developed by Anthropic and released as an open standard, it defines the portable format itself—not an example library, marketplace, or hosted agent product.

Open Source
KaibanJS logo

KaibanJS

JavaScript framework for building and visualizing multi-agent workflows on a Kanban board

KaibanJS is an MIT-licensed JavaScript framework for defining AI agents, tasks, tools, and teams, then orchestrating their work through a Kanban-inspired runtime and visual board. It can run inside Node.js, React, or Next.js projects, supports custom UIs and headless workflows, and provides real-time task-state visibility for multi-agent applications.

Open SourceTelemetry

FAQ

What is Get Shit Done (GSD)?

GSD is a meta-prompting, context engineering, and spec-driven development system designed for Claude Code and compatible AI coding agents. With over 46,000 GitHub stars, it implements a structured four-phase workflow of Discuss, Plan, Execute, and Verify to combat context rot in long AI coding sessions. The system uses multi-agent orchestration with persistent file-based memory.

Is Get Shit Done (GSD) free?

Yes — Get Shit Done (GSD) is open source and free to use. Free and open-source (AGPL-3.0)

Is Get Shit Done (GSD) open source?

Yes — Get Shit Done (GSD) is open source.

What are the best Get Shit Done (GSD) alternatives?

The top editor-verified Get Shit Done (GSD) alternatives are Serena, Claude-Flow, Baton.