What problem does it solve? AI coding agents lack structured workflows for planning, reviewing, testing, and shipping software, and browser automation through agents is slow because every command cold-starts a browser. gstack gives agents a library of specialist SKILL.md workflows plus a persistent Chromium daemon that answers commands in ~100-200ms. ## Core Features & Use Cases - Workflow skill library: Plan-mode reviews (CEO, engineering, design, DX), pre-landing PR review, systematic debugging, QA with a real browser, and release/deploy skills like /ship and /land-and-deploy. - Persistent browser daemon: A compiled Bun CLI drives headless or headed Chromium over localhost HTTP with ref-based element selection, cookie import, screenshots, and ~70 commands. - Codified browser-skills: /scrape prototypes a page extraction once, /skillify converts it into a deterministic Playwright script, and repeat runs finish in ~200ms. - Use Case: A developer runs /autoplan to get CEO, design, eng, and DX reviews of a feature plan, then /qa to click through the app in a real browser, then /ship to test, push, and open the PR. ## Quick Start Ask the agent to run /office-hours to reframe your product idea, or invoke /qa to open a browser and test your running app end to end.