gstack is a π·οΈ#claude-code-skill pack by πGarry Tan (πY Combinator President and CEO) that provides 35 specialized agent roles spanning product strategy, design, code review, πQuality Assurance (QA), security, and shipping. 68K+ πGitHub stars. πMassachusetts Institute of Technology (MIT) licensed.
Philosophy
gstack treats the AI agent as a virtual product team β CEO, designer, engineer, QA lead, security officer β each with opinionated methodology. The core ethos is "Boil the Lake" β go deep, search before building, respect user sovereignty. It catches "AI slop" in design output and enforces structural rigor in planning.
Skill Categories
Product & Strategy
/office-hoursβ YC-style product interrogation. Reframes your idea before you code/plan-ceo-reviewβ CEO-level strategic review of feature plans/autoplanβ auto-pipeline: CEO review β design review β eng review/plan-eng-reviewβ engineering architecture review (data flow, edge cases, tests)/plan-design-reviewβ design dimension scoring (rate 0-10, explain what 10 looks like)/plan-devex-reviewβ developer experience audit
Design
/design-consultationβ build complete design system from scratch/design-reviewβ visual design audit + iterative fix loop/design-shotgunβ rapid visual design exploration (multiple variants)/design-htmlβ production-quality HTML/CSS generation
Code Quality & Review
/reviewβ pre-landing PR review with specialist sub-reviews (security, perf, API, testing, maintainability)/devex-reviewβ developer experience review using real browser testing/csoβ Chief Security Officer mode. OWASP Top 10, STRIDE, supply chain, secrets archaeology/benchmarkβ performance regression detection
QA & Testing
/qaβ open real browser, find bugs, fix them, re-verify. Iterative/qa-onlyβ same as /qa but report-only, no code changes/browseβ headless browser commands (~100ms/command, real Chromium via Playwright)
Shipping & Deployment
/shipβ full ship workflow: tests, review, VERSION bump, CHANGELOG, push, create PR/land-and-deployβ merge, deploy, canary verify/canaryβ post-deploy monitoring loop/document-releaseβ update docs to match what shipped
Safety & Guards
/carefulβ warns before destructive commands (rm -rf, DROP TABLE, force-push)/freezeβ locks edits to one directory/guardβ activates both careful + freeze
Meta
/retroβ weekly retrospective with per-person breakdowns/investigateβ systematic root-cause debugging/learnβ log and retrieve operational learnings/checkpointβ save/resume progress across sessions/healthβ code quality dashboard (weighted composite 0-10 score)
Technical Requirements
- Bun (JavaScript runtime) β required for building the headless browser binary
- Playwright + Chromium β installed automatically during setup for browser-based QA
Security Profile
- Telemetry is opt-in (off by default) β three tiers: off, anonymous, community. No code content or file paths are ever sent
- No auto-update when installed without team mode β stays at the installed version
- No data exfiltration β learnings stored locally at
~/.gstack/projects/ - Destructive command guardrails (
/careful,/freeze) are genuinely protective - State directory at
~/.gstack/stores config, session markers, project learnings
