gsd-2
Autonomous AI agent that plans, builds, and ships software
All Skills in This Repository (38)
Pure Emerald Level Indicatorsgsd-orchestrator
Orchestrate GSD as a headless subprocess for autonomous software construction.
gsd-headless
Orchestrate GSD projects from a headless CLI with RPC child processes.
agent-browser
Automate browser actions and data collection via a CLI.
lint
Auto-detect and run the project's linter and formatter with optional fixes.
userinterface-wiki
Identify UI/UX best-practice gaps in web components and output file:line findings.
test
Detect test frameworks and generate or execute tests across Node.js, Python, and Go projects.
web-quality-audit
Audit web pages for performance, accessibility, SEO, and best practices.
web-design-guidelines
Review UI code for Web Interface Guidelines compliance.
code-optimizer
Detect performance anti-patterns across codebases using parallel specialist agents.
core-web-vitals
Optimize LCP, INP, and CLS for static sites and single-page applications.
create-workflow
Create valid V1 YAML workflow definitions for the GSD engine.
make-interfaces-feel-better
Codify design-for-feel guidelines for surfaces, typography, motion, and interaction.
Frequently Asked Questions
FAQPage SchemaHow to install GSD 2?โผ
Run `npx skills add gsd-build/gsd-2 --all -g -y` in your terminal to install all skills in this suite globally. Note that active development has moved to the open-gsd/gsd-pi repository.
What does GSD do?โผ
GSD (Get Shit Done) is an autonomous agent that takes a written product spec and plans, codes, tests, and commits working software without manual intervention.
How do I build an app from a spec with GSD?โผ
Write a markdown spec describing what to build, then run `gsd headless --context spec.md new-milestone --auto` and GSD handles the rest, reporting progress and costs as JSON.
Does GSD work with Claude Code and other AI agents?โผ
Yes. All skills follow the standard SKILL.md format and work in Claude Code, OpenClaw, Cursor, and other compatible agent environments.
Can GSD run multiple builds in parallel?โผ
Yes. GSD supports multi-session orchestration where each worker runs in its own git worktree and reports status through JSON files, so an orchestrator can monitor and control many builds at once.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core