Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    EveryDev.ai
    Sign inSubscribe
    Home
    Tools

    2,085+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1181
    • Coding1018
    • Infrastructure446
    • Marketing412
    • Design362
    • Projects332
    • Analytics318
    • Research303
    • Testing197
    • Data169
    • Integration166
    • Security166
    • MCP158
    • Learning145
    • Communication129
    • Extensions119
    • Commerce115
    • Prompts114
    • Voice106
    • DevOps91
    • Web73
    • Finance19
    1. Home
    2. Tools
    3. gstack
    gstack icon

    gstack

    Agent Harness

    Opinionated workflow skills for Claude Code that turn a single AI assistant into a team of specialists with distinct cognitive modes for planning, review, shipping, QA, and browser automation.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Full access to all gstack skills under the MIT license.

    Engagement

    Available On

    CLI
    macOS
    Linux

    Resources

    WebsiteGitHubllms.txt

    Topics

    Agent HarnessPrompt EngineeringCode Review

    Alternatives

    Get Shit DonePanesadeprompts.chat
    Developer
    Garry TanSan Francisco, CAEst. 2005$10.25M raised

    Listed Mar 2026

    About gstack

    gstack is a collection of opinionated workflow skills for Claude Code created by Garry Tan, President and CEO of Y Combinator. Rather than treating Claude Code as a single generic assistant, gstack introduces role-based slash commands that switch the AI into distinct cognitive modes, each with specific priorities and constraints.

    The toolkit provides eight specialized skills that map to different engineering roles. The /plan-ceo-review command activates a founder mode that pressure-tests product direction and looks for the most ambitious version of a feature before any code gets written. The /plan-eng-review command shifts into an engineering manager mode focused on architecture, data flow, state transitions, failure modes, and technical diagrams. The /review command operates as a paranoid staff engineer hunting for production-breaking bugs that pass CI, including race conditions, N+1 queries, trust boundary violations, and missing invariants.

    For execution, /ship acts as a release engineer that syncs with main, runs tests, resolves review comments, pushes the branch, and opens a pull request. The /browse skill gives the agent browser access through a compiled binary that talks to a persistent Chromium daemon built on Playwright, enabling it to navigate pages, fill forms, take screenshots, and inspect console errors. The /qa command provides systematic QA testing that analyzes git diffs to identify affected routes and tests them automatically, with modes for diff-aware testing, full exploration, quick smoke tests, and regression comparison.

    Two additional utilities round out the toolkit. The /setup-browser-cookies command imports cookies from real browsers including Chrome, Arc, Brave, and Edge into the headless session, enabling testing of authenticated pages without manual login. The /retro command generates engineering retrospectives with commit analysis, shipping velocity metrics, and per-contributor feedback.

    gstack integrates with Greptile for automated PR review triage. When Greptile comments are present on a pull request, the /review and /ship commands automatically classify each comment as valid, already fixed, or a false positive, then take appropriate action. False positive patterns are tracked and auto-skipped in future runs.

    The browser subsystem is the core technical component. Instead of launching a fresh browser for every action, gstack runs a long-lived headless Chromium daemon that communicates over localhost HTTP. The first call starts the browser in roughly three seconds, with subsequent calls completing in 100 to 200 milliseconds. Cookies, tabs, and localStorage persist across commands. Each workspace gets its own isolated browser instance, preventing interference between parallel sessions.

    gstack is designed for use with Conductor, a tool that runs multiple Claude Code sessions in parallel across isolated workspaces. This enables workflows where separate sessions handle QA, review, implementation, and other tasks simultaneously on different branches.

    The project is written primarily in TypeScript with the browser binary compiled using Bun. It requires Claude Code, Git, and Bun v1.0 or later. The browse binary works on macOS and Linux across x64 and arm64 architectures. Installation clones the repository into the Claude skills directory and runs a setup script that creates symlinks for each slash command.

    gstack - 1

    Community Discussions

    Start a new discussion about gstack
    Sam Moore's avatar
    Sam Moore
    March 24, 2026·Hi everyone, I'm a…

    Is GStack overhyped sycophancy-fueled prompt files, or actual tooling?

    "AI is making CEOs delusional" by Mo Bitar is making the rounds, calling GStack (Garry Tan's open-sourced Claude Code setup) "a folder of prompts where one says act like a CEO." The broader argument: AI sycophancy is making powerful people delusional about what they've built, and the 44,000 GitHub s…

    Is GStack overhyped sycophancy-fueled prompt files, or actual tooling?
    0

    Pricing

    OPEN SOURCE

    Open Source

    Full access to all gstack skills under the MIT license.

    • All 8 slash command skills included
    • Persistent headless Chromium browser daemon
    • Greptile review triage integration
    • Cookie import from major browsers
    • Engineering retrospective generation

    Capabilities

    Key Features

    • Role-based slash commands that switch Claude Code into distinct cognitive modes
    • CEO-level product review that pressure-tests feature direction before implementation
    • Engineering manager mode for architecture diagrams
    • data flow
    • and failure mode analysis
    • Paranoid staff engineer code review targeting production-breaking bugs
    • One-command shipping with test execution
    • branch sync
    • and PR creation
    • Persistent headless Chromium browser daemon for visual QA and page inspection
    • Diff-aware QA testing that identifies affected routes from git changes
    • Cookie import from Chrome
    • Arc
    • Brave
    • and Edge for authenticated testing
    • Engineering retrospectives with commit metrics and per-contributor feedback
    • Greptile integration for automated PR review comment triage
    • Parallel session support via Conductor with isolated browser instances
    • Auto-upgrade system for keeping skills current across installations

    Integrations

    GitHub
    Greptile
    Playwright
    Conductor
    GitHub
    Chrome
    Arc
    Brave
    Edge
    Comet

    Reviews & Ratings

    No ratings yet

    Be the first to rate gstack and help others make informed decisions.

    Developer

    Garry Tan

    President and CEO of Y Combinator. Co-founder of Initialized Capital and Posterous. Former designer and engineering manager at Palantir. Stanford BS in Computer Systems Engineering.

    Founded 2005
    San Francisco
    $10.25M raised
    85 employees

    Used by

    Stripe
    Airbnb
    Coinbase
    DoorDash
    +6 more
    Read more about Garry Tan
    WebsiteGitHubLinkedInX / Twitter
    2 tools in directory

    Similar Tools

    Get Shit Done icon

    Get Shit Done

    An AI-powered task management CLI tool that helps you organize, prioritize, and complete tasks using natural language processing.

    Panesade icon

    Panesade

    Panesade is an AI-powered tool that helps users generate, manage, and optimize prompts for large language models.

    prompts.chat icon

    prompts.chat

    A free, open-source social platform for sharing, discovering, and collecting AI prompts from the community.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    55 tools

    Prompt Engineering

    Tools for creating and refining effective AI prompts.

    38 tools

    Code Review

    Tools that help review, analyze, and improve code quality.

    66 tools
    Browse all topics
    Back to all tools
    Explore AI Tools
    • AI Coding Assistants
    • Agent Frameworks
    • MCP Servers
    • AI Prompt Tools
    • Vibe Coding Tools
    • AI Design Tools
    • AI Database Tools
    • AI Website Builders
    • AI Testing Tools
    • LLM Evaluations
    Follow Us
    • X / Twitter
    • LinkedIn
    • Reddit
    • Discord
    • Threads
    • Bluesky
    • Mastodon
    • YouTube
    • GitHub
    • Instagram
    Get Started
    • About
    • Editorial Standards
    • Corrections & Disclosures
    • Community Guidelines
    • Advertise
    • Contact Us
    • Newsletter
    • Submit a Tool
    • Start a Discussion
    • Write A Blog
    • Share A Build
    • Terms of Service
    • Privacy Policy
    Explore with AI
    • ChatGPT
    • Gemini
    • Claude
    • Grok
    • Perplexity
    Agent Experience
    • llms.txt
    Theme
    With AI, Everyone is a Dev. EveryDev.ai © 2026
    92views
    Discussions (1)