The Reception Was Split
The launch trended on Product Hunt and pulled 33k stars in week one. Now 97k. Garry's tweet hit 849k views. A CTO friend called it god mode.
The pushback was loud too. Mo Bitar shipped a critique calling gstack "a bunch of prompts in a text file." Sherveen Mashayekhi argued the visibility came from Tan's YC role, not from the artifact's merit.
The steelman of the critique is fair. gstack does not run novel infrastructure. Each skill is markdown plus a system prompt. You could write the same files yourself in a weekend.
The counter is also fair. Most people will not write the same files in a weekend. They will write three, ship none, and revert to free-form prompting. A finished, opinionated set, vetted by someone shipping 10K lines a week, is a different artifact than your own half-written prompts.
Both readings are correct. Pick the one your team needs to hear.
Five Lessons For Founders
Roles beat prompts. Defining a persona with priorities and constraints produces more consistent output than asking one Claude to wear seven hats.
Forcing functions before code. /office-hours exists because reframing the product is cheaper than rewriting it.
AI slop is a real failure mode. A dedicated Senior Designer skill exists specifically to catch it.
Ship is a workflow, not a button. /ship and /land-and-deploy chain sync, test, audit, push, deploy, verify into one command.
Parallelism multiplies leverage. Garry runs 10 to 15 sprints at once. Solo builders get a structured team. Team leads get a fleet.
Clone gstack In 5 Minutes
You need Claude Code, Git, Bun v1.0+, and Node.js if you are on Windows. A Claude Pro subscription (20ドル/mo) is required for Claude Code itself.
git clone --single-branch --depth 1 https://github.com/garrytan/gstack.git \
~/.claude/skills/gstack && cd ~/.claude/skills/gstack && ./setup
Then follow the loop. Start with /office-hours to reframe the product. Move to /plan-ceo-review and /plan-eng-review. Build. Run /review. Run /qa. Ship with /ship. That is the loop Garry is using to move at his stated rate.
The Honest Bottom Line
The CEO of YC published his exact Claude Code stack. The 23 commands are listed. The criticism is real. Pick the parts that fit your team and leave the rest.
Full breakdown with the complete tool table, comparison to default Claude Code, and where gstack stops: https://www.buildthisnow.com/blog/guide/agents/garry-tan-gstack-claude-code
Tags: #ClaudeCode #YCombinator #AI #DeveloperTools #BuildInPublic