Get Shit Done: Meta-Prompting System for AI Coding Agents

Get Shit Done (GSD) is a meta-prompting, context engineering, and spec-driven development system designed to work with multiple AI coding agents. The tool focuses on solving context rot—the quality degradation that occurs when AI agents fill their context windows with irrelevant information.
Supported Platforms and Installation
The system works with Claude Code, OpenCode, Gemini CLI, Codex, Copilot, and Antigravity. Installation is straightforward:
npx get-shit-done-cc@latest
The installer prompts you to choose runtime and installation location (global or local). For non-interactive installations in Docker, CI, or scripts:
- Claude Code:
npx get-shit-done-cc --claude --global(installs to ~/.claude/) - OpenCode:
npx get-shit-done-cc --opencode --global(installs to ~/.config/opencode/) - Gemini CLI:
npx get-shit-done-cc --gemini --global(installs to ~/.gemini/) - Codex:
npx get-shit-done-cc --codex --global(installs to ~/.codex/) - Copilot:
npx get-shit-done-cc --copilot --global(installs to ~/.github/) - Antigravity:
npx get-shit-done-cc --antigravity --global(installs to ~/.gemini/antigravity/) - All runtimes:
npx get-shit-done-cc --all --global
How It Works
GSD uses context engineering, XML prompt formatting, subagent orchestration, and state management behind the scenes. The creator describes it as having "complexity in the system, not in your workflow." Users see only a few commands that work consistently.
The system extracts what it needs to know from user descriptions, then lets the AI agent do the work with built-in verification. Codex installation uses skills (skills/gsd-*/SKILL.md) rather than custom prompts.
Verification Commands
After installation, verify with these commands depending on your runtime:
- Claude Code / Gemini:
/gsd:help - OpenCode:
/gsd-help - Codex:
$gsd-help - Copilot:
/gsd:help - Antigravity:
/gsd:help
The creator built GSD as a solo developer who doesn't write code directly—Claude Code does. They found other spec-driven development tools too complex with "sprint ceremonies, story points, stakeholder syncs, retrospectives, Jira workflows" or lacking big-picture understanding.
GSD is positioned as an alternative to what the creator calls "enterprise theater"—tools that simulate 50-person engineering organizations when users just need to build things that work.
📖 Read the full source: HN AI Agents
👀 See Also

OMAR: Open-Source TUI for Managing Hundreds of AI Coding Agents Hierarchically
OMAR is a terminal-based dashboard that lets you manage swarms of coding agents (Claude Code, Codex, Cursor, Opencode) in hierarchical orgs. Built on tmux. Features agent-managing-agent hierarchies, heterogeneous backends, and Slack integration.

Open-sourced self-healing skill for AI agents detects and fixes failures automatically
A new open-source skill enables AI agents to automatically detect failures, diagnose root causes, and implement fixes. It includes a failure scanner for crons, sub-agents, and deploy logs, plus a database that learns from previous fixes.

GoStaff: Go Rewrite of OpenClaw with 100x Memory Reduction
GoStaff is a Go rewrite of OpenClaw that uses approximately 100x less memory (~17MB) while maintaining OpenClaw plugin compatibility through a JavaScript shim. It features a three-tier skill system, unified Postgres persistence, and multi-provider ReAct loops.

Drop-in OAuth Provider for Personal FastMCP Servers on All Claude Platforms
A developer created a single-file Python OAuth provider that enables personal FastMCP servers to work on Claude.ai web, mobile, and Desktop platforms without requiring external identity services like Auth0 or Google.