gsd-kit
v1.0.0
Published
Get Shit Done - A spec-driven development system for Google Antigravity
Maintainers
Readme
GSD Kit - Get Shit Done for Antigravity
A spec-driven, context-engineered development methodology for Google Antigravity AI.
Quick Install (Copy & Paste)
Paste this into your Antigravity agent:
Clone https://github.com/nonameeee7/get-shit-done-for-antigravity to ~/.agent/Or install via npm:
npx gsd-kit --globalThen run in Antigravity:
/helpInstallation
Option 1: npm (Recommended)
npx gsd-kit --globalOption 2: Clone Manually
# Clone the repo
git clone https://github.com/nonameeee7/get-shit-done-for-antigravity.git ~/.agent/gsd
# Or copy to your project
cp -r get-shit-done-for-antigravity/.agent/ /your/project/Option 3: Download & Extract
- Download: https://github.com/nonameeee7/get-shit-done-for-antigravity/archive/main.zip
- Extract to your
.agent/folder
Usage
After installation, run in Antigravity:
/new-project # Initialize new project
/discuss-phase 1 # Discuss phase requirements
/plan-phase 1 # Create execution plans
/execute-phase 1 # Execute all plans
/verify-work 1 # Verify the workAll Commands
| Command | Description |
|---------|-------------|
| /new-project [--auto] | Initialize new project |
| /discuss-phase [N] | Discuss phase requirements |
| /plan-phase [N] | Create execution plans |
| /execute-phase <N> | Execute phase plans |
| /verify-work [N] | Verify phase completion |
| /debug [desc] | Systematic debugging |
| /quick | Ad-hoc task mode |
| /new-milestone [name] | Start new version |
| /complete-milestone | Archive milestone |
| /audit-milestone | Review milestone |
| /add-phase | Add phase to roadmap |
| /remove-phase [N] | Remove phase |
| /progress | Show current position |
| /pause-work | Save session |
| /resume-work | Restore session |
| /settings | Configure settings |
| /set-profile <profile> | Set model profile |
| /add-todo [desc] | Add todo |
| /check-todos | List todos |
| /map-codebase | Analyze codebase |
| /help | Show all commands |
Project Structure
When you initialize a project:
.planning/
├── PROJECT.md # Project vision
├── REQUIREMENTS.md # Scoped requirements
├── ROADMAP.md # Phase breakdown
├── STATE.md # Session state
├── config.json # Settings
└── phases/ # Phase directoriesTask Format
Tasks use YAML format:
tasks:
- name: Create login endpoint
files: src/app/api/auth/login/route.ts
action: |
Use jose for JWT (not jsonwebtoken).
Validate credentials against users table.
Return httpOnly cookie on success.
verify: curl -X POST localhost:3000/api/auth/login returns 200
done: Valid credentials return cookie, invalid return 401Requirements
- Node.js 16+
- Google Antigravity
- Git
Based On
License
MIT
