The 6-Tool Dev Stack That Acts as Your Whole Engineering Team
Ever feel like you spend more time managing your project than actually building it? Between planning, reviewing code, testing, and deploying, the "meta-work" can eat up your best hours. What if you could automate those roles and get back to the core of coding?
That's the idea behind Garry Tan's gstack. It's not a single tool, but a curated, opinionated set of six that work together. The goal is ambitious: to have this setup act as your CEO, Engineering Manager, Release Manager, and QA Engineer. It's a complete system for shipping software with less overhead.
What It Does
gstack is a blueprint for a modern, AI-augmented development workflow. It connects several powerful tools into a cohesive pipeline that guides a project from initial idea to deployed code. The stack handles planning, code generation, review, testing, and deployment, aiming to automate the non-creative parts of development.
Why It's Cool
The clever part isn't any single tool, but the specific combination and the philosophy behind it. This stack assigns a real-world role to each piece of technology, creating a full "team" structure around your solo project.
- CEO (Claude Code): This is the strategic planner. You give it the high-level product vision and it helps break it down into actionable engineering tasks.
- Engineering Manager (Cursor): This is your AI-powered IDE. It takes the tasks from the "CEO" and helps you implement them efficiently, right in your editor.
- Release Manager (Warp Terminal + GitHub CLI): Warp provides a modern terminal experience, and GitHub CLI (
gh) automates your entire workflow—creating issues, PRs, and managing releases—without leaving the command line. - QA Engineer (Replicate + BrowserStack): This is the testing duo. You can use AI models via Replicate to generate test data or scenarios, and BrowserStack gives you a massive matrix of real devices and browsers to ensure your code works everywhere.
It turns abstract development concepts into a concrete, role-based workflow. You're not just using an AI assistant; you're "briefing your CEO" and then "tasking your engineering manager."
How to Try It
You won't find a single installer for gstack. It's a reference architecture. Here's how to get started:
- Head over to the gstack repository. Read the README to understand the philosophy and the specific tool choices.
- Explore the tools individually. You likely use some already (like Gi