FIND-20260327-009 · 2026-03-27 · Innovation Veille

gstack — Garry Tan's Claude Code multi-agent engineering team setup

adhoc MEDIUM
gstack is an open-source 'software factory' built on top of Claude Code by Garry Tan (YC President). It provides 28+ slash commands that simulate specialist roles (CEO, Engineer Manager, Designer, QA, Release Manager, Doc Engineer) enabling a solo developer to ship at the speed of a 20-person team. Written in TypeScript/Bun, it adds structured sprint workflows (Think→Plan→Build→Review→Test→Ship→Reflect), parallel multi-agent execution, real Chromium browser automation via Playwright, and cross-model validation with OpenAI Codex as a second reviewer. 51k+ stars in under 3 weeks. Actively maintained with daily commits — currently at v0.12.9.

Source

https://github.com/garrytan/gstack

ODS Impact

ODS already runs an ADLC multi-agent pipeline with Claude Code. gstack is essentially a parallel implementation of the same concept — studying its skill patterns (/ship, /review, /qa, /land-and-deploy) could inspire improvements to ODS agent skills (especially /dev-task, /registry, /check-pipeline). The /browser command using Playwright aligns with ODS PinchTab E2E validation. The /codex cross-model review pattern could complement ODS security agent audits. Direct adoption is unlikely since ODS has its own opinionated pipeline, but cherry-picking individual skill patterns is valuable. Submitted by James via #Innovation.

Security Review

License: MIT | Maintenance: ACTIVE | Risk: LOW | Recommendation: USE_WITH_CAUTION

Tags

claude-code ai-agents devex typescript playwright multi-agent adhoc