Garry Tan's gstack: An Open Source AI Agent Framework for Claude Code

What gstack is
gstack is Garry Tan's open source software factory that transforms Claude Code into a managed virtual engineering team. It's MIT licensed and available on GitHub. According to Tan, he's written over 600,000 lines of production code in the last 60 days (35% tests) and does 10,000-20,000 usable lines of code per day as part of his CEO duties at Y Combinator.
How it works
The framework provides 13 specialist roles as slash commands, all using Markdown. These include:
/plan-ceo-review- Rethinks the product direction (e.g., expands "photo upload" to auto-identify products, pull specs and comps from the web, and draft listings automatically)/plan-design-review- Catches AI slop patterns, provides design scores, exports DESIGN.md, flags patterns like gradient hero, icon grid, uniform radius/plan-eng-review- Locks architecture with ASCII diagrams for data flows, state machines, error paths, plus test matrices and security concerns/review- Finds production bugs, auto-fixes issues like orphan S3 cleanup, missing indexes, and flags race conditions
Other roles mentioned include QA lead (opens real browser and clicks through apps), release engineer (ships PR), and designer.
Example workflow
From the source: When requesting "photo upload for sellers," /plan-ceo-review responds with expansion proposals, /plan-design-review provides an 80-item audit and design system inference, /plan-eng-review creates ASCII diagrams and test matrices. After approval, Claude writes 2,400 lines across 11 files (models, services, controllers, views, migrations, tests) in about 8 minutes.
Technical details
The repository includes directories for workflows, bin, design-consultation, docs, document-release, gstack-upgrade, plan reviews, QA reviews, retro, review, scripts, setup-browser-cookies, ship, and test. Key files include ARCHITECTURE.md, BROWSER.md, CLAUDE.md, conductor.json, and package.json.
📖 Read the full source: HN AI Agents
👀 See Also

ToolLoop: Open-Source Framework for Claude-Style Tools with Any LLM
ToolLoop is an open-source Python framework with 11 tools for file operations, code search, shell access, and sub-agents that works with any LLM through LiteLLM. The 2,700-line framework allows switching models mid-conversation while maintaining shared context.

LAP: 1,500+ API Specs Compiled for LLM Consumption to Reduce Claude Hallucinations
LAP is a tool that compiles 1,500+ real API specifications into a lean format optimized for LLMs, providing verified endpoints and parameters to prevent AI coding agents like Claude from hallucinating incorrect API calls.

OpenClaw 2026.3.23 adds DeepSeek provider, Qwen pay-as-you-go, and Chrome MCP improvements
OpenClaw v2026.3.23 introduces a DeepSeek provider plugin, Qwen pay-as-you-go pricing, OpenRouter auto pricing with Anthropic thinking order, Chrome MCP tab waiting, and fixes for Discord/Slack/Matrix and Web UI.

SkillMesh: MCP-Friendly Router for Large Tool Catalogs Reduces Context Size by 70%
SkillMesh is an MCP-friendly router that retrieves only relevant expert cards for AI agent queries, reducing context size by 70% and improving tool selection. It supports Claude via MCP server, Codex skill bundles, and OpenAI-style function schemas.