GSD for Antigravity — Summary
GSD for Antigravity is a multi-model, multi-runtime context-engineering framework that extends the original glittercowboy/get-shit-done pattern with 29 slash-command workflows, 11 agent skills, model-agnostic adapters (Claude, Gemini, GPT), cross-platform scripts (PowerShell + bash), and a token budget management system. It ships as a clone-and-copy template (no package manager) — users copy .agent/workflows/, .agents/skills/, .gsd/, and adapters/ into their project. The .gsd/ directory persists SPEC.md, ROADMAP.md, STATE.md, ARCHITECTURE.md, DECISIONS.md, and JOURNAL.md across sessions. The 29 commands cover full project lifecycle from /new-project (deep questioning → SPEC.md) through wave-based /execute (parallel shard execution) to /sprint and session /pause//resume. The framework explicitly refuses enterprise theater ("No sprint ceremonies, story points, stakeholder syncs") in favor of atomic, evidence-based development.
Differs from seeds: Closest to agent-os (markdown scaffold + structured workflow files) but far more extensive: 29 workflows vs agent-os's 5 commands, explicit multi-model adapter system, wave-based parallel execution in a single agent, cross-platform PowerShell+bash parity, and a model_capabilities.yaml capability registry. Unlike spec-driver or superpowers (Claude Code-only skill packs), GSD for Antigravity explicitly targets Gemini, GPT, and any capable LLM via model-agnostic workflow files and IDE-specific adapter files.