What problem does it solve? AI coding agents lack structured workflows for planning, reviewing, testing, and shipping software, and browser automation for agents is slow and stateless. gstack supplies a collection of specialist SKILL.md workflows (CEO review, eng review, QA, ship, debug) plus a persistent headless Chromium daemon that executes browser commands in ~100-200ms with persistent cookies, tabs, and login sessions. ## Core Features & Use Cases - Workflow skills for the full dev lifecycle: plan-mode reviews (/office-hours, /plan-ceo-review, /plan-eng-review), implementation review (/review, /investigate, /qa), and release automation (/ship, /land-and-deploy, /canary). - Persistent browser daemon: a compiled Bun CLI drives headless or headed Chromium over localhost HTTP with ref-based element selection (@e refs from accessibility snapshots), cookie import, screenshots, PDF export, and ~70 commands. - Codifiable browser automation: /scrape prototypes a data-extraction flow once, /skillify converts it into a deterministic Playwright script, and subsequent runs complete in ~200ms. - Use Case: A developer asks the agent to review a PR, run QA against a staging URL in a real browser, fix the found bugs, and ship the branch with a version-bumped PR — all through coordinated skills. ## Quick Start Ask the agent to run /office-hours to reframe your product idea, or run /qa to open a real browser, find bugs in your app, and fix them.