gstack is an open‑source GitHub repository that adds six role‑specific slash commands to Claude Code, turning a generic AI coding assistant into a team of specialist agents for planning, reviewing, shipping, QA browsing and retrospection.
Highlights
Provides /plan-ceo-review, /plan-eng-review, /review, /ship, /browse and /retro commands for Claude Code.
Enforces consistent development workflows by assigning each command a clear role (CEO, Eng Manager, Staff Engineer, Release Engineer, QA Engineer, Engineering Manager).
Installation is straightforward: clone the repo into Claude’s skills folder, run setup, and configure via CLAUDE.md.
Reduces typical AI‑agent shortcomings such as blind code generation, inconsistent PR reviews, and manual QA steps.
Designed for teams that use Anthropic’s Claude Code and want opinionated, repeatable processes without building custom prompts.
auto-generated
garrytan · via GitHub
Context
Audience
Software engineers and technical leads who use Claude Code or similar LLM coding assistants and want structured, role‑based automation for planning, code review, deployment and QA.