TWITTER_POST

Garry Tan is promoting gstack as an open-source orchestration layer for AI coding…

Brief

Garry Tan is promoting gstack as an open-source orchestration layer for AI coding agents, centered on Claude Code but portable to other agent hosts that support SKILL.md. His core claim is that the right prompt-and-skill system can make a single builder operate like a full product and engineering team. He frames gstack as the tooling behind a sharp increase in his own output, citing 600,000+ lines of production code over 60 days, 35% of it tests, plus a recent weekly retro showing 140,751 lines added and 362 commits across three projects. He also uses external validation — Andrej Karpathy's March 2026 remark about barely typing code and a CTO friend's report that gstack uncovered a subtle XSS issue — to argue that agent-driven development has reached practical scale.

The system Tan describes is opinionated and process-heavy rather than a simple coding assistant. gstack organizes work into sequential stages from ideation through deployment, with specialized commands for reframing product ideas, architecture review, design critique, QA in a real browser, security audits using OWASP Top 10 and STRIDE, release management, and retrospectives. He emphasizes that outputs from one stage feed the next automatically, reducing dropped context. The post is ultimately a product launch and adoption pitch: gstack is free under MIT, installable in about 30 seconds, intended for founders, first-time Claude Code users, and senior engineers, and—according to Tan—useful enough that it could become standard in most new repos.

Source evidence

title: @garrytan: My CTO friend texted me: "Your gstack is crazy. This is like god mode. Your eng ...
author: garrytan
contenttype: twitterpost
published: 2026-03-12T08:43:22+00:00
source_url: https://x.com/garrytan/status/2032196172430131498

word_count: 95

Tweet by @garrytan

My CTO friend texted me: "Your gstack is crazy. This is like god mode. Your eng review discovered a subtle cross site scripting attack that I don't even think my team is aware of. I will make a bet that over 90% of new repos from today forward will use gstack."


Posted: 2026-03-12T08:43:22.000Z
Engagement: 1674 likes, 110 retweets, 147 replies


Quoting @garrytan

gstack is available now at https://github.com/garrytan/gstack

Open source, MIT license, let me know if it works for you. It's just one paste to install it on your local Claude Code, and it's a 2nd one to install it in your repo for your teammates.