Garry Tan has launched gstack, a groundbreaking open-source toolkit aimed at improving the reliability of AI-assisted coding. This system organizes essential software development tasks into eight distinct operational modes, enhancing clarity and efficiency in product planning, engineering review, release, and quality assurance (QA). The toolkit, which integrates Claude Code, is designed to facilitate various workflows including planning, code review, shipping, browser automation, and retrospectives.
The gstack repository features eight primary commands: /plan-ceo-review, /plan-eng-review, /review, /ship, /browse, /qa, /setup-browser-cookies, and /retro. Each command corresponds to a specific function, from high-level product planning to detailed QA testing. The standout feature of gstack is its persistent browser system, which maintains a long-lived headless Chromium instance, allowing for faster execution and state retention across commands.
This architecture not only streamlines browser automation but also directly connects QA processes to code changes, ensuring that testing is an integral part of the development workflow. gstack is built using Bun, which enhances performance through compiled binaries and native database access. Overall, gstack represents a significant advancement in organizing coding workflows, making it easier for teams to manage their projects effectively.
