gstack Turns Claude into a Slash-Command Dev Team for Solo Builders
Garry Tan's toolkit deploys specialized AI roles—from CEO planner to QA engineer—to fix generic agents' blind spots in real projects.
In the relentless sprint of solo development, AI coding assistants like Claude have promised to accelerate building, but they often fall short as generic sidekicks. They interpret requests literally, miss the big-picture product vision, and stumble on production realities like architecture flaws or UI breakage. Enter gstack, a TypeScript powerhouse from Garry Tan that reimagines Claude Code as an on-demand orchestra of specialists. Launched just days ago, it's already drawing developer eyes for its audacious fix: eight opinionated slash commands that summon roles like CEO, engineering manager, release engineer, and QA lead, turning one agent into a virtual team.
At its core, gstack addresses the hallucination of completeness in AI tools. Without it, you tell Claude "build a dashboard," and it spits out code—ignoring if it's the right dashboard for users, skipping edge cases, or forcing manual QA via endless browser tabs. gstack intervenes with structured workflows:
/plan-ceo-review: Acts as founder/CEO, probing "Is this the 10x product?" It rethinks requests, unearthing hidden opportunities beyond the literal ask./plan-eng-review: Tech lead mode locks in architecture, data flows, diagrams, edge cases, and test plans before a line is written./review: A paranoid staff engineer hunts bugs that evade CI, triages comments from tools like Greptile, ensuring production readiness./ship: Release engineer handles the mechanics—syncs main, runs tests, resolves reviews, pushes, and opens PRs—for branches already vetted./browseand/qa: QA superpowers give Claude "eyes."/browseautomates browser sessions with screenshots and navigation;/qaanalyzes diffs, targets affected pages for smoke tests, regressions, or full explorations—all in under a minute./setup-browser-cookies: Imports real-browser cookies (Chrome, Arc, etc.) for authenticated testing without re-logins./retro: Engineering manager runs team-style retrospectives, blending deep dives with per-contributor praise.
Technically, gstack's elegance lies in its lightweight TypeScript implementation, leveraging Claude's native slash-command API for seamless integration. No heavy IDE plugins or servers—just paste into your Claude session. It hooks into external tools like Greptile for contextual reviews and headless browsers for visual QA, bridging AI's code-blindness with real-world observation. This isn't vague prompting; it's deterministic expertise, opinionated to prevent drift.
For indie hackers and startup solos—those bootstrapping MVPs without a full eng org—gstack changes the game. It enforces disciplined processes that scale solo output, catching oversights that doom 80% of side projects. Early adopters rave about slashing review cycles from hours to seconds and shipping confidence-boosting QAs automatically. As traction builds in dev circles, gstack spotlights a shift: AI isn't replacing teams; it's simulating them smarter. In a world of bloated agents, this focused stack proves less is more—delivering CEO foresight and QA rigor where generalists falter. Builders weary of half-baked AI wins should stack it up; the future of one-person dev teams just got a lot sharper.
- Indie hacker rethinks MVP features with CEO review before coding.
- Solo dev automates full QA on feature branches via diff analysis.
- Startup founder ships PRs with one-command tests and reviews.
- aider - Versatile AI pair programmer excels at iterative coding but lacks role-specific planning and QA automation.
- OpenInterpreter - Enables code execution in local environments, yet misses structured team workflows like shipping or retrospectives.
- Continue.dev - IDE-integrated autocomplete shines for editing, but doesn't provide browser eyes or CEO-level product rethinking.