Is gstack ‘God Mode’ or Just a Bunch of Prompts? Inside YC CEO’s 35K‑Star Claude Code Pack

YC CEO Garry Tan open‑sourced gstack, a Claude Code skill pack that turns an AI coding assistant into a virtual engineering team with defined roles, a linear workflow, and a one‑command install, sparking debate over its productivity claims, technical merits, and the broader shift toward AI‑driven workflow design.

AI Explorer
AI Explorer
AI Explorer
Is gstack ‘God Mode’ or Just a Bunch of Prompts? Inside YC CEO’s 35K‑Star Claude Code Pack

1. Who is Garry Tan

Garry Tan, the current CEO of Y Combinator, is a former engineer and designer who created Palantir’s logo, co‑founded Posterous (later acquired by Twitter), and built YC’s internal social network Bookface.

2. What gstack is

gstack is a Claude Code skill pack – a collection of Markdown files that adds 18 professional “roles” and 7 safety tools to Claude Code. It is not a standalone application.

3. Virtual team and workflow

The pack defines a virtual team:

/office-hours – product manager

/plan-ceo-review – CEO

/plan-eng-review – architect

/design-consultation – designer

/review – staff engineer

/qa – QA lead

/ship – release engineer

/canary – operations monitoring

The workflow follows a linear chain: Think → Plan → Build → Review → Test → Ship → Reflect, with each role’s output automatically feeding the next.

4. Installation

Installation is a single command that completes in about 30 seconds:

curl -fsSL https://raw.githubusercontent.com/garrytan/gstack/main/install.sh | bash

5. Production data

During 50 days of use Garry reported:

Weekly code volume: 10 k–20 k lines

Daily average: ~17 k lines (last 7 days)

~100 PRs per week

35 % test coverage

Three large projects, 15 Conductor sessions

Over 600 k lines of production code in total

GitHub contributions rose from 772 in 2013 to 1 237 in early 2026.

6. Technical highlights

The most notable command is /browse , which launches a persistent Chromium daemon. It responds in roughly 100–200 ms per command—about 20× faster than a traditional Chrome MCP—using real mouse clicks and keyboard input instead of DOM injection. Paired with /qa , the AI performs end‑to‑end browser testing, can click buttons, fill forms, verify rendering, and even fix bugs, as demonstrated when an XSS vulnerability was caught during a review.

7. Controversy

Critics label gstack “god mode” or merely a collection of prompts, argue that the celebrity effect inflates its visibility, question the validity of line‑count as a productivity metric, and raise concerns about health impacts of extreme work schedules.

8. Why it matters

gstack illustrates a shift in AI programming tools from raw model capability to engineered workflow design. The same underlying models (Claude, Cursor, Copilot) can produce tenfold different outcomes depending on prompts and process. gstack encodes an experienced engineer’s methodology into reusable roles, encouraging pre‑planning, cross‑role verification, real‑environment testing, and safety guards.

9. Ecosystem and privacy

Supported on Claude Code, Cursor, and Codex, and deployable to Fly.io, Render, Vercel, Netlify, Heroku, and GitHub Actions. Telemetry is disabled by default; when enabled it only records skill name, duration, and success/failure status, never code or file paths.

10. Outlook

The author predicts that future projects will include a “Skill Pack” directory (e.g., .claude/skills/) much like .eslintrc or tsconfig.json, turning best‑practice guidelines into executable AI workflows.

software engineeringopen-sourceAI programmingAI workflowClaude Codegstack
AI Explorer
Written by

AI Explorer

Stay on track with the blogger and advance together in the AI era.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.