• About Us
  • Disclaimer
  • Contact Us
  • Privacy Policy
Saturday, March 14, 2026
mGrowTech
No Result
View All Result
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions
No Result
View All Result
mGrowTech
No Result
View All Result
Home Al, Analytics and Automation

Garry Tan Releases gstack: An Open-Source Claude Code System for Planning, Code Review, QA, and Shipping

Josh by Josh
March 14, 2026
in Al, Analytics and Automation
0
Garry Tan Releases gstack: An Open-Source Claude Code System for Planning, Code Review, QA, and Shipping


What if AI-assisted coding became more reliable by separating product planning, engineering review, release, and QA into distinct operating modes? That is the idea behind Garry Tan’s gstack, an open-source toolkit that packages Claude Code into 8 opinionated workflow skills backed by a persistent browser runtime. The tookit describes itself as ‘Eight opinionated workflow skills for Claude Code‘ and groups common software delivery tasks into distinct modes such as planning, review, shipping, browser automation, QA testing, and retrospectives. The goal is not to replace Claude Code with a new model layer. It is to make Claude Code operate with more explicit role boundaries during product planning, engineering review, release, and testing.

The 8 Core Commands

The gstack repository currently exposes 8 main commands: /plan-ceo-review, /plan-eng-review, /review, /ship, /browse, /qa, /setup-browser-cookies, and /retro. Each command is mapped to a specific operating mode. /plan-ceo-review is positioned as a product-level planning pass. /plan-eng-review is used for architecture, data flow, failure modes, and tests. /review is focused on production risk and code review. /ship is used for preparing a ready branch, syncing with main, running tests, and opening a PR. /browse gives the agent browser access, while /qa is designed for systematic testing of affected routes and flows. /setup-browser-cookies imports cookies from a local browser into the headless session, and /retro is used for engineering retrospectives.

READ ALSO

Tremble Chatbot App Access, Costs, and Feature Insights

Google DeepMind Introduces Aletheia: The AI Agent Moving from Math Competitions to Fully Autonomous Professional Research Discoveries

The Persistent Browser Is the Core System

The most important technical part of gstack is not the Markdown skills. It is the browser subsystem. gstack gives Claude Code a persistent browser and that the browser is the hard part, while the rest is mainly Markdown. Instead of launching a fresh browser for every action, gstack runs a long-lived headless Chromium daemon and communicates with it over localhost HTTP. The reason is latency and state retention. A cold start costs around 3–5 seconds per tool call, while subsequent calls after startup are designed to run in roughly 100–200 ms. Because the browser stays alive, cookies, tabs, localStorage, and login state persist across commands. The server also shuts down automatically after 30 minutes of idle time.

How gstack Connects Browser Automation to QA

That daemon architecture matters for QA and browser-driven development. In many agent workflows, browser automation is a separate debugging step or a screenshot utility. In gstack, browser access is part of the core workflow. The repo describes /browse as the mode that lets the agent log in, click through the app, take screenshots, and inspect breakage. /qa builds on top of that by analyzing the branch diff, identifying affected routes, and testing the relevant pages or flows. The sample flow in the repo shows /qa inspecting 8 changed files and 3 affected routes, then testing those routes against a local app instance. This means the project is trying to tie source changes to actual application behavior instead of treating QA as a detached manual pass.

Installation Requirements and Project Layout

The repository’s implementation choices are also fairly specific. gstack requires Claude Code, Git, and Bun v1.0+. The package.json shows the current version as 0.3.3, lists Playwright and diff as runtime dependencies, and compiles a browse executable from the browse source tree. According to the repo’s README, /browse compiles a native binary and is supported on macOS and Linux, for both x64 and arm64. The install flow copies the repo into ~/.claude/skills/gstack, runs ./setup, and registers the skills for Claude Code. Teams can also copy the same setup into a repository-local .claude/skills/gstack directory so the workflow is shared inside a project.

Why the Project Uses Bun

The architecture document explains why the project uses Bun rather than a more conventional Node.js setup. There are 4 stated reasons: compiled binaries, native SQLite access, native TypeScript execution, and a built-in HTTP server with Bun.serve(). Those choices are practical rather than cosmetic. gstack reads Chromium’s SQLite cookie database directly, and Bun’s built-in database support removes the need for extra native packages. The compiled binary model also fits the repo’s install style, because users are not expected to manage a separate runtime toolchain inside ~/.claude/skills/.

Key Takeaways

  • gstack is a workflow layer for Claude Code, not a new model or agent framework. It packages software delivery into 8 opinionated slash-command skills for planning, review, shipping, browser automation, QA, cookie setup, and retrospectives.
  • The persistent browser daemon is the main technical component. gstack runs a long-lived headless Chromium process over localhost HTTP so cookies, tabs, localStorage, and login state persist across commands.
  • QA is tied directly to code changes. The /qa workflow analyzes branch diffs, identifies affected routes, and tests the relevant application paths instead of treating browser checks as a separate manual step.
  • The project is built around Bun for practical systems reasons. Bun is used for compiled binaries, native SQLite access, native TypeScript execution, and a built-in HTTP server for the browser daemon.
  • gstack’s contribution is operational structure. Its main value is separating product review, engineering review, code review, release, and browser-driven validation into explicit modes with narrow responsibilities.

Check out Repo here. Also, feel free to follow us on Twitter and don’t forget to join our 120k+ ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.




Source_link

Related Posts

Tremble Chatbot App Access, Costs, and Feature Insights
Al, Analytics and Automation

Tremble Chatbot App Access, Costs, and Feature Insights

March 14, 2026
Google DeepMind Introduces Aletheia: The AI Agent Moving from Math Competitions to Fully Autonomous Professional Research Discoveries
Al, Analytics and Automation

Google DeepMind Introduces Aletheia: The AI Agent Moving from Math Competitions to Fully Autonomous Professional Research Discoveries

March 14, 2026
How Joseph Paradiso’s sensing innovations bridge the arts, medicine, and ecology | MIT News
Al, Analytics and Automation

How Joseph Paradiso’s sensing innovations bridge the arts, medicine, and ecology | MIT News

March 13, 2026
Al, Analytics and Automation

Model Context Protocol (MCP) vs. AI Agent Skills: A Deep Dive into Structured Tools and Behavioral Guidance for LLMs

March 13, 2026
Top LiDAR Annotation Companies for AI & 3D Point Cloud Data
Al, Analytics and Automation

Top LiDAR Annotation Companies for AI & 3D Point Cloud Data

March 13, 2026
Can AI help predict which heart-failure patients will worsen within a year? | MIT News
Al, Analytics and Automation

Can AI help predict which heart-failure patients will worsen within a year? | MIT News

March 13, 2026
Next Post
Immigration, Bankruptcy, and Beyond: Why Singh Law Firm P.A. Takes a Bigger Picture Approach

Immigration, Bankruptcy, and Beyond: Why Singh Law Firm P.A. Takes a Bigger Picture Approach

POPULAR NEWS

Trump ends trade talks with Canada over a digital services tax

Trump ends trade talks with Canada over a digital services tax

June 28, 2025
Communication Effectiveness Skills For Business Leaders

Communication Effectiveness Skills For Business Leaders

June 10, 2025
15 Trending Songs on TikTok in 2025 (+ How to Use Them)

15 Trending Songs on TikTok in 2025 (+ How to Use Them)

June 18, 2025
App Development Cost in Singapore: Pricing Breakdown & Insights

App Development Cost in Singapore: Pricing Breakdown & Insights

June 22, 2025
Google announced the next step in its nuclear energy plans 

Google announced the next step in its nuclear energy plans 

August 20, 2025

EDITOR'S PICK

“Walking with the Community”: Indomaret’s 2025 CSR Journey

“Walking with the Community”: Indomaret’s 2025 CSR Journey

February 2, 2026
From fear to fluency: Why empathy is the missing ingredient in AI rollouts

From fear to fluency: Why empathy is the missing ingredient in AI rollouts

June 22, 2025

Creative ways to tell the same old story

May 27, 2025
Bunnings retains its crown as Australia’s trusted brand. Coles and Woolies continue to struggle. – Truly Deeply – Brand Strategy & Creative Agency Melbourne

Bunnings retains its crown as Australia’s trusted brand. Coles and Woolies continue to struggle. – Truly Deeply – Brand Strategy & Creative Agency Melbourne

June 4, 2025

About

We bring you the best Premium WordPress Themes that perfect for news, magazine, personal blog, etc. Check our landing page for details.

Follow us

Categories

  • Account Based Marketing
  • Ad Management
  • Al, Analytics and Automation
  • Brand Management
  • Channel Marketing
  • Digital Marketing
  • Direct Marketing
  • Event Management
  • Google Marketing
  • Marketing Attribution and Consulting
  • Marketing Automation
  • Mobile Marketing
  • PR Solutions
  • Social Media Management
  • Technology And Software
  • Uncategorized

Recent Posts

  • Immigration, Bankruptcy, and Beyond: Why Singh Law Firm P.A. Takes a Bigger Picture Approach
  • Garry Tan Releases gstack: An Open-Source Claude Code System for Planning, Code Review, QA, and Shipping
  • 7 Best Invoice Management Software for 2026: My Picks
  • Gemini’s task automation is here and it’s wild
  • About Us
  • Disclaimer
  • Contact Us
  • Privacy Policy
No Result
View All Result
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions